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 created C++ project running error
Forum Updated to NodeBB v4.3 + New Features

Qt created C++ project running error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
19 Posts 3 Posters 2.2k 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.
  • F Offline
    F Offline
    fuck_vk
    wrote on last edited by
    #1

    Who's gonna help me see this set up? ! Novice will not set up, always using vs2015!

    Error while building/deploying project text (kit: Qt 5.9.6 for UWP 64bit (MSVC 2015))
    The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.
    When executing step "Make"

    jsulmJ 1 Reply Last reply
    0
    • F fuck_vk

      Who's gonna help me see this set up? ! Novice will not set up, always using vs2015!

      Error while building/deploying project text (kit: Qt 5.9.6 for UWP 64bit (MSVC 2015))
      The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.
      When executing step "Make"

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

      @fuck_vk said in Qt created C++ project running error:

      Qt 5.9.6 for UWP 64bit

      Looks like you installed wrong Qt version. Install the one without UWP.
      "Novice will not set up, always using vs2015!" - what do you mean by this? You don't want to use VS?

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

      F 1 Reply Last reply
      0
      • F Offline
        F Offline
        fuck_vk
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • jsulmJ jsulm

          @fuck_vk said in Qt created C++ project running error:

          Qt 5.9.6 for UWP 64bit

          Looks like you installed wrong Qt version. Install the one without UWP.
          "Novice will not set up, always using vs2015!" - what do you mean by this? You don't want to use VS?

          F Offline
          F Offline
          fuck_vk
          wrote on last edited by
          #4

          @jsulm
          I've been using vs2015, before, and now I've got the compiler QT wants to use VS, so I didn't install it by selecting MInGW, checking out UWP X64 (MSVC2015) and msvc2015 64-bit.

          0_1547629638737_1.png

          0_1547629660443_2.png

          This error occurred while creating a pure c project
          Compile output:
          Error while building/deploying project text (kit: Qt 5.9.6 for UWP 64bit (MSVC 2015))
          The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.
          When executing step "Make" !

          jsulmJ 1 Reply Last reply
          0
          • F fuck_vk

            @jsulm
            I've been using vs2015, before, and now I've got the compiler QT wants to use VS, so I didn't install it by selecting MInGW, checking out UWP X64 (MSVC2015) and msvc2015 64-bit.

            0_1547629638737_1.png

            0_1547629660443_2.png

            This error occurred while creating a pure c project
            Compile output:
            Error while building/deploying project text (kit: Qt 5.9.6 for UWP 64bit (MSVC 2015))
            The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.
            When executing step "Make" !

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

            @fuck_vk said in Qt created C++ project running error:

            The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.

            Please show this Kit (screenshot). As the error says there is something wrong with it.
            Also, for normal Windows application you should not use Qt for UWP, but normal Qt for MSVC 2015!

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

            F 1 Reply Last reply
            0
            • jsulmJ jsulm

              @fuck_vk said in Qt created C++ project running error:

              The kit Qt 5.9.6 for UWP 64bit (MSVC 2015) has configuration issues which might be the root cause for this problem.

              Please show this Kit (screenshot). As the error says there is something wrong with it.
              Also, for normal Windows application you should not use Qt for UWP, but normal Qt for MSVC 2015!

              F Offline
              F Offline
              fuck_vk
              wrote on last edited by
              #6

              @jsulm
              Because I am a novice, many do not understand, excuse me next is this screenshot?
              0_1547630766185_3.png 0_1547630769461_4.png

              jsulmJ J.HilkJ 2 Replies Last reply
              0
              • F fuck_vk

                @jsulm
                Because I am a novice, many do not understand, excuse me next is this screenshot?
                0_1547630766185_3.png 0_1547630769461_4.png

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

                @fuck_vk Did you try to build with the other Kit (without UWP)?

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

                F 1 Reply Last reply
                1
                • F fuck_vk

                  @jsulm
                  Because I am a novice, many do not understand, excuse me next is this screenshot?
                  0_1547630766185_3.png 0_1547630769461_4.png

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

                  @fuck_vk
                  the only thing missing seems to be the debugger, that usually comes on its own with the Windows SDK kit, did you install that?
                  If I remember correctly an up to date win10 SKD kit is requiered for UWP projects.


                  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.

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

                    @fuck_vk
                    the only thing missing seems to be the debugger, that usually comes on its own with the Windows SDK kit, did you install that?
                    If I remember correctly an up to date win10 SKD kit is requiered for UWP projects.

                    F Offline
                    F Offline
                    fuck_vk
                    wrote on last edited by
                    #9

                    @J.Hilk

                    I should be installed, the specific installation did not install how to check under the next? I'm the windows 10 system.

                    J.HilkJ 1 Reply Last reply
                    0
                    • F fuck_vk

                      @J.Hilk

                      I should be installed, the specific installation did not install how to check under the next? I'm the windows 10 system.

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

                      @fuck_vk said in Qt created C++ project running error:

                      @J.Hilk

                      I should be installed, the specific installation did not install how to check under the next? I'm the windows 10 system.

                      I'm not quite sure I understand your answer correctly.

                      If you installed the Windows sdk, QtCreator should automatically detect it.
                      What options do you have when you open the combobox?

                      Usually you'll find the debugger - that came with the sdk - under drive:\Path\To\Windows Kits\10\Debuggers\x64\cdb.exe


                      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.

                      F 1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @fuck_vk Did you try to build with the other Kit (without UWP)?

                        F Offline
                        F Offline
                        fuck_vk
                        wrote on last edited by
                        #11

                        @jsulm

                        Never tried.

                        jsulmJ 1 Reply Last reply
                        0
                        • F fuck_vk

                          @jsulm

                          Never tried.

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

                          @fuck_vk OK. Do you really need UWP? If not then use the other Kit.

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

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

                            @fuck_vk said in Qt created C++ project running error:

                            @J.Hilk

                            I should be installed, the specific installation did not install how to check under the next? I'm the windows 10 system.

                            I'm not quite sure I understand your answer correctly.

                            If you installed the Windows sdk, QtCreator should automatically detect it.
                            What options do you have when you open the combobox?

                            Usually you'll find the debugger - that came with the sdk - under drive:\Path\To\Windows Kits\10\Debuggers\x64\cdb.exe

                            F Offline
                            F Offline
                            fuck_vk
                            wrote on last edited by
                            #13

                            @J.Hilk
                            0_1547632978566_5.png
                            0_1547632983429_6.png
                            Does this mean I didn't install it?
                            Do I have to download this before I install it (winsdksetup.exe)?!

                            J.HilkJ 1 Reply Last reply
                            0
                            • F fuck_vk

                              @J.Hilk
                              0_1547632978566_5.png
                              0_1547632983429_6.png
                              Does this mean I didn't install it?
                              Do I have to download this before I install it (winsdksetup.exe)?!

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

                              @fuck_vk

                              I meant this debugger combobox inside the kits tab of QtCreator settings

                              0_1547633108978_9558f148-ea1d-4cf1-86ea-d0ea6793a99e-image.png


                              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.

                              F 1 Reply Last reply
                              0
                              • J.HilkJ J.Hilk

                                @fuck_vk

                                I meant this debugger combobox inside the kits tab of QtCreator settings

                                0_1547633108978_9558f148-ea1d-4cf1-86ea-d0ea6793a99e-image.png

                                F Offline
                                F Offline
                                fuck_vk
                                wrote on last edited by
                                #15

                                @J.Hilk
                                0_1547633573677_7.png
                                0_1547633582099_8.png

                                J.HilkJ 1 Reply Last reply
                                0
                                • F fuck_vk

                                  @J.Hilk
                                  0_1547633573677_7.png
                                  0_1547633582099_8.png

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

                                  @fuck_vk seems like QtC does not find your windows kit, that brings me back to my original question.
                                  Did you install the "Windows10 Software Development Kit" ?

                                  https://developer.microsoft.com/windows/downloads/windows-10-sdk


                                  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.

                                  F 1 Reply Last reply
                                  1
                                  • J.HilkJ J.Hilk

                                    @fuck_vk seems like QtC does not find your windows kit, that brings me back to my original question.
                                    Did you install the "Windows10 Software Development Kit" ?

                                    https://developer.microsoft.com/windows/downloads/windows-10-sdk

                                    F Offline
                                    F Offline
                                    fuck_vk
                                    wrote on last edited by
                                    #17

                                    @J.Hilk

                                    I don't know if it's installed. I chose the three: (UWP X64 (MSVC2015), msvc2015 64-bit, CDB Debugger. in Tools when I installed QT. I also read online tutorials installed, and it turned out to be like this

                                    J.HilkJ 1 Reply Last reply
                                    0
                                    • F fuck_vk

                                      @J.Hilk

                                      I don't know if it's installed. I chose the three: (UWP X64 (MSVC2015), msvc2015 64-bit, CDB Debugger. in Tools when I installed QT. I also read online tutorials installed, and it turned out to be like this

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

                                      @fuck_vk
                                      ah, ok.

                                      There's the problem, I assume.

                                      The online installer you download from the offical webside can not, for legal reasons, provide everything out of the box, at least for Windows.

                                      That means if you want to use MSVC and/or UWP compiler you have to install the compiler and the debugger seperately from Windows(their webside)

                                      If you wan't an out of box solution from the Online/Offline installer than you have to use the mingw option. That one comes with a compiler and debugger to use.


                                      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.

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

                                        @fuck_vk
                                        ah, ok.

                                        There's the problem, I assume.

                                        The online installer you download from the offical webside can not, for legal reasons, provide everything out of the box, at least for Windows.

                                        That means if you want to use MSVC and/or UWP compiler you have to install the compiler and the debugger seperately from Windows(their webside)

                                        If you wan't an out of box solution from the Online/Offline installer than you have to use the mingw option. That one comes with a compiler and debugger to use.

                                        F Offline
                                        F Offline
                                        fuck_vk
                                        wrote on last edited by
                                        #19

                                        @J.Hilk

                                        I see. Thank you!

                                        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