[ I know that I am a bit (perhaps completely) off the topic of this thread, but please help me getting to the right thread and the right solution. ]
Hello spirit and spud,
I am a COMPLETE NOOB when it comes to deploying apps with Qt.
I am trying to become a "Cross-platform" (Qt) Developer - but deploying always stops me from going anywhere.
The only place where I have successfully deployed my Qt apps are on Windows - because I just have to:
- build the app with release configuration
- copy the file in a folder on a non-Qt (virtual) machine
- then run the app
- now, as app runs every time it asks for some .dll file
- keep copying the .dll files in folder until finally the app gets all what it needs and it finally runs - as it should.
Now,
this is my first time with deploying on Linux (mine is Ubuntu 10.10); and it's making me crazy like HELL!!!
I tried the same trick (which I use in Windows) but it didn't work at all - because the app when run on a non-Qt (virtual) machine doesn't run AT ALL.
WTF(ish) man!!!
Then I studied a bit and learned about stuff like:
- LD_LIBRARY_PATH
- ldd on unix
and now trying to use it... but alas... no help with this stuff!!!
I am going into depression and thinking of using Processing(.org) instead of Qt as deploying in it is really just a matter of clicks --- as actually it should have been in Qt --- otherwise of what good use is a cross-platform development thing - if I can't deploy it - EASILY. 
See - how easy it is on Processing: http://youtu.be/rJrh0RipoVo?t=2m20s
Why can't the Qt guys do this???
Please help me. I am the noob you guys are the man! the experts! Please help me.
Regards,
zefree
Bookmarks