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. Cannot link QtCreator to existing Qt installation.
Qt 6.11 is out! See what's new in the release blog

Cannot link QtCreator to existing Qt installation.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 72 Views
  • 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.
  • B Offline
    B Offline
    BwvB
    wrote last edited by
    #1

    I have a Qt 6.11.1 installation, build from sources, installed in /usr/local/qt-6.11.1. My application uses this installation and it works all fine. In configuring the qt-build, I leave out the qtweb* modules,
    basically because when trying to build it, this invariably fails (for the last couple of versions. I have never managed to find out why not and have given up trying to build it). As I don't use these modules in my application, I have skipped qtweb* from the build.

    As I want to experiment with Qt-creator, I downloaded the binary from the qt-site. The installation of it went ok, but now I need to tell Qt Creator where the Qt installation resides. This seems impossible. The dialog that is supposed to do this does not accept the qt 6.11.1 installation directory. The only button that is clickable is Cancel...

    What can I do to activate QT-creator?

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote last edited by
      #2

      You need to create a Kit for your setup. In the Kit you will have to configure:

      • a c/c++ compiler
      • a qt version
      • a debugger

      This is needed because you have built Qt yourself. If you download Qt via the Qt Installer, you only have to say Link with Qt... in "Preferences > Kits > Qt Versions" and point to the path where you installed Qt.

      1 Reply Last reply
      2
      • B Offline
        B Offline
        BwvB
        wrote last edited by
        #3

        @cristian-adam Ah, yes, that did the trick. Thanks!

        1 Reply Last reply
        1

        • Login

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