Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved No valid Kit

    General and Desktop
    4
    13
    4260
    Loading More Posts
    • 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.
    • E
      Eduardo12l last edited by

      When i try to create a new project i get the following problem

      0_1516318518361_551e2dd2-fdc3-4367-a970-d40b2cc58458-image.png

      I dont know how to fix it

      JKSH 1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators @Eduardo12l last edited by

        @Eduardo12l

        A "Kit" is a compiler plus a compatible Qt library.

        For example, you might install Visual Studio 2017 (from Microsoft) plus Qt 5.10.0 for MSVC 2017 64-bit (from the Qt installer)

        What compiler(s) do you have/want to use?

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

        E 1 Reply Last reply Reply Quote 3
        • E
          Eduardo12l @JKSH last edited by

          @JKSH I have Visual Studio 2015

          JKSH jsulm 2 Replies Last reply Reply Quote 0
          • JKSH
            JKSH Moderators @Eduardo12l last edited by

            @Eduardo12l said in No valid Kit:

            @JKSH I have Visual Studio 2015

            Then you need to install Qt for MSVC 2015 for a valid kit. Reboot after installation completes.

            If you still don't have a valid kit after you install Visual Studio and Qt, post screenshot of:

            • Tools > Options... > Build & Run > Kits
            • Tools > Options... > Build & Run > Qt Versions
            • Tools > Options... > Build & Run > Compilers

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

            E 1 Reply Last reply Reply Quote 2
            • jsulm
              jsulm Lifetime Qt Champion @Eduardo12l last edited by

              @Eduardo12l To add to @JKSH : did you install C++ as well when installing Visual Studio?

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

              E 1 Reply Last reply Reply Quote 3
              • E
                Eduardo12l @jsulm last edited by

                @jsulm Yes, i installed it

                jsulm 1 Reply Last reply Reply Quote 0
                • jsulm
                  jsulm Lifetime Qt Champion @Eduardo12l last edited by

                  @Eduardo12l What about Qt for MSVC 2015?

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

                  1 Reply Last reply Reply Quote 0
                  • E
                    Eduardo12l @JKSH last edited by Eduardo12l

                    @JKSH @jsulm I have problem i cannot install others opensource Qt .

                    I tried to install this one: qt-opensource-windows-x86-msvc2015_64-5.8.0 But when the installer is checking my logging suddenly it shows me a message "incorrect login credentials"

                    JKSH 1 Reply Last reply Reply Quote 0
                    • JKSH
                      JKSH Moderators @Eduardo12l last edited by

                      @Eduardo12l said in No valid Kit:

                      I tried to install this one: qt-opensource-windows-x86-msvc2015_64-5.8.0 But when the installer is checking my logging suddenly it shows me a message "incorrect login credentials"

                      You don't need to enter login details. Just leave the username and password empty, then click "Skip" or "Next".

                      Also, is there a reason why you you want to use Qt 5.08 instead of the newer Qt 5.10?

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

                      E 1 Reply Last reply Reply Quote 3
                      • E
                        Eduardo12l @JKSH last edited by

                        @JKSH Oh, I didnt know if it was compatible with MSVC 2015 because it didnt says nothing about it. Well ill try it

                        JKSH 1 Reply Last reply Reply Quote 0
                        • JKSH
                          JKSH Moderators @Eduardo12l last edited by

                          Make sure you uninstall your previous files before you install another version. Otherwise, things might get confusing.

                          @Eduardo12l said in No valid Kit:

                          @JKSH Oh, I didnt know if it was compatible with MSVC 2015 because it didnt says nothing about it. Well ill try it

                          The Qt 5.10 installer contains many different copies of Qt, for many different compilers.

                          Run the installer, and skip login. Then, in the "Select Components" screen, expand all the options and select "MSVC 2015 32-bit" or "MSVC 2015 64-bit".

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

                          1 Reply Last reply Reply Quote 2
                          • V
                            veronica last edited by

                            I am having the same issue. I want to create a simple desktop based app.
                            Here are the tools and their settings I have installed on my development system
                            -Qt Creator 4.5.0 based on Qt 5.10.0(MSVC 2015, 32 bit)

                            • Visual Studio 2017

                            The Auto detect and Manual nodes under "build and run" are empty
                            As per the link below when I try to add the manual kit , it is not allowing me to add.
                            http://doc.qt.io/qtcreator/creator-targets.html

                            Due to this, I am not able to proceed and can't even create my very first app. Kindly reply in detail, how can I fix this .?

                            JKSH 1 Reply Last reply Reply Quote 0
                            • JKSH
                              JKSH Moderators @veronica last edited by

                              @veronica said in No valid Kit:

                              I am having the same issue. I want to create a simple desktop based app.
                              Here are the tools and their settings I have installed on my development system
                              -Qt Creator 4.5.0 based on Qt 5.10.0(MSVC 2015, 32 bit)

                              • Visual Studio 2017

                              First, note the difference between "Qt Creator" and "Qt":

                              • Qt Creator is the IDE.
                              • Qt is the library.

                              I can see that you have installed Qt Creator 4.5.0, and you have installed MSVC 2017.

                              However, have you installed Qt 5.10.0 for MSVC 2017?

                              As per the link below when I try to add the manual kit , it is not allowing me to add.
                              http://doc.qt.io/qtcreator/creator-targets.html

                              Due to this, I am not able to proceed and can't even create my very first app. Kindly reply in detail, how can I fix this .?

                              First, please read each post in this thread (https://forum.qt.io/topic/86980/no-valid-kit/ ) carefully.

                              Before you add a kit, you need to ensure you have valid entries under "Qt Versions" and "Compilers" first. (But actually, you shouldn't need to add any of these manually -- they should all be auto-detected)

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

                              1 Reply Last reply Reply Quote 3
                              • First post
                                Last post