Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [Solved] QtCreator generated project platform independent?
Qt 6.11 is out! See what's new in the release blog

[Solved] QtCreator generated project platform independent?

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 4.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    G.o.D
    wrote on last edited by
    #1

    Hi,

    i am just at the beginning of a new project and i have found out, that there are unofficial qt ports to platforms that i love and want to support, like amiga os 4 or haiku.

    Being the lazy type of a programmer i just started the project using QtCreator, which is not available for that platforms. Does QtCreator only generate stuff that i could take over to the other platforms and compile from command line? Or does QtCreator produce code or data (e.g. forms?) that only compile within QtCreator?

    Should i better code from scratch or is it safe to stay with QtCreator?

    Thank you

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      you can safely remain with Qt Creator.

      Qt projects are "independent" of Creator, that is, you can always compile your project from command line (including forms, yes). First run qmake, then make (nmake on Windows), and voila! :D

      (Z(:^

      1 Reply Last reply
      0
      • G Offline
        G Offline
        G.o.D
        wrote on last edited by
        #3

        Great, thank you

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Glad to help.

          If that's all you need, please add [Solved] to the beginning of the thread's subject.

          BTW: qmake is not the only build system available (although it's the only one officially supported), you can also use cmake, scons and bjam. For more info on qmake, look into "qmake Manual":http://developer.qt.nokia.com/doc/qt-4.7/qmake-manual.html . For more info on others, search the web, QtDN or invest in Blanchett & Summerfield's book "C++ GUI programming with Qt 4".

          (Z(:^

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            Qt Creator shows the commands it executes in the build log. So you can copy (or adapt) them when running them in the command line.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved