Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to get precompiled binaries for msvc2019_x86 for qt6.6
Forum Updated to NodeBB v4.3 + New Features

How to get precompiled binaries for msvc2019_x86 for qt6.6

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 778 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.
  • A Offline
    A Offline
    akash4pro
    wrote on last edited by
    #1

    Downloaded the installer for QT6.6. But binaries for msvc_2019 32 bit is not present for QT 6.6 version.

    Does QT 6.6 support windows 32 bit? How can we get the compiled binaries for 32 bit windows?

    1047bfbe-69d0-41b4-acaa-65e0455afdab-image.png

    Christian EhrlicherC 1 Reply Last reply
    0
    • A akash4pro

      Downloaded the installer for QT6.6. But binaries for msvc_2019 32 bit is not present for QT 6.6 version.

      Does QT 6.6 support windows 32 bit? How can we get the compiled binaries for 32 bit windows?

      1047bfbe-69d0-41b4-acaa-65e0455afdab-image.png

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @akash4pro said in How to get precompiled binaries for msvc2019_x86 for qt6.6:

      Does QT 6.6 support windows 32 bit?

      Yes

      How can we get the compiled binaries for 32 bit windows?

      You have to compile them by yourself. 32bit pre-compiled binaries are not available for Qt6 due to the low demand.

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

      A 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        @akash4pro said in How to get precompiled binaries for msvc2019_x86 for qt6.6:

        Does QT 6.6 support windows 32 bit?

        Yes

        How can we get the compiled binaries for 32 bit windows?

        You have to compile them by yourself. 32bit pre-compiled binaries are not available for Qt6 due to the low demand.

        A Offline
        A Offline
        akash4pro
        wrote on last edited by
        #3

        @Christian-Ehrlicher Thanks for the reply.

        After installing source from the installer, I followed the instructions mentioned in https://doc.qt.io/qt-6/windows-building.html

        Set the environment variables as:
        CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64

        SET _ROOT=<path to source>
        SET PATH=%_ROOT%;%PATH%

        Set the path of cmake, ninja, python, perl, nodejs, gperf, bison, flex, m4 tools.

        On running \Src\configure.bat things went good.
        On running cmake --build . Things went wrong when compiling qtwebengine:
        54c895e9-ddfb-478d-8dd9-e65e0042b8b6-image.png

        Christian EhrlicherC 1 Reply Last reply
        0
        • A akash4pro

          @Christian-Ehrlicher Thanks for the reply.

          After installing source from the installer, I followed the instructions mentioned in https://doc.qt.io/qt-6/windows-building.html

          Set the environment variables as:
          CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64

          SET _ROOT=<path to source>
          SET PATH=%_ROOT%;%PATH%

          Set the path of cmake, ninja, python, perl, nodejs, gperf, bison, flex, m4 tools.

          On running \Src\configure.bat things went good.
          On running cmake --build . Things went wrong when compiling qtwebengine:
          54c895e9-ddfb-478d-8dd9-e65e0042b8b6-image.png

          Christian EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          I'm sorry - don't build webengine locally so can't say what's going wrong here. But the path looks very long - make sure you have enabled long path support is enabled. But really don't know if this is the reason for your error, just a wild guess. Do you need QtWebEngine?

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

          A 1 Reply Last reply
          0
          • Christian EhrlicherC Christian Ehrlicher

            I'm sorry - don't build webengine locally so can't say what's going wrong here. But the path looks very long - make sure you have enabled long path support is enabled. But really don't know if this is the reason for your error, just a wild guess. Do you need QtWebEngine?

            A Offline
            A Offline
            akash4pro
            wrote on last edited by
            #5

            @Christian-Ehrlicher At first I was trying with the long path but during configuration got a warning about long path, Later on I made build destination directory's path short that is C:\xyz\qt6\ and it configured properly.

            Yes I need qtwebengine.

            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