Results 1 to 7 of 7

Thread: QT Creator - QT Installation, Setup, Config, Compilers & kits oh my!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QT Installation, Setup, Config, Compilers & kits oh my!

    You have to match a C++ compiler/toolchain to a set of compatible Qt libraries in order to make a Kit. You then associate one or more Kits to your project from the Projects panel.

    You have Visual Studio 2010 and 2013 installed and you have downloaded a bundle containing Qt libraries for Visual Studio 2012, so the first step will be difficult. To use the VS2013 compiler or VS 2010 for 64-bit you will have to build Qt from sources for yourself (unless there are unofficial binaries out there).

  2. #2
    Join Date
    Mar 2014
    Posts
    3
    Qt products
    Qt5
    Platforms
    Windows Android

    Default Re: QT Creator - QT Installation, Setup, Config, Compilers & kits oh my!

    @Chris

    Ty,

    well, I downloaded Qt MSVC10 32 bit installation and am able to compile and run some cute code now .
    I guess the only drawback is that it is built for 32 bit.

    If I understood you correctly, then my alternatives are:
    1) download MSVC2012 compiler.
    2) Build Qt with msvc10 or msvc13.

    I rmmbr a traumatic time trying to build the OpenCV source and eventually used the prebuilt libs instead, any major drawbacks this way?

    I have some more question, I hope anyone would care to answer,
    1) what is the prebuilt Qt version with MinGw? would I then have to build OpenCV with MinGw too?
    2) What is the prebuilt Qt version with OpenGL?
    3) How do i configure and make use of a debugger within Qt creator?

    TX all!!

  3. #3
    Join Date
    Dec 2014
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: QT Creator - QT Installation, Setup, Config, Compilers & kits oh my!

    HI, I too am having issues since I installed the VS 2013 addin.

    I can use visual studio to compile and create Qt apps...no issue there.

    However, I normally use Qt Creator to make Android and Linux apps ( cross compiled ). This functionality isn't easily available on VS 2013.

    My issue is that upon a virgin instal of Qt 5.3 and Qt Creator, the default "kits" are my detected GCC, CYGWIN and MinGW kits ( pre installed ).

    Since adding the VS 2013 add-in they have disappeared.

    How do I get them back ?

    Best Regards

Similar Threads

  1. Replies: 0
    Last Post: 28th August 2013, 12:59
  2. Replies: 3
    Last Post: 24th December 2012, 13:00
  3. Replies: 3
    Last Post: 27th September 2011, 06:42
  4. Replies: 0
    Last Post: 15th March 2011, 18:27
  5. Replies: 2
    Last Post: 9th October 2010, 05:34

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.