Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator IDE shortcut is grayed out
QtWS25 Last Chance

Qt Creator IDE shortcut is grayed out

Scheduled Pinned Locked Moved Solved General and Desktop
10 Posts 4 Posters 675 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.
  • tomyT Offline
    tomyT Offline
    tomy
    wrote on last edited by
    #1

    Hello to all,

    I was warned by the IDE to update things. An error occurred while installing the patches and the shortcut was inactive.

    Untitled.png

    I tried uninstalling and re-installing the following two items but this didn't work the issue out!

    Capture2.PNG

    jsulmJ 1 Reply Last reply
    0
    • jsulmJ jsulm

      @tomy Did you notice the cmake errors? CMake failed actually...

      tomyT Offline
      tomyT Offline
      tomy
      wrote on last edited by
      #10

      @jsulm

      I installed ninja and the issues disappeared!

      I'm sure I'd already installed it. Anyway, the problems are worked out now.

      1 Reply Last reply
      1
      • tomyT tomy

        Hello to all,

        I was warned by the IDE to update things. An error occurred while installing the patches and the shortcut was inactive.

        Untitled.png

        I tried uninstalling and re-installing the following two items but this didn't work the issue out!

        Capture2.PNG

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

        @tomy You can check whether QtCreator is still installed and runs. It is installed in c:\Qt\Tools\QtCreator. If this path exists try to run QtCreator by double-clicking c:\Qt\Tools\QtCreator\qtcreator.exe

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

        tomyT 1 Reply Last reply
        0
        • jsulmJ jsulm

          @tomy You can check whether QtCreator is still installed and runs. It is installed in c:\Qt\Tools\QtCreator. If this path exists try to run QtCreator by double-clicking c:\Qt\Tools\QtCreator\qtcreator.exe

          tomyT Offline
          tomyT Offline
          tomy
          wrote on last edited by
          #3

          @jsulm

          It's in bin and can't be run!

          Capture.PNG

          J.HilkJ 1 Reply Last reply
          0
          • B Offline
            B Offline
            Bonnie
            wrote on last edited by Bonnie
            #4

            Yes it surely can't run since the size is 0 byte.
            And what you need to reinstall is not the two items but that Qt Creator one without check mark...
            So it seems can't be uninstall individually, maybe you can try to downgrade the version of qt.tools.qtcreator from components.xml and update again.
            Anyway even that doesn't work the worst situation would just be uninstalling the whole Qt and reinstalling.

            1 Reply Last reply
            0
            • tomyT tomy

              @jsulm

              It's in bin and can't be run!

              Capture.PNG

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by
              #5

              @tomy
              open a command prompt
              start the maintenanceTool from there with this additional argument:
              --no-force-installations

              it allows you to uninstall QtCreator

              Uninstall it, open the tool again normally and reinstall it


              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              tomyT 1 Reply Last reply
              3
              • J.HilkJ J.Hilk

                @tomy
                open a command prompt
                start the maintenanceTool from there with this additional argument:
                --no-force-installations

                it allows you to uninstall QtCreator

                Uninstall it, open the tool again normally and reinstall it

                tomyT Offline
                tomyT Offline
                tomy
                wrote on last edited by
                #6

                @J-Hilk

                Thank you, it was helpful. I get an error when running a project just to test Qt Creator after re-installing:

                :-1: error: Generator: execution of make failed. Make command was: all &&

                When clean project and re-run CMake I get these two errors:
                :*-1: error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.

                :-1: error: CMake process exited with exit code 1.*

                J.HilkJ 1 Reply Last reply
                0
                • tomyT tomy

                  @J-Hilk

                  Thank you, it was helpful. I get an error when running a project just to test Qt Creator after re-installing:

                  :-1: error: Generator: execution of make failed. Make command was: all &&

                  When clean project and re-run CMake I get these two errors:
                  :*-1: error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.

                  :-1: error: CMake process exited with exit code 1.*

                  J.HilkJ Offline
                  J.HilkJ Offline
                  J.Hilk
                  Moderators
                  wrote on last edited by
                  #7

                  @tomy start Creator with -temporarycleansettings see if that helps


                  Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                  Q: What's that?
                  A: It's blue light.
                  Q: What does it do?
                  A: It turns blue.

                  tomyT 1 Reply Last reply
                  2
                  • J.HilkJ J.Hilk

                    @tomy start Creator with -temporarycleansettings see if that helps

                    tomyT Offline
                    tomyT Offline
                    tomy
                    wrote on last edited by
                    #8

                    @J-Hilk

                    Still I get this error:
                    Generator: execution of make failed. Make command was: all &&

                    I even tested the IDE with a new project. Now the other two prior errors turned up!

                    Capture.PNG

                    jsulmJ 1 Reply Last reply
                    0
                    • tomyT tomy

                      @J-Hilk

                      Still I get this error:
                      Generator: execution of make failed. Make command was: all &&

                      I even tested the IDE with a new project. Now the other two prior errors turned up!

                      Capture.PNG

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #9

                      @tomy Did you notice the cmake errors? CMake failed actually...

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

                      tomyT 1 Reply Last reply
                      1
                      • jsulmJ jsulm

                        @tomy Did you notice the cmake errors? CMake failed actually...

                        tomyT Offline
                        tomyT Offline
                        tomy
                        wrote on last edited by
                        #10

                        @jsulm

                        I installed ninja and the issues disappeared!

                        I'm sure I'd already installed it. Anyway, the problems are worked out now.

                        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