Results 1 to 15 of 15

Thread: difference between command line compile and qtcreator compile.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,323
    Thanks
    316
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: difference between command line compile and qtcreator compile.

    The modules that come with Qt don't have associated project files that I can find.
    What do you mean by "modules"? The qtbase, widgets, and other directories in a Qt binary distribution? They may not, because they are binary distributions. If you've tried to configure a build from source, then the configuration script will possibly create them.

    The "examples" directories do have .pro files, and when you open one in QtCreator you must configure the project to use whichever kits you want to use for compiling and building. I have kits installed for android, mingw, and both 32-bit and 64-bit versions of MSVC 2013. All of those a listed as possibilities when I open a project and go to the QtCreator Projects page and click on the Configure Project tab.

  2. #2
    Join Date
    Dec 2015
    Posts
    22
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: difference between command line compile and qtcreator compile.

    Thank you, d_stranz. I did not find them before so I will look again.

Similar Threads

  1. Replies: 0
    Last Post: 22nd December 2013, 22:11
  2. Replies: 8
    Last Post: 31st July 2012, 13:50
  3. Replies: 7
    Last Post: 6th June 2012, 07:48
  4. How to run shell command after compile finished in pro file?
    By hashb in forum Installation and Deployment
    Replies: 1
    Last Post: 11th May 2011, 15:10
  5. How to compile from command line?
    By tonnot in forum Newbie
    Replies: 6
    Last Post: 15th March 2011, 14:55

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.