Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Creator not using Qt 5.2.0 with 5.1.0 installed
Qt 6.11 is out! See what's new in the release blog

Qt Creator not using Qt 5.2.0 with 5.1.0 installed

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.6k 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.
  • S Offline
    S Offline
    spongebort1
    wrote on last edited by
    #1

    I am upgrading Qt to get access to QtQuick.Controls 1.1. I have both Qt 5.2.0 and 5.1.0 installed and I can't seem to get QtCreator to use version 5.2.0.

    Qt 5.2.0 is auto-detected in the Kits and Qt Versions and I set Qt 5.2.0 to the default. Qt 5.1.0 shows up in the manual section. When I run the program though, the creator is still using 5.1.0. I tried removing Qt 5.1.0 from the kits and versions and then Run becomes disabled. I think I am missing something that may be obvious.

    If I uninstall Qt 5.1.0, Creator starts using 5.2.0 properly, but I need to have 5.1.0 installed on the system for another project so this isn't a optimal workaround. Any thoughts as to what the problem could be?

    Qt Creator 3.0.0
    Qt 2.5.0 & 2.1.0
    gcc 4.6.3

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      What OS are you using?

      Just to be that you know about it. You can change the tool chain and the Qt lib version in the "Projects-->Buuild&Run" menu tab. You can add different kits for the project. Changing to a different kit is possible too.

      Did you do the compilation yourself? The gcc you are referring to is fairly "old". I have just checked that I am using the pre-build linux version of 5.2.1 with gcc 4.8.1 (Ubuntu). The windows pre-build of 5.1.0 uses also a gcc 4.8 version.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        spongebort1
        wrote on last edited by
        #3

        I'm using Ubuntu 12.04.04 LTS. I tried setting the default kit in Projects->build&Run, but it doesn't seem to use 5.2.0 unless 5.1.0 has been completely removed from the system.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          I have Ubuntu 13.10. At first I installed Qt 5.2.0 pre-build with creator. Later I have added Qt 4.8.5 for a cross compile.
          After adding and managing the tool chain and Qt libs I can simply switch between different kits under "Projects--> Build&Run". All the different kits I had added for the specific project are listed right of the "Add Kits" combobox.

          Vote the answer(s) that helped you to solve your issue(s)

          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