Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt 5.12.12 install not finding any compilers on Win 10, fails to make useful Kits

Qt 5.12.12 install not finding any compilers on Win 10, fails to make useful Kits

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 2.1k 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.
  • VStevenPV Offline
    VStevenPV Offline
    VStevenP
    wrote on last edited by VStevenP
    #1

    I need to figure out how to build a 64-bit app for Windows using Qt 5.12.12.

    I can already easily build such apps for 64-bit Ubuntu and Mac using Qt 5.12.12.

    I use QtCreator for my IDE; it makes configuring with the Kits on Mac and Linux so easy when I open my .pro file.

    I'm wondering what MS developer product to install on my Win 10 VM. Then I can install Qt 5.12.12. It would be best if Qt 5.12.12 could easily locate the compilers and make Kits for me, so it's easy to configure/build my app when I open the .pro in QtCreator on Windows.

    Thanks in advance for your ideas.

    sierdzioS 1 Reply Last reply
    0
    • VStevenPV VStevenP

      I need to figure out how to build a 64-bit app for Windows using Qt 5.12.12.

      I can already easily build such apps for 64-bit Ubuntu and Mac using Qt 5.12.12.

      I use QtCreator for my IDE; it makes configuring with the Kits on Mac and Linux so easy when I open my .pro file.

      I'm wondering what MS developer product to install on my Win 10 VM. Then I can install Qt 5.12.12. It would be best if Qt 5.12.12 could easily locate the compilers and make Kits for me, so it's easy to configure/build my app when I open the .pro in QtCreator on Windows.

      Thanks in advance for your ideas.

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @VStevenP said in Qt 5.12.12 install not finding any compilers on Win 10, fails to make useful Kits:

      I'm wondering what MS developer product to install on my Win 10 VM. Then I can install Qt 5.12.12. It would be best if Qt 5.12.12 could easily locate the compilers and make Kits for me, so it's easy to configure/build my app when I open the .pro in QtCreator on Windows.

      If you want MS compiler, install Visual Studio, for example VS 2022. Then install Qt (make sure to select MSVC variant) and it will be detected and working.

      Alternatively, you can select MinGW version of Qt and then the Qt installer will install both Qt and the compiler for you.

      (Z(:^

      1 Reply Last reply
      2
      • VStevenPV Offline
        VStevenPV Offline
        VStevenP
        wrote on last edited by
        #3

        Thanks for your reply, @sierdzio !

        I just want to double-check that VS 2022 would be the right thing to install, because I just noticed the Qt 5.12.12 installer lists the MSVC 2017 and 2015 specifically. In my experience with these large OS companies, the newer dev tools versions don't always retain the older compilers.

        Screen Shot 2022-01-21 at 8.00.53 AM.png

        jsulmJ 1 Reply Last reply
        0
        • VStevenPV VStevenP

          Thanks for your reply, @sierdzio !

          I just want to double-check that VS 2022 would be the right thing to install, because I just noticed the Qt 5.12.12 installer lists the MSVC 2017 and 2015 specifically. In my experience with these large OS companies, the newer dev tools versions don't always retain the older compilers.

          Screen Shot 2022-01-21 at 8.00.53 AM.png

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

          @VStevenP Starting with MSVC2017 Microsoft compilers are compatible with older versions. But you can of course also install MSVC2017.

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

          VStevenPV 1 Reply Last reply
          0
          • jsulmJ jsulm

            @VStevenP Starting with MSVC2017 Microsoft compilers are compatible with older versions. But you can of course also install MSVC2017.

            VStevenPV Offline
            VStevenPV Offline
            VStevenP
            wrote on last edited by
            #5

            Thanks @jsulm and @sierdzio

            OK - I installed MS VS2017 Professional and made sure to choose the right things. Now, the MSVC 2017 64-bit compiler and MinGW 64-bit compiler are both installed correctly.

            I then installed Qt 5.12.12 and it made Kits for both compilers, which is great. I was able to easily configure and build one of their examples, then verify it built a 64-bit app - by checking in the TaskManager.

            Thank you !

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved