Trolltech Labs Forum » General discussions

Cross Platform Programming

(4 posts)

  1. charlesd
    charlesd
    Member

    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?

    Posted: 2 months #
  2. For each platform you have to build QT and your application.

    Posted: 2 months #
  3. charlesd
    charlesd
    Member

    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 #
  4. 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 #

RSS feed for this topic

Reply

You must log in to post.