Qt Forum

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

    Qt Academy Launch in California!

    Unsolved Error in building/deploying project

    General and Desktop
    4
    12
    2807
    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.
    • S
      shiwang987 last edited by

      I am using Qt 5.8.0 MSVC2015_64bit.. I am getting this error at compiling-
      Error while building/deploying project nnkjnkj (kit: Desktop Qt 5.8.0 MSVC2015_64bit)
      When executing step "qmake"
      When I checked tools->options->build and run->kit , I found out that there is no compiler set for kit. Then I try to set different compilers with it but they are not compatible with it. So, I installed visual studio 2015. Still, it is showing the same compilers and no one is compatible with it. Please help..

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        What does it show of compilers to use ?

        alt text

        1 Reply Last reply Reply Quote 0
        • S
          shiwang987 last edited by

          0_1528389251696_new1.PNG 0_1528389269464_new2.PNG

          1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion last edited by

            And it seems that the dropdown cannot be open to select compiler ?

            mine looks like this
            alt text

            Im wondering when you installed visual studio, if you selected the c++ part ?
            as I recall, its deselected by default in 2015 installer.

            1 Reply Last reply Reply Quote 0
            • S
              shiwang987 last edited by

              I downloaded the build tools from here and installed them..
              https://www.microsoft.com/en-in/download/details.aspx?id=48159
              still its same..

              jsulm raven-worx 2 Replies Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion @shiwang987 last edited by

                @shiwang987 As far as I know MSVC C++ 15.0 is MSVC2017, not 2015. You should download and install the correct version. And make sure to select C++ as well during installation.

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

                S 1 Reply Last reply Reply Quote 1
                • raven-worx
                  raven-worx Moderators @shiwang987 last edited by raven-worx

                  @shiwang987
                  to add up to @jsulm
                  I don't think that the "Build Tools" package contains the compilers, etc. you need (i may be wrong though)

                  Install the Visual Studio 2015 Community Edition.

                  --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                  If you have a question please use the forum so others can benefit from the solution in the future

                  1 Reply Last reply Reply Quote 0
                  • S
                    shiwang987 @jsulm last edited by

                    @jsulm I already have Visual Studio 2017 installed on my pc. How can I download the additional components? Can you send me the link to download the additional components required?

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

                      @shiwang987 said in Error in building/deploying project:

                      I already have Visual Studio 2017

                      this is exactly the problem: you installed Qt for MSVC2015 but you have MSVC2017. If you want to use MSVC2017 then install Qt for MSVC2017.

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

                      S 1 Reply Last reply Reply Quote 1
                      • S
                        shiwang987 @jsulm last edited by

                        @jsulm After knowing that I downloaded Visual studio 2015 also.. But, I am still not able to add compiler to it. I have already made many C++ projects in it and they are getting compiled without any problem. How can they get compiled without any c++ compiler?
                        I have already spent 2 days figuring out solution to this problem. At this point, I would request you to suggest me an easy alternative like what should I download from start so that I don't have to download any compiler separately. Please help

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

                          @shiwang987 Which projects did you make? In QtCreator or in Visual Studio?
                          When you installed Visual Studio 2015 did you select C++ as well? It is not selected by default.

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

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            shiwang987 @jsulm last edited by

                            @jsulm Sorry my bad.. I was actually running my projects on 17 version. I installed the c++ files and now its running fine.. thanks a lot

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