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. Installing Gamma Ray on Windows using QtCreator

Installing Gamma Ray on Windows using QtCreator

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 234 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.
  • W Offline
    W Offline
    was4444
    wrote last edited by
    #1

    I clone the repository from the Gamma Ray GitHub. The problem shows when I try to configure the project: then my desktop kit (in my case Qt 6.6.0 MSVC2019 64 bit is not displayed in list of kits on the configuration panel)

    unselecting hide unsuitable kits does not help.

    the desktop kit does appear in the list of Kits (manage Kits button) - and I am able to build Qt examples using CMake.

    Presumably the CMake.list.txt file from Gamma Ray is filtering out my desktop kit.

    Has anyone experienced this?

    jsulmJ 1 Reply Last reply
    0
    • W was4444

      I clone the repository from the Gamma Ray GitHub. The problem shows when I try to configure the project: then my desktop kit (in my case Qt 6.6.0 MSVC2019 64 bit is not displayed in list of kits on the configuration panel)

      unselecting hide unsuitable kits does not help.

      the desktop kit does appear in the list of Kits (manage Kits button) - and I am able to build Qt examples using CMake.

      Presumably the CMake.list.txt file from Gamma Ray is filtering out my desktop kit.

      Has anyone experienced this?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote last edited by
      #2

      @was4444 Are there any warnings/errors in your Kit? Are you trying to build master branch or a stable Gamma Ray branch?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • W Offline
        W Offline
        was4444
        wrote last edited by
        #3

        first let me preface that i am new to using cmake - so maybe i'm doing something stupid.

        when i clone the master - and import - my configure project screen shows only a number of ci and debugging kits to select from). if i unselect them all - then the configure project button is disabled. if i select one (which i think is wrong) - it fails (but i am not interested in these debugging/tracing kits).

        when i download a recent earlier version then (via zip file - i get the same problem

        i then got a much earlier version 2.11 (by downloading a zip). when i imported it then i do get the standard kit selection choice - where i can select the one with my compiler and qt version - and cmake lruns

        however, it won't build ( i think because its looking for older versions of qt - 2.11 is five year old).

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

          You are getting the CMake Presets Kits resulted from CMakePresets.json.

          If you don't want that, just delete the CMakePresets.json file, and reopen the CMakeLists.txt in Qt Creator.

          You will be presented with the choice of the kits in your system.

          1 Reply Last reply
          2
          • W was4444 has marked this topic as solved
          • W Offline
            W Offline
            was4444
            wrote last edited by
            #5

            That was it - thank you!

            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