How does this work do I have to re compile for each system that I want to run it on and do I need to have install the files that it uses if so do I copy the same files on to each platforms for that application?
Trolltech Labs Forum » General discussions
Cross Platform Programming
(4 posts)-
Posted: 2 months #
-
For each platform you have to build QT and your application.
Posted: 2 months # -
So i have to have 3 versions of Qt in order to recompile for each platform.
How do I run the app on the platform does it need a run time environment or any files copied accross in order for it to work?
Posted: 2 months # -
If you link your qt application static, no files are needed at the target. If you link dynamically, the qt shared libraries should be installed on the target.
Posted: 2 months #
Reply
You must log in to post.