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 8.0.1 can't select any kit on Win10

Qt creator 8.0.1 can't select any kit on Win10

Scheduled Pinned Locked Moved Solved Installation and Deployment
12 Posts 2 Posters 1.5k 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.
  • C Offline
    C Offline
    cookie1234
    wrote on last edited by
    #1

    I tried to make a hello world project for testing the installation but can't go next after this window:7ea242a2-593a-41c7-8e79-a146c7ea26b9-image.png
    I installed these components:3a33f8f0-40b5-4157-bce5-1dbc2fd15ece-image.png
    What could cause the problem? Thx for help :)

    1 Reply Last reply
    0
    • C cookie1234

      I reinstalled the Qt and now it works however I still see error messages:
      860e414d-3f7b-41ae-928e-1dbc048cced6-image.png
      I can build it and run (the window appears) so I'm happy :) but the errors are strange
      Possible fix?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #11

      @cookie1234 said in Qt creator 8.0.1 can't select any kit on Win10:

      I can build it and run (the window appears) so I'm happy :) but the errors are strange
      Possible fix?

      The errors occur because the Ui::MainWindow class is only generated during build-time.

      After you have built the project at least once, the errors will disappear (restart Qt Creator if they don't)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      2
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #2

        Hi @cookie1234, and welcome!

        What happens when you select a different kit?

        Anyway, please share a screenshot of "Edit" > "Preferences..." > "Kits" > "Kits"

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cookie1234
          wrote on last edited by
          #3

          The problem occure with different kit too.
          5a433b81-d59a-4a09-a9d0-6f9935d41e01-image.png
          So I guess I need to configure the Cmake Tool, how to do that?

          JKSHJ 1 Reply Last reply
          0
          • C cookie1234

            The problem occure with different kit too.
            5a433b81-d59a-4a09-a9d0-6f9935d41e01-image.png
            So I guess I need to configure the Cmake Tool, how to do that?

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #4

            @cookie1234 said in Qt creator 8.0.1 can't select any kit on Win10:

            So I guess I need to configure the Cmake Tool, how to do that?

            CMake is not your main issue.

            Your kits all look strange -- the Qt version numbers are missing. Notice also that your screenshot says "the kit has no valid Qt version".

            What does "Edit" > "Preferences..." > "Kits" > "Qt Versions" look like?

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0
            • C Offline
              C Offline
              cookie1234
              wrote on last edited by
              #5

              6b842980-ece3-4c0f-b632-4ca67f691c1b-image.png
              well it looks kinda bad xd

              JKSHJ 1 Reply Last reply
              0
              • C cookie1234

                6b842980-ece3-4c0f-b632-4ca67f691c1b-image.png
                well it looks kinda bad xd

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #6

                @cookie1234 said in Qt creator 8.0.1 can't select any kit on Win10:

                well it looks kinda bad xd

                Yeah, it does.

                Click on the MinGW 64-bit one; do you see any clues?

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  cookie1234
                  wrote on last edited by
                  #7

                  16b1f4f7-9ae1-4404-8b9e-aa680345ddc0-image.png
                  it says unvalid qt version

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    cookie1234
                    wrote on last edited by
                    #8

                    what should I do?

                    JKSHJ 1 Reply Last reply
                    0
                    • C cookie1234

                      what should I do?

                      JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote on last edited by
                      #9

                      @cookie1234 said in Qt creator 8.0.1 can't select any kit on Win10:

                      what should I do?

                      Open the Windows Command Prompt and run C:\Qt\5.15.2\mingw81_64\bin\qmake.exe -query

                      What do you see?

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        cookie1234
                        wrote on last edited by
                        #10

                        I reinstalled the Qt and now it works however I still see error messages:
                        860e414d-3f7b-41ae-928e-1dbc048cced6-image.png
                        I can build it and run (the window appears) so I'm happy :) but the errors are strange
                        Possible fix?

                        JKSHJ 1 Reply Last reply
                        0
                        • C cookie1234

                          I reinstalled the Qt and now it works however I still see error messages:
                          860e414d-3f7b-41ae-928e-1dbc048cced6-image.png
                          I can build it and run (the window appears) so I'm happy :) but the errors are strange
                          Possible fix?

                          JKSHJ Offline
                          JKSHJ Offline
                          JKSH
                          Moderators
                          wrote on last edited by
                          #11

                          @cookie1234 said in Qt creator 8.0.1 can't select any kit on Win10:

                          I can build it and run (the window appears) so I'm happy :) but the errors are strange
                          Possible fix?

                          The errors occur because the Ui::MainWindow class is only generated during build-time.

                          After you have built the project at least once, the errors will disappear (restart Qt Creator if they don't)

                          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                          1 Reply Last reply
                          2
                          • C Offline
                            C Offline
                            cookie1234
                            wrote on last edited by
                            #12

                            It's ok now thank you very much for your help! :)

                            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