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. installing qt-everywhere-src-5.15.15 on windows
Qt 6.11 is out! See what's new in the release blog

installing qt-everywhere-src-5.15.15 on windows

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 3 Posters 3.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.
  • D Offline
    D Offline
    danymt
    wrote on last edited by
    #1

    Could you explain to me how to install "qt-everywhere-src-5.15.15" using mingw on Windows from scratch?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      danymt
      wrote on last edited by
      #2

      I wanted to install qt 5.15.15 from the online installer, but it only allowed me to do it up to version 5.15.2, and I need a higher one

      1 Reply Last reply
      0
      • Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        See https://doc.qt.io/qt-5/windows-building.html on how to compile Qt5.15 by yourself

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • D Offline
          D Offline
          danymt
          wrote on last edited by
          #4

          When I perform the procedure described, I get the following error:

          ../../src/corelib/global/qglobal.h(45): fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
          NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\cl.EXE"' : return code '0x2'
          Stop.

          1 Reply Last reply
          0
          • hskoglundH Offline
            hskoglundH Offline
            hskoglund
            wrote on last edited by
            #5

            That error with 'type_traits' usually occurs when you have a mismatch between the compiler version (Visual Studio 17) and the Qt version you're building.
            Lots of google hits on this, for example here

            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