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. Not compilated Qt from sources
Forum Updated to NodeBB v4.3 + New Features

Not compilated Qt from sources

Scheduled Pinned Locked Moved Solved General and Desktop
11 Posts 3 Posters 1.7k Views 1 Watching
  • 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.
  • Christian EhrlicherC Online
    Christian EhrlicherC Online
    Christian Ehrlicher
    Lifetime Qt Champion
    wrote on last edited by
    #2

    build with ninja -j1 to see the line where the first error occurs.

    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
    • N Offline
      N Offline
      Navadvipa Chandra das
      wrote on last edited by
      #3

      Hello Christian and All!

      У меня четыре файла bat
      C:\QtSource\Bat\LogReleaseVSBuild.bat

      ReleaseVSBuild.bat => ./../Log/ReleaseVSBuild.log
      

      C:\QtSource\Bat\LogReleaseVSConfig.bat

      ReleaseVSConfig.bat => ./../Log/ReleaseVSConfig.log
      

      C:\QtSource\Bat\ReleaseVSBuild.bat

      rem set Path=%Path%;C:\Prg\PostgreSQL\17;C:\Prg\libclang_vs
      set BUILD_DIR=C:/QtSource
      
      cd %BUILD_DIR%/ReleaseVS/Build
      
      rem cmake --build . --parallel
      cmake --build . --parallel 1
      
      cd %BUILD_DIR%/ReleaseVS/Build
      
      cmake --install .
      

      C:\QtSource\Bat\ReleaseVSConfig.bat

      rem set Path=%Path%;C:\Prg\PostgreSQL\17
      set BUILD_DIR=C:/QtSource
      
      cd %BUILD_DIR%/ReleaseVS/Build
      
      %BUILD_DIR%/Qt6/configure.bat -prefix %BUILD_DIR%/ReleaseVS/Lib ^
        -release ^
        -sql-psql ^
        -- -DCMAKE_PREFIX_PATH=C:/Prg/libclang_vs;C:/Prg/PostgreSQL/17
      
      

      part C:\QtSource\Log\ReleaseVSBuild.log

      [381/13101] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\mimetypes\qmimetype.cpp.obj
      [382/13101] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\mimetypes\qmimetypeparser.cpp.obj
      [383/13101] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\kernel\qpermissions.cpp.obj
      [384/13101] Linking CXX shared library qtbase\bin\Qt6Core.dll
      [385/13101] Automatic MOC for target rcc
      [386/13101] Generating rcc_resource.rc
      [387/13101] Building CXX object qtbase\src\tools\rcc\CMakeFiles\rcc.dir\rcc_autogen\mocs_compilation.cpp.obj
      [388/13101] Building RC object qtbase\src\tools\rcc\CMakeFiles\rcc.dir\rcc_resource.rc.res
      [389/13101] Building CXX object qtbase\src\tools\rcc\CMakeFiles\rcc.dir\main.cpp.obj
      [390/13101] Building CXX object qtbase\src\tools\rcc\CMakeFiles\rcc.dir\rcc.cpp.obj
      [391/13101] Running syncqt.cpp for module: QtQmlTypeRegistrar
      [392/13101] Linking CXX executable qtbase\bin\rcc.exe
      [393/13101] Running syncqt.cpp for module: QtNetwork
      [394/13101] Generating ../../mkspecs/modules/qt_lib_network_private.pri
      [395/13101] Automatic MOC for target QmlTypeRegistrarPrivate
      [396/13101] Automatic MOC for target Network
      [397/13101] Automatic MOC for target qlalr
      [398/13101] Building CXX object qtbase\qmake\CMakeFiles\QtLibraryInfo.dir\library\proitems.cpp.obj
      [399/13101] Building CXX object qtbase\qmake\CMakeFiles\QtLibraryInfo.dir\property.cpp.obj
      [400/13101] Building CXX object qtbase\qmake\CMakeFiles\QtLibraryInfo.dir\propertyprinter.cpp.obj
      [401/13101] Building CXX object qtbase\qmake\CMakeFiles\QtLibraryInfo.dir\qmakelibraryinfo.cpp.obj
      [402/13101] Running AUTOMOC file extraction for target QmlTypeRegistrarPrivate
      [403/13101] Running AUTOMOC file extraction for target Network
      [404/13101] Generating qlalr_resource.rc
      [405/13101] Automatic MOC for target qtpaths
      [406/13101] Running moc --collect-json for target QmlTypeRegistrarPrivate
      [407/13101] Running rcc for resource jsRootMetaTypes
      FAILED: qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp 
      C:\Windows\system32\cmd.exe /C "cd /D C:\QtSource\ReleaseVS\Build\qtdeclarative\src\qmltyperegistrar && C:\QtSource\ReleaseVS\Build\qtbase\bin\rcc.exe --output C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp --name jsRootMetaTypes C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/jsRootMetaTypes.qrc"
      ninja: build stopped: subcommand failed.
      
      C:\QtSource\ReleaseVS\Build>cd C:/QtSource/ReleaseVS/Build 
      
      C:\QtSource\ReleaseVS\Build>cmake --install . 
      -- Install configuration: "Release"
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/CMakeLists.txt
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/Main.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtBuildInternalsHelpers.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6/qt.toolchain.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/mkspecs/qconfig.pri
      -- Installing: C:/QtSource/ReleaseVS/Lib/mkspecs/qmodule.pri
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-cmake.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-cmake-create.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-cmake-private.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-configure-module.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-cmake-standalone-test.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-cmake-private-install.cmake
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-internal-configure-tests.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-internal-configure-examples.bat
      -- Installing: C:/QtSource/ReleaseVS/Lib/bin/qt-android-runner.py
      
      

      It looks like ninja is not being used.
      With best regards Navadvipa Chandra das.\

      1 Reply Last reply
      0
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #4

        Run the failing command manually from the Command Prompt and see what you get:

        cd /D C:\QtSource\ReleaseVS\Build\qtdeclarative\src\qmltyperegistrar && C:\QtSource\ReleaseVS\Build\qtbase\bin\rcc.exe --output C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp --name jsRootMetaTypes C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/jsRootMetaTypes.qrc

        Also, what version of Qt is this?

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Navadvipa Chandra das
          wrote on last edited by
          #5

          Hello, JKSH and All!
          I did it in two steps.
          cd /D C:\QtSource\ReleaseVS\Build\qtdeclarative\src\qmltyperegistrar
          This command was executed
          C:\QtSource\ReleaseVS\Build\qtbase\bin\rcc.exe --output C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp --name jsRootMetaTypes C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/jsRootMetaTypes.qrc

          failed because the system could not detect libzstd.dll

          I'm using the developer version of Qt.
          git clone git://code.qt.io/qt/qt5.git qt6
          Later, I run init-repository.bat

          I've sketched out a short cheat sheet on installing Qt from source, including here.- https://gitflic.ru/project/navadvipa-chandra-das/slovar-shrily-prabhupady-na-copperspice

          Previously, Qt was easy to assemble, but then it stopped being assembled. But there were errors with Python, now this error, and CopperSpice is going well.

          изображение.png
          I'll try to turn the subject around libzstd.dll

          Thanks!
          Sincerely, Navadvipa Chandra das.

          JKSHJ 1 Reply Last reply
          0
          • N Offline
            N Offline
            Navadvipa Chandra das
            wrote on last edited by Navadvipa Chandra das
            #6

            Hello, All!

            I added zstd-v1.5.7-win64.zip , downloaded from here
            https://github.com/facebook/zstd/releases
            Added to the PATH variable a string C:\Prg\zstd-v1.5.7-win64\dll
            This compilation error has already disappeared. But there is another mistake.
            Although the instructions for installing Qt do not mention the zlib library as required for installation!

            Примечание: включение файла:    ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_def.inc
            Примечание: включение файла:    ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_undef.inc
            Примечание: включение файла:   ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_def.inc
            Примечание: включение файла:   ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_undef.inc
            Примечание: включение файла:  ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_def.inc
            Примечание: включение файла:  ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/port_undef.inc
            [29/21935] ACTION //third_party/devtools-frontend/src/front_end/third_party/acorn:devtools_entrypoint-bundle-copy(/C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/target_toolchain:x64)
            [30/21935] ACTION //third_party/devtools-frontend/src/front_end/third_party/intl-messageformat:devtools_entrypoint-bundle-bundle(/C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/target_toolchain:x64)
            FAILED: gen/third_party/devtools-frontend/src/front_end/third_party/intl-messageformat/intl-messageformat.js 
            C:/Prg/Python/Python313/python.exe ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/node/node.py ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rollup/dist/bin/rollup --silent --config ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js --input gen/third_party/devtools-frontend/src/front_end/third_party/intl-messageformat/intl-messageformat.prebundle.js --file gen/third_party/devtools-frontend/src/front_end/third_party/intl-messageformat/intl-messageformat.js
            Traceback (most recent call last):
              File "C:\QtSource\qt6\qtwebengine\src\3rdparty\chromium\third_party\node\node.py", line 62, in <module>
                RunNode(sys.argv[1:])
                ~~~~~~~^^^^^^^^^^^^^^
              File "C:\QtSource\qt6\qtwebengine\src\3rdparty\chromium\third_party\node\node.py", line 57, in RunNode
                raise RuntimeError('Command \'%s\' failed\n%s' % (' '.join(cmd), err))
            RuntimeError: Command 'C:\Prg\nodejs\node.exe ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rollup/dist/bin/rollup --silent --config ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js --input gen/third_party/devtools-frontend/src/front_end/third_party/intl-messageformat/intl-messageformat.prebundle.js --file gen/third_party/devtools-frontend/src/front_end/third_party/intl-messageformat/intl-messageformat.js' failed
            Error: kill EPERM
                at ChildProcess.kill (node:internal/child_process:511:26)
                at ChildProcessWorker.forceExit (C:\QtSource\qt6\qtwebengine\src\3rdparty\chromium\third_party\devtools-frontend\src\node_modules\jest-worker\build\workers\ChildProcessWorker.js:307:17)
                at Timeout._onTimeout (C:\QtSource\qt6\qtwebengine\src\3rdparty\chromium\third_party\devtools-frontend\src\node_modules\jest-worker\build\base\BaseWorkerPool.js:188:16)
            
                at listOnTimeout (node:internal/timers:594:17)
            
                at processTimers (node:internal/timers:529:7)
            
            
            
            [31/21935] ACTION //third_party/devtools-frontend/src/front_end/third_party/lit:devtools_entrypoint-bundle-bundle(/C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/target_toolchain:x64)
            [32/21935] ACTION //third_party/devtools-frontend/src/front_end/core/platform:platform(/C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/target_toolchain:x64)
            [33/21935] CXX obj/third_party/protobuf/protobuf_lite/coded_stream.obj
            Примечание: включение файла:  ../../../../../../../qt6/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src\google/protobuf/io/coded_stream.h
            Примечание: включение файла:   C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\assert.h
            Примечание: включение файла:    C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\corecrt.h
            
            
            Примечание: включение файла:          C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xfacet
            Примечание: включение файла:          C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xlocinfo
            Примечание: включение файла:           C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_xlocinfo_types.hpp
            Примечание: включение файла:           C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\clocale
            Примечание: включение файла:            C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\locale.h
            [37/21935] ACTION //third_party/devtools-frontend/src/front_end/generated:generated(/C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/target_toolchain:x64)
            ninja: build stopped: subcommand failed.
            [3208/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\resourcemanager\qssgrendershaderlibrarymanager.cpp.obj
            FAILED: qtwebengine/src/core/Release/AMD64/QtWebEngineCore.stamp qtwebengine/src/core/Release/AMD64/obj/tools/v8_context_snapshot/v8_context_snapshot.stamp qtwebengine/src/core/Release/AMD64/QtWebEngineCore C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/Release/AMD64/QtWebEngineCore.stamp C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/Release/AMD64/obj/tools/v8_context_snapshot/v8_context_snapshot.stamp C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/Release/AMD64/QtWebEngineCore 
            C:\Windows\system32\cmd.exe /C "cd /D C:\QtSource\ReleaseVS\Build\qtwebengine\src\core && C:\Prg\Ninja\ninja.exe -C C:/QtSource/ReleaseVS/Build/qtwebengine/src/core/Release/AMD64 QtWebEngineCore"
            [3210/13101] Automatic QML type registration for target QuickControls2Imagine
            [3211/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\extensionapi\qssgrenderextensions.cpp.obj
            [3212/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\extensionapi\qssgrenderhelpers.cpp.obj
            [3213/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\qssgdebugdrawsystem.cpp.obj
            [3214/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\resourcemanager\qssgrenderloadedtexture.cpp.obj
            [3215/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\resourcemanager\qssgrenderbuffermanager.cpp.obj
            [3216/13101] Building CXX object qtquick3d\src\runtimerender\CMakeFiles\Quick3DRuntimeRender.dir\rendererimpl\qssglightmapper.cpp.obj
            ninja: build stopped: subcommand failed.
            
            C:\QtSource\ReleaseVS\Build>rem cmake --build . --parallel 1 
            
            C:\QtSource\ReleaseVS\Build>cd C:/QtSource/ReleaseVS/Build 
            
            C:\QtSource\ReleaseVS\Build>cmake --install . 
            -- Install configuration: "Release"
            -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
            -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
            -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake
            -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake
            -- Installing: C:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject
            
            

            Thanks!
            Sincerely, Navadvipa Chandra das.

            1 Reply Last reply
            0
            • N Navadvipa Chandra das

              Hello, JKSH and All!
              I did it in two steps.
              cd /D C:\QtSource\ReleaseVS\Build\qtdeclarative\src\qmltyperegistrar
              This command was executed
              C:\QtSource\ReleaseVS\Build\qtbase\bin\rcc.exe --output C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/qrc_jsRootMetaTypes.cpp --name jsRootMetaTypes C:/QtSource/ReleaseVS/Build/qtdeclarative/src/qmltyperegistrar/.qt/rcc/jsRootMetaTypes.qrc

              failed because the system could not detect libzstd.dll

              I'm using the developer version of Qt.
              git clone git://code.qt.io/qt/qt5.git qt6
              Later, I run init-repository.bat

              I've sketched out a short cheat sheet on installing Qt from source, including here.- https://gitflic.ru/project/navadvipa-chandra-das/slovar-shrily-prabhupady-na-copperspice

              Previously, Qt was easy to assemble, but then it stopped being assembled. But there were errors with Python, now this error, and CopperSpice is going well.

              изображение.png
              I'll try to turn the subject around libzstd.dll

              Thanks!
              Sincerely, Navadvipa Chandra das.

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote last edited by
              #7

              @Navadvipa-Chandra-das said in Not compilated Qt from sources:

              failed because the system could not detect libzstd.dll
              ...
              Although the instructions for installing Qt do not mention the zlib library as required for installation!

              That's strange; I never needed libzstd or zlib to build Qt on Windows.

              Zstandard and zlib are optional components. If you don't have them, your config.summary file should contain something like this:

              Support enabled for:
                Using pkg-config ....................... no
                Using vcpkg ............................ no
                udev ................................... no
                OpenSSL ................................ yes
                  Qt directly linked to OpenSSL ........ no
                OpenSSL 1.1 ............................ no
                OpenSSL 3.0 ............................ yes
                Using system zlib ...................... no
                Zstandard support ...................... no
                Thread support ......................... yes
              

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • N Offline
                N Offline
                Navadvipa Chandra das
                wrote last edited by Navadvipa Chandra das
                #8

                Hell JKSH and All!

                
                Building for: win32-msvc (x86_64, CPU features: )
                Compiler: msvc 19.44.35215.0
                Build options:
                  Mode ................................... release
                  Optimize release build for size ........ no
                  Fully optimize release builds (-O3) .... no
                  Building shared libraries (alias of  BUILD_SHARED_LIBS)  yes
                  Unity Build ............................ no
                  Relocatable ............................ yes
                  Using Link Time Optimization (LTCG) .... no
                  Using Intel Control-flow Enforcement Technology (CET)  yes
                  Using Glibc function fortification ..... no
                  Using -ftrivial-auto-var-init=pattern .. no
                  Using -fstack-protector-strong ......... no
                  Using -fstack-clash-protection ......... no
                  Using libstdc++ assertions ............. no
                  Using libc++ hardening ................. no
                  Using -z relro -z now when linking ..... no
                  Target compiler supports:
                    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
                  Sanitizers:
                    Addresses ............................ no
                    Threads .............................. no
                    Memory ............................... no
                    Fuzzer (instrumentation only) ........ no
                    Undefined ............................ no
                  Build parts ............................ libs tools
                  Install examples sources ............... no
                  App store compliance ................... no
                Qt modules and options:
                  Qt Concurrent .......................... yes
                  Qt D-Bus ............................... yes
                  Qt D-Bus directly linked to libdbus .... no
                  Qt Gui ................................. yes
                  Qt Network ............................. yes
                  Qt PrintSupport ........................ yes
                  Qt Sql ................................. yes
                  Qt Testlib ............................. yes
                  Qt Widgets ............................. yes
                  Qt Xml ................................. yes
                Support enabled for:
                  Using pkg-config ....................... no
                  Using vcpkg ............................ no
                  udev ................................... no
                  OpenSSL ................................ yes
                    Qt directly linked to OpenSSL ........ no
                  OpenSSL 1.1 ............................ no
                  OpenSSL 3.0 ............................ yes
                  Using system zlib ...................... no
                  Zstandard support ...................... yes
                  Thread support ......................... yes
                Common build options:
                  Linker can resolve circular dependencies  yes
                Qt Core:
                  backtrace .............................. no
                  C++23 <stacktrace> ..................... no
                  DoubleConversion ....................... yes
                    Using system DoubleConversion ........ no
                  GLib ................................... no
                  ICU .................................... no
                  JeMalloc ............................... no
                  std::chrono::tzdb QTZ backend .......... no
                  Using system libb2 ..................... no
                  Built-in copy of the MIME database ..... yes
                  Application permissions ................ yes
                  Tracing backend ........................ <none>
                  OpenSSL based cryptographic hash ....... no
                  Logging backends:
                    journald ............................. no
                    syslog ............................... no
                    slog2 ................................ no
                  PCRE2 .................................. yes
                    Using system PCRE2 ................... no
                Qt Sql:
                  SQL item models ........................ yes
                Qt Network:
                  getifaddrs() ........................... no
                  IPv6 ifname ............................ no
                  libproxy ............................... no
                  Schannel ............................... yes
                  DTLS ................................... yes
                  OCSP-stapling .......................... yes
                  SCTP ................................... no
                  Use system proxies ..................... yes
                  GSSAPI ................................. no
                  Brotli Decompression Support ........... no
                  qIsEffectiveTLD() ...................... yes
                    Built-in publicsuffix database ....... yes
                    System publicsuffix database ......... no
                Core tools:
                  Android deployment tool ................ yes
                  macOS deployment tool .................. no
                  Windows deployment tool ................ yes
                  qmake .................................. yes
                Wayland tools:
                  qtwaylandscanner ....................... no
                Qt Gui:
                  Accessibility .......................... yes
                  Emoji Segmenter ........................ yes
                  FreeType ............................... yes
                    Using system FreeType ................ no
                  HarfBuzz ............................... yes
                    Using system HarfBuzz ................ no
                  Fontconfig ............................. no
                  Image formats:
                    GIF .................................. yes
                    ICO .................................. yes
                    JPEG ................................. yes
                      Using system libjpeg ............... no
                    PNG .................................. yes
                      Using system libpng ................ no
                  Text formats:
                    HtmlParser ........................... yes
                    CssParser ............................ yes
                    OdfWriter ............................ yes
                    MarkdownReader ....................... yes
                      Using system libmd4c ............... no
                    MarkdownWriter ....................... yes
                  EGL .................................... no
                  OpenVG ................................. no
                  OpenGL:
                    Desktop OpenGL ....................... no
                    Dynamic OpenGL ....................... yes
                    OpenGL ES 2.0 ........................ no
                    OpenGL ES 3.0 ........................ no
                    OpenGL ES 3.1 ........................ no
                    OpenGL ES 3.2 ........................ no
                  Vulkan ................................. yes
                  Metal .................................. no
                  QGraphicsFrameCapture .................. no
                  Session Management ..................... yes
                  Multi-threaded image and painting helpers  yes
                Features used by QPA backends:
                  evdev .................................. no
                  libinput ............................... no
                  HiRes wheel support in libinput ........ no
                  INTEGRITY HID .......................... no
                  mtdev .................................. no
                  tslib .................................. no
                  xkbcommon .............................. no
                  vxworksevdev ........................... no
                  X11 specific:
                    XLib ................................. no
                    XCB Xlib ............................. no
                    EGL on X11 ........................... no
                    xkbcommon-x11 ........................ no
                    xcb-sm ............................... no
                QPA backends:
                  DirectFB ............................... no
                  EGLFS .................................. no
                  EGLFS details:
                    EGLFS OpenWFD ........................ no
                    EGLFS i.Mx6 .......................... no
                    EGLFS i.Mx6 Wayland .................. no
                    EGLFS RCAR ........................... no
                    EGLFS EGLDevice ...................... no
                    EGLFS GBM ............................ no
                    EGLFS VSP2 ........................... no
                    EGLFS Mali ........................... no
                    EGLFS Raspberry Pi ................... no
                    EGLFS X11 ............................ no
                  LinuxFB ................................ no
                  VNC .................................... no
                  VK_KHR_display ......................... no
                  QNX:
                    lgmon ................................ no
                    IMF .................................. no
                  XCB:
                    Using system-provided xcb-xinput ..... no
                    GL integrations:
                      GLX Plugin ......................... no
                        XCB GLX .......................... no
                      EGL-X11 Plugin ..................... no
                  Windows:
                    Direct 2D ............................ yes
                    Direct 2D 1.1 ........................ yes
                    DirectWrite .......................... yes
                    DirectWrite 3 ........................ yes
                    DirectWrite COLRv1 Support ........... yes
                  Wayland:
                    Client ............................... no
                    Hardware Integrations:
                      EGL ................................ no
                      Raspberry Pi ....................... no
                      DRM EGL ............................ no
                      libhybris EGL ...................... no
                      Linux dma-buf server buffer ........ no
                      Shm emulation server buffer ........ no
                      Vulkan-based server buffer ......... no
                    Shell Integrations:
                      xdg-shell .......................... no
                      wl-shell (deprecated) .............. no
                Qt Widgets:
                  GTK+ ................................... no
                  Styles ................................. Fusion Windows WindowsVista
                Qt Testlib:
                  Tester for item models ................. yes
                  Batch tests ............................ no
                Qt PrintSupport:
                  CUPS ................................... no
                Qt Sql Drivers:
                  DB2 (IBM) .............................. no
                  InterBase .............................. no
                  MySql .................................. no
                  OCI (Oracle) ........................... no
                  ODBC ................................... yes
                  PostgreSQL ............................. yes
                  SQLite ................................. yes
                    Using system provided SQLite ......... no
                  Mimer .................................. no
                Further Image Formats:
                  JasPer ................................. no
                  MNG .................................... no
                  TIFF ................................... yes
                    Using system libtiff ................. no
                  WEBP ................................... yes
                    Using system libwebp ................. no
                Qt QML:
                  QML network support .................... yes
                  QML debugging and profiling support .... yes
                  QML just-in-time compiler .............. yes
                  QML XML http request ................... yes
                  QML Locale ............................. yes
                  QML SSL support ........................ yes
                Qt QML Models:
                  QML list model ......................... yes
                  QML delegate model ..................... yes
                  QML sortfilterproxy model .............. yes
                Qt Quick:
                  AnimatedImage item ..................... yes
                  Canvas item ............................ yes
                  Support for Qt Quick Designer .......... yes
                  Flipable item .......................... yes
                  GridView item .......................... yes
                  ListView item .......................... yes
                  TableView item ......................... yes
                  TreeView item .......................... yes
                  Path support ........................... yes
                  PathView item .......................... yes
                  Positioner items ....................... yes
                  Repeater item .......................... yes
                  ShaderEffect item ...................... yes
                  Sprite item ............................ yes
                Qt Quick Shapes:
                  Design Helpers ......................... yes
                Qt Quick Templates 2:
                  Hover support .......................... yes
                  Multi-touch support .................... yes
                  Calendar support ....................... yes
                Qt Quick Controls 2:
                  Styles ................................. Basic Fusion FluentWinUI3 Imagine Material Universal Windows
                QtQuick3D:
                  Assimp ................................. yes
                  System Assimp .......................... no
                QtQuick3D XR:
                  OpenXR ................................. yes
                    Using system OpenXR .................. no
                Qt Multimedia:
                  Spatial Audio .......................... yes
                  Spatial Audio (Quick3D) ................ yes
                  Low level Audio Backend:
                    ALSA (experimental) .................. no
                    PulseAudio ........................... no
                    PipeWire ............................. no
                    MMRenderer ........................... no
                    CoreAudio ............................ no
                    Open SLES (Android) .................. no
                    Web Assembly ......................... no
                    Windows Media Foundation ............. yes
                  Plugin:
                    QtMM GStreamer plugin ................ no
                    FFmpeg ............................... no
                    FFmpeg plugin features:
                      PipeWire screen capture ............ no
                    MMRenderer ........................... no
                    AVFoundation ......................... no
                    Native Android backend (deprecated) .. no
                    Native Windows backend (deprecated) .. yes
                  Hardware acceleration and features:
                    Video for Linux ...................... no
                    VAAPI support ........................ no
                    Linux DMA buffer support ............. no
                    VideoToolbox ......................... no
                Qt 3D:
                  Assimp ................................. yes
                  System Assimp .......................... no
                  Aspects:
                    Render aspect ........................ yes
                    Input aspect ......................... yes
                    Logic aspect ......................... yes
                    Animation aspect ..................... yes
                    Extras aspect ........................ yes
                Qt 3D APIs:
                  Vulkan ................................. yes
                Qt 3D Renderers:
                  OpenGL Renderer ........................ yes
                  RHI Renderer ........................... yes
                Qt3D Geometry Loaders:
                  Autodesk FBX ........................... no
                Qt 5 Compatibility Libraries:
                  iconv .................................. no
                Qt Charts Types:
                  Area Chart ............................. yes
                  Line Chart ............................. yes
                  Spline Chart ........................... yes
                  Scatter Chart .......................... yes
                  Bar Chart .............................. yes
                  Pie Chart .............................. yes
                  Boxplot Chart .......................... yes
                  Candlestick Chart ...................... yes
                Qt Axis Types:
                  DateTime Axis .......................... yes
                Qt Connectivity:
                  Qt Bluetooth ........................... yes
                  Qt NFC ................................. yes
                Qt Bluetooth details:
                  BlueZ .................................. no
                  BlueZ Low Energy ....................... no
                  Linux Crypto API ....................... no
                  WinRT Bluetooth API .................... yes
                Qt Nfc details:
                  pcslite ................................ no
                  Use neard to access NFC devices ........ no
                Qt Graphs Support:
                  2D Graphs .............................. yes
                  3D Graphs .............................. yes
                Qt Graphs 3D:
                  Bars3D ................................. yes
                  Scatter3D .............................. yes
                  Surface3D .............................. yes
                Qt Graphs 2D:
                  Area ................................... yes
                  Bar .................................... yes
                  Donut and Pie .......................... yes
                  Line ................................... yes
                  Scatter ................................ yes
                  Spline ................................. yes
                Serial Port:
                  ntddmodm ............................... no
                Qt Sensors:
                  WinRT sensors backend .................. yes
                Qt Tools:
                  Qt Assistant ........................... yes
                  libclang found ......................... yes
                  Qt Widgets Designer .................... yes
                  Qt Distance Field Generator ............ yes
                  Qt Linguist ............................ yes
                  pixeltool .............................. yes
                  qdbus .................................. yes
                  QDoc ................................... yes
                  Qt Attributions Scanner ................ yes
                  qtdiag ................................. yes
                  qtplugininfo ........................... yes
                WebEngine Repository Build Options:
                  Build Gn ............................... yes
                  Jumbo Build ............................ yes
                  Developer build ........................ no
                  Build QtWebEngine Modules:
                    Build QtWebEngineCore ................ yes
                    Build QtWebEngineWidgets ............. yes
                    Build QtWebEngineQuick ............... yes
                  Build QtPdf Modules:
                    Build QtPdfWidgets ................... yes
                    Build QtPdfQuick ..................... yes
                Qt WebEngineCore:
                  Embedded build ......................... no
                  Full debug information ................. no
                  Sanitizer support ...................... no
                  Pepper Plugins ......................... yes
                  Printing and PDF ....................... yes
                  Proprietary Codecs ..................... no
                  Spellchecker ........................... yes
                  Native Spellchecker .................... no
                  WebRTC ................................. yes
                  PipeWire over GIO ...................... no
                  Geolocation ............................ yes
                  WebChannel support ..................... yes
                  Kerberos Authentication ................ yes
                  Extensions ............................. yes
                  Vulkan support ......................... yes
                  Use v8 context snapshot ................ yes
                  Build WebEngineDriver .................. yes
                Qt WebEngineQuick:
                  UI Delegates ........................... yes
                Qt PDF:
                  Support V8 ............................. no
                  Support XFA ............................ no
                  Support XFA-BMP ........................ no
                  Support XFA-GIF ........................ no
                  Support XFA-PNG ........................ no
                  Support XFA-TIFF ....................... no
                  Bitcode support ........................ no
                  Use static runtime ..................... no
                Qt Protobuf:
                  Qt Core types support .................. no
                  Qt Gui types support ................... no
                  Well-known types support ............... no
                  QML Protobuf support ................... yes
                  Unsafe registry ........................ no
                Qt Protobuf tools:
                  Qt Protobuf generator .................. no
                Qt GRPC:
                  gRPC support ........................... yes
                  QML gRPC support ....................... yes
                Qt GRPC tools:
                  Qt GRPC generator ...................... no
                Qt NetworkAuth:
                  URI Scheme Reply Handler ............... yes
                Qt Opcua:
                  Open62541 .............................. yes
                  Support for namespace 0 NodeId names ... yes
                  Internal code generator ................ no
                  Open62541 security support ............. yes
                  Support for global discovery server (requires OpenSSL 3.x)  yes
                  Data type code generator ............... yes
                Qt Remote Objects:
                  High Availability Manager (ham) ........ no
                Qt SCXML:
                  Qt SCXML ............................... yes
                  SCXML QML Types ........................ yes
                  ECMAScript data model for QtScxml ...... yes
                Qt State Machine:
                  Qt State Machine ....................... yes
                  StateMachine QML Type .................. yes
                  Q(Mouse)EventTransition class .......... yes
                Qt SerialBus:
                  Socket CAN ............................. no
                  Socket CAN FD .......................... no
                  SerialPort Support ..................... yes
                Qt TextToSpeech:
                  Flite .................................. no
                  Speech Dispatcher ...................... no
                Qt Virtualkeyboard:
                  Desktop integration .................... yes
                  Built-in layouts ....................... yes
                  Key navigation ......................... no
                  Retro style as default ................. no
                  Sensitive Debug ........................ no
                  Cerence ................................ no
                    Static Linking ....................... no
                    Handwriting .......................... no
                      Alphabetic ......................... no
                      CJK ................................ no
                    XT9 .................................. no
                      XT9 Debug .......................... no
                      XT9 9-key layouts .................. no
                    Bundle resources ..................... no
                      Handwriting ........................ no
                      XT9 ................................ no
                  Hunspell ............................... no
                    Using Hunspell copy from 3rdparty/ ... no
                  OpenWnn ................................ yes
                  MyScript ............................... no
                  Example HWR ............................ no
                  Language support enabled for:
                    Arabic ............................... yes
                    Bulgarian ............................ yes
                    Czech ................................ yes
                    Danish ............................... yes
                    German ............................... yes
                    Greek ................................ yes
                    English GB ........................... yes
                    English US ........................... yes
                    Spanish .............................. yes
                    Spanish Mexico ....................... yes
                    Estonian ............................. yes
                    Farsi ................................ yes
                    Finnish .............................. yes
                    French Canada ........................ yes
                    French France ........................ yes
                    Hebrew ............................... yes
                    Hindi ................................ yes
                    Croatian ............................. yes
                    Hungarian ............................ yes
                    Indonesian ........................... yes
                    Italian .............................. yes
                    Latvian .............................. yes
                    Japanese ............................. yes
                    Korean ............................... yes
                    Malay ................................ yes
                    Norwegian ............................ yes
                    Dutch ................................ yes
                    Polish ............................... yes
                    Portuguese Brazil .................... yes
                    Portuguese Portugal .................. yes
                    Romanian ............................. yes
                    Russian .............................. yes
                    Slovak ............................... yes
                    Slovenian ............................ yes
                    Albanian ............................. yes
                    Serbian .............................. yes
                    Swedish .............................. yes
                    Thai ................................. yes
                    Turkish .............................. yes
                    Ukrainian ............................ yes
                    Vietnamese ........................... yes
                    Simplified Chinese ................... yes
                    Traditional Chinese .................. yes
                    HongKong Chinese ..................... no
                  Traditional chinese input methods:
                    Zhuyin ............................... yes
                    Cangjie .............................. yes
                Qt Virtualkeyboard:
                  Desktop integration .................... yes
                  Built-in layouts ....................... yes
                  Key navigation ......................... no
                  Retro style as default ................. no
                  Sensitive Debug ........................ no
                  Cerence ................................ no
                    Static Linking ....................... no
                    Handwriting .......................... no
                      Alphabetic ......................... no
                      CJK ................................ no
                    XT9 .................................. no
                      XT9 Debug .......................... no
                      XT9 9-key layouts .................. no
                    Bundle resources ..................... no
                      Handwriting ........................ no
                      XT9 ................................ no
                  Hunspell ............................... no
                    Using Hunspell copy from 3rdparty/ ... no
                  OpenWnn ................................ yes
                  MyScript ............................... no
                  Example HWR ............................ no
                  Language support enabled for:
                    Arabic ............................... yes
                    Bulgarian ............................ yes
                    Czech ................................ yes
                    Danish ............................... yes
                    German ............................... yes
                    Greek ................................ yes
                    English GB ........................... yes
                    English US ........................... yes
                    Spanish .............................. yes
                    Spanish Mexico ....................... yes
                    Estonian ............................. yes
                    Farsi ................................ yes
                    Finnish .............................. yes
                    French Canada ........................ yes
                    French France ........................ yes
                    Hebrew ............................... yes
                    Hindi ................................ yes
                    Croatian ............................. yes
                    Hungarian ............................ yes
                    Indonesian ........................... yes
                    Italian .............................. yes
                    Latvian .............................. yes
                    Japanese ............................. yes
                    Korean ............................... yes
                    Malay ................................ yes
                    Norwegian ............................ yes
                    Dutch ................................ yes
                    Polish ............................... yes
                    Portuguese Brazil .................... yes
                    Portuguese Portugal .................. yes
                    Romanian ............................. yes
                    Russian .............................. yes
                    Slovak ............................... yes
                    Slovenian ............................ yes
                    Albanian ............................. yes
                    Serbian .............................. yes
                    Swedish .............................. yes
                    Thai ................................. yes
                    Turkish .............................. yes
                    Ukrainian ............................ yes
                    Vietnamese ........................... yes
                    Simplified Chinese ................... yes
                    Traditional Chinese .................. yes
                    HongKong Chinese ..................... no
                  Traditional chinese input methods:
                    Zhuyin ............................... yes
                    Cangjie .............................. yes
                Qt WebView plugins:
                  WebEngine .............................. yes
                  WebView2 (Windows only) ................ no
                  Android WebView (Android only) ......... no
                  Darwin WebKit (MacOS and IOS only) ..... no
                  WinRT WebView (WinRT only) ............. no
                  Wasm Webview (Web Assembly only) ....... no
                Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
                Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
                WARNING: No perl found, compiling opus without some optimizations.
                WARNING: Qt WebEngine And Qt Pdf SBOM generation will be skipped due to missing dependencies. 
                WARNING: No WebView2 SDK found, compiling QtWebView without WebView2 plugin.
                
                    Please set WEBVIEW2_SDK_ROOT to point to WebView2 SDK directory.
                
                

                With best regards Navadvipa Chandra das.

                JKSHJ 1 Reply Last reply
                0
                • N Navadvipa Chandra das

                  Hell JKSH and All!

                  
                  Building for: win32-msvc (x86_64, CPU features: )
                  Compiler: msvc 19.44.35215.0
                  Build options:
                    Mode ................................... release
                    Optimize release build for size ........ no
                    Fully optimize release builds (-O3) .... no
                    Building shared libraries (alias of  BUILD_SHARED_LIBS)  yes
                    Unity Build ............................ no
                    Relocatable ............................ yes
                    Using Link Time Optimization (LTCG) .... no
                    Using Intel Control-flow Enforcement Technology (CET)  yes
                    Using Glibc function fortification ..... no
                    Using -ftrivial-auto-var-init=pattern .. no
                    Using -fstack-protector-strong ......... no
                    Using -fstack-clash-protection ......... no
                    Using libstdc++ assertions ............. no
                    Using libc++ hardening ................. no
                    Using -z relro -z now when linking ..... no
                    Target compiler supports:
                      x86 Intrinsics ....................... Basic VAES AVX512VBMI2
                    Sanitizers:
                      Addresses ............................ no
                      Threads .............................. no
                      Memory ............................... no
                      Fuzzer (instrumentation only) ........ no
                      Undefined ............................ no
                    Build parts ............................ libs tools
                    Install examples sources ............... no
                    App store compliance ................... no
                  Qt modules and options:
                    Qt Concurrent .......................... yes
                    Qt D-Bus ............................... yes
                    Qt D-Bus directly linked to libdbus .... no
                    Qt Gui ................................. yes
                    Qt Network ............................. yes
                    Qt PrintSupport ........................ yes
                    Qt Sql ................................. yes
                    Qt Testlib ............................. yes
                    Qt Widgets ............................. yes
                    Qt Xml ................................. yes
                  Support enabled for:
                    Using pkg-config ....................... no
                    Using vcpkg ............................ no
                    udev ................................... no
                    OpenSSL ................................ yes
                      Qt directly linked to OpenSSL ........ no
                    OpenSSL 1.1 ............................ no
                    OpenSSL 3.0 ............................ yes
                    Using system zlib ...................... no
                    Zstandard support ...................... yes
                    Thread support ......................... yes
                  Common build options:
                    Linker can resolve circular dependencies  yes
                  Qt Core:
                    backtrace .............................. no
                    C++23 <stacktrace> ..................... no
                    DoubleConversion ....................... yes
                      Using system DoubleConversion ........ no
                    GLib ................................... no
                    ICU .................................... no
                    JeMalloc ............................... no
                    std::chrono::tzdb QTZ backend .......... no
                    Using system libb2 ..................... no
                    Built-in copy of the MIME database ..... yes
                    Application permissions ................ yes
                    Tracing backend ........................ <none>
                    OpenSSL based cryptographic hash ....... no
                    Logging backends:
                      journald ............................. no
                      syslog ............................... no
                      slog2 ................................ no
                    PCRE2 .................................. yes
                      Using system PCRE2 ................... no
                  Qt Sql:
                    SQL item models ........................ yes
                  Qt Network:
                    getifaddrs() ........................... no
                    IPv6 ifname ............................ no
                    libproxy ............................... no
                    Schannel ............................... yes
                    DTLS ................................... yes
                    OCSP-stapling .......................... yes
                    SCTP ................................... no
                    Use system proxies ..................... yes
                    GSSAPI ................................. no
                    Brotli Decompression Support ........... no
                    qIsEffectiveTLD() ...................... yes
                      Built-in publicsuffix database ....... yes
                      System publicsuffix database ......... no
                  Core tools:
                    Android deployment tool ................ yes
                    macOS deployment tool .................. no
                    Windows deployment tool ................ yes
                    qmake .................................. yes
                  Wayland tools:
                    qtwaylandscanner ....................... no
                  Qt Gui:
                    Accessibility .......................... yes
                    Emoji Segmenter ........................ yes
                    FreeType ............................... yes
                      Using system FreeType ................ no
                    HarfBuzz ............................... yes
                      Using system HarfBuzz ................ no
                    Fontconfig ............................. no
                    Image formats:
                      GIF .................................. yes
                      ICO .................................. yes
                      JPEG ................................. yes
                        Using system libjpeg ............... no
                      PNG .................................. yes
                        Using system libpng ................ no
                    Text formats:
                      HtmlParser ........................... yes
                      CssParser ............................ yes
                      OdfWriter ............................ yes
                      MarkdownReader ....................... yes
                        Using system libmd4c ............... no
                      MarkdownWriter ....................... yes
                    EGL .................................... no
                    OpenVG ................................. no
                    OpenGL:
                      Desktop OpenGL ....................... no
                      Dynamic OpenGL ....................... yes
                      OpenGL ES 2.0 ........................ no
                      OpenGL ES 3.0 ........................ no
                      OpenGL ES 3.1 ........................ no
                      OpenGL ES 3.2 ........................ no
                    Vulkan ................................. yes
                    Metal .................................. no
                    QGraphicsFrameCapture .................. no
                    Session Management ..................... yes
                    Multi-threaded image and painting helpers  yes
                  Features used by QPA backends:
                    evdev .................................. no
                    libinput ............................... no
                    HiRes wheel support in libinput ........ no
                    INTEGRITY HID .......................... no
                    mtdev .................................. no
                    tslib .................................. no
                    xkbcommon .............................. no
                    vxworksevdev ........................... no
                    X11 specific:
                      XLib ................................. no
                      XCB Xlib ............................. no
                      EGL on X11 ........................... no
                      xkbcommon-x11 ........................ no
                      xcb-sm ............................... no
                  QPA backends:
                    DirectFB ............................... no
                    EGLFS .................................. no
                    EGLFS details:
                      EGLFS OpenWFD ........................ no
                      EGLFS i.Mx6 .......................... no
                      EGLFS i.Mx6 Wayland .................. no
                      EGLFS RCAR ........................... no
                      EGLFS EGLDevice ...................... no
                      EGLFS GBM ............................ no
                      EGLFS VSP2 ........................... no
                      EGLFS Mali ........................... no
                      EGLFS Raspberry Pi ................... no
                      EGLFS X11 ............................ no
                    LinuxFB ................................ no
                    VNC .................................... no
                    VK_KHR_display ......................... no
                    QNX:
                      lgmon ................................ no
                      IMF .................................. no
                    XCB:
                      Using system-provided xcb-xinput ..... no
                      GL integrations:
                        GLX Plugin ......................... no
                          XCB GLX .......................... no
                        EGL-X11 Plugin ..................... no
                    Windows:
                      Direct 2D ............................ yes
                      Direct 2D 1.1 ........................ yes
                      DirectWrite .......................... yes
                      DirectWrite 3 ........................ yes
                      DirectWrite COLRv1 Support ........... yes
                    Wayland:
                      Client ............................... no
                      Hardware Integrations:
                        EGL ................................ no
                        Raspberry Pi ....................... no
                        DRM EGL ............................ no
                        libhybris EGL ...................... no
                        Linux dma-buf server buffer ........ no
                        Shm emulation server buffer ........ no
                        Vulkan-based server buffer ......... no
                      Shell Integrations:
                        xdg-shell .......................... no
                        wl-shell (deprecated) .............. no
                  Qt Widgets:
                    GTK+ ................................... no
                    Styles ................................. Fusion Windows WindowsVista
                  Qt Testlib:
                    Tester for item models ................. yes
                    Batch tests ............................ no
                  Qt PrintSupport:
                    CUPS ................................... no
                  Qt Sql Drivers:
                    DB2 (IBM) .............................. no
                    InterBase .............................. no
                    MySql .................................. no
                    OCI (Oracle) ........................... no
                    ODBC ................................... yes
                    PostgreSQL ............................. yes
                    SQLite ................................. yes
                      Using system provided SQLite ......... no
                    Mimer .................................. no
                  Further Image Formats:
                    JasPer ................................. no
                    MNG .................................... no
                    TIFF ................................... yes
                      Using system libtiff ................. no
                    WEBP ................................... yes
                      Using system libwebp ................. no
                  Qt QML:
                    QML network support .................... yes
                    QML debugging and profiling support .... yes
                    QML just-in-time compiler .............. yes
                    QML XML http request ................... yes
                    QML Locale ............................. yes
                    QML SSL support ........................ yes
                  Qt QML Models:
                    QML list model ......................... yes
                    QML delegate model ..................... yes
                    QML sortfilterproxy model .............. yes
                  Qt Quick:
                    AnimatedImage item ..................... yes
                    Canvas item ............................ yes
                    Support for Qt Quick Designer .......... yes
                    Flipable item .......................... yes
                    GridView item .......................... yes
                    ListView item .......................... yes
                    TableView item ......................... yes
                    TreeView item .......................... yes
                    Path support ........................... yes
                    PathView item .......................... yes
                    Positioner items ....................... yes
                    Repeater item .......................... yes
                    ShaderEffect item ...................... yes
                    Sprite item ............................ yes
                  Qt Quick Shapes:
                    Design Helpers ......................... yes
                  Qt Quick Templates 2:
                    Hover support .......................... yes
                    Multi-touch support .................... yes
                    Calendar support ....................... yes
                  Qt Quick Controls 2:
                    Styles ................................. Basic Fusion FluentWinUI3 Imagine Material Universal Windows
                  QtQuick3D:
                    Assimp ................................. yes
                    System Assimp .......................... no
                  QtQuick3D XR:
                    OpenXR ................................. yes
                      Using system OpenXR .................. no
                  Qt Multimedia:
                    Spatial Audio .......................... yes
                    Spatial Audio (Quick3D) ................ yes
                    Low level Audio Backend:
                      ALSA (experimental) .................. no
                      PulseAudio ........................... no
                      PipeWire ............................. no
                      MMRenderer ........................... no
                      CoreAudio ............................ no
                      Open SLES (Android) .................. no
                      Web Assembly ......................... no
                      Windows Media Foundation ............. yes
                    Plugin:
                      QtMM GStreamer plugin ................ no
                      FFmpeg ............................... no
                      FFmpeg plugin features:
                        PipeWire screen capture ............ no
                      MMRenderer ........................... no
                      AVFoundation ......................... no
                      Native Android backend (deprecated) .. no
                      Native Windows backend (deprecated) .. yes
                    Hardware acceleration and features:
                      Video for Linux ...................... no
                      VAAPI support ........................ no
                      Linux DMA buffer support ............. no
                      VideoToolbox ......................... no
                  Qt 3D:
                    Assimp ................................. yes
                    System Assimp .......................... no
                    Aspects:
                      Render aspect ........................ yes
                      Input aspect ......................... yes
                      Logic aspect ......................... yes
                      Animation aspect ..................... yes
                      Extras aspect ........................ yes
                  Qt 3D APIs:
                    Vulkan ................................. yes
                  Qt 3D Renderers:
                    OpenGL Renderer ........................ yes
                    RHI Renderer ........................... yes
                  Qt3D Geometry Loaders:
                    Autodesk FBX ........................... no
                  Qt 5 Compatibility Libraries:
                    iconv .................................. no
                  Qt Charts Types:
                    Area Chart ............................. yes
                    Line Chart ............................. yes
                    Spline Chart ........................... yes
                    Scatter Chart .......................... yes
                    Bar Chart .............................. yes
                    Pie Chart .............................. yes
                    Boxplot Chart .......................... yes
                    Candlestick Chart ...................... yes
                  Qt Axis Types:
                    DateTime Axis .......................... yes
                  Qt Connectivity:
                    Qt Bluetooth ........................... yes
                    Qt NFC ................................. yes
                  Qt Bluetooth details:
                    BlueZ .................................. no
                    BlueZ Low Energy ....................... no
                    Linux Crypto API ....................... no
                    WinRT Bluetooth API .................... yes
                  Qt Nfc details:
                    pcslite ................................ no
                    Use neard to access NFC devices ........ no
                  Qt Graphs Support:
                    2D Graphs .............................. yes
                    3D Graphs .............................. yes
                  Qt Graphs 3D:
                    Bars3D ................................. yes
                    Scatter3D .............................. yes
                    Surface3D .............................. yes
                  Qt Graphs 2D:
                    Area ................................... yes
                    Bar .................................... yes
                    Donut and Pie .......................... yes
                    Line ................................... yes
                    Scatter ................................ yes
                    Spline ................................. yes
                  Serial Port:
                    ntddmodm ............................... no
                  Qt Sensors:
                    WinRT sensors backend .................. yes
                  Qt Tools:
                    Qt Assistant ........................... yes
                    libclang found ......................... yes
                    Qt Widgets Designer .................... yes
                    Qt Distance Field Generator ............ yes
                    Qt Linguist ............................ yes
                    pixeltool .............................. yes
                    qdbus .................................. yes
                    QDoc ................................... yes
                    Qt Attributions Scanner ................ yes
                    qtdiag ................................. yes
                    qtplugininfo ........................... yes
                  WebEngine Repository Build Options:
                    Build Gn ............................... yes
                    Jumbo Build ............................ yes
                    Developer build ........................ no
                    Build QtWebEngine Modules:
                      Build QtWebEngineCore ................ yes
                      Build QtWebEngineWidgets ............. yes
                      Build QtWebEngineQuick ............... yes
                    Build QtPdf Modules:
                      Build QtPdfWidgets ................... yes
                      Build QtPdfQuick ..................... yes
                  Qt WebEngineCore:
                    Embedded build ......................... no
                    Full debug information ................. no
                    Sanitizer support ...................... no
                    Pepper Plugins ......................... yes
                    Printing and PDF ....................... yes
                    Proprietary Codecs ..................... no
                    Spellchecker ........................... yes
                    Native Spellchecker .................... no
                    WebRTC ................................. yes
                    PipeWire over GIO ...................... no
                    Geolocation ............................ yes
                    WebChannel support ..................... yes
                    Kerberos Authentication ................ yes
                    Extensions ............................. yes
                    Vulkan support ......................... yes
                    Use v8 context snapshot ................ yes
                    Build WebEngineDriver .................. yes
                  Qt WebEngineQuick:
                    UI Delegates ........................... yes
                  Qt PDF:
                    Support V8 ............................. no
                    Support XFA ............................ no
                    Support XFA-BMP ........................ no
                    Support XFA-GIF ........................ no
                    Support XFA-PNG ........................ no
                    Support XFA-TIFF ....................... no
                    Bitcode support ........................ no
                    Use static runtime ..................... no
                  Qt Protobuf:
                    Qt Core types support .................. no
                    Qt Gui types support ................... no
                    Well-known types support ............... no
                    QML Protobuf support ................... yes
                    Unsafe registry ........................ no
                  Qt Protobuf tools:
                    Qt Protobuf generator .................. no
                  Qt GRPC:
                    gRPC support ........................... yes
                    QML gRPC support ....................... yes
                  Qt GRPC tools:
                    Qt GRPC generator ...................... no
                  Qt NetworkAuth:
                    URI Scheme Reply Handler ............... yes
                  Qt Opcua:
                    Open62541 .............................. yes
                    Support for namespace 0 NodeId names ... yes
                    Internal code generator ................ no
                    Open62541 security support ............. yes
                    Support for global discovery server (requires OpenSSL 3.x)  yes
                    Data type code generator ............... yes
                  Qt Remote Objects:
                    High Availability Manager (ham) ........ no
                  Qt SCXML:
                    Qt SCXML ............................... yes
                    SCXML QML Types ........................ yes
                    ECMAScript data model for QtScxml ...... yes
                  Qt State Machine:
                    Qt State Machine ....................... yes
                    StateMachine QML Type .................. yes
                    Q(Mouse)EventTransition class .......... yes
                  Qt SerialBus:
                    Socket CAN ............................. no
                    Socket CAN FD .......................... no
                    SerialPort Support ..................... yes
                  Qt TextToSpeech:
                    Flite .................................. no
                    Speech Dispatcher ...................... no
                  Qt Virtualkeyboard:
                    Desktop integration .................... yes
                    Built-in layouts ....................... yes
                    Key navigation ......................... no
                    Retro style as default ................. no
                    Sensitive Debug ........................ no
                    Cerence ................................ no
                      Static Linking ....................... no
                      Handwriting .......................... no
                        Alphabetic ......................... no
                        CJK ................................ no
                      XT9 .................................. no
                        XT9 Debug .......................... no
                        XT9 9-key layouts .................. no
                      Bundle resources ..................... no
                        Handwriting ........................ no
                        XT9 ................................ no
                    Hunspell ............................... no
                      Using Hunspell copy from 3rdparty/ ... no
                    OpenWnn ................................ yes
                    MyScript ............................... no
                    Example HWR ............................ no
                    Language support enabled for:
                      Arabic ............................... yes
                      Bulgarian ............................ yes
                      Czech ................................ yes
                      Danish ............................... yes
                      German ............................... yes
                      Greek ................................ yes
                      English GB ........................... yes
                      English US ........................... yes
                      Spanish .............................. yes
                      Spanish Mexico ....................... yes
                      Estonian ............................. yes
                      Farsi ................................ yes
                      Finnish .............................. yes
                      French Canada ........................ yes
                      French France ........................ yes
                      Hebrew ............................... yes
                      Hindi ................................ yes
                      Croatian ............................. yes
                      Hungarian ............................ yes
                      Indonesian ........................... yes
                      Italian .............................. yes
                      Latvian .............................. yes
                      Japanese ............................. yes
                      Korean ............................... yes
                      Malay ................................ yes
                      Norwegian ............................ yes
                      Dutch ................................ yes
                      Polish ............................... yes
                      Portuguese Brazil .................... yes
                      Portuguese Portugal .................. yes
                      Romanian ............................. yes
                      Russian .............................. yes
                      Slovak ............................... yes
                      Slovenian ............................ yes
                      Albanian ............................. yes
                      Serbian .............................. yes
                      Swedish .............................. yes
                      Thai ................................. yes
                      Turkish .............................. yes
                      Ukrainian ............................ yes
                      Vietnamese ........................... yes
                      Simplified Chinese ................... yes
                      Traditional Chinese .................. yes
                      HongKong Chinese ..................... no
                    Traditional chinese input methods:
                      Zhuyin ............................... yes
                      Cangjie .............................. yes
                  Qt Virtualkeyboard:
                    Desktop integration .................... yes
                    Built-in layouts ....................... yes
                    Key navigation ......................... no
                    Retro style as default ................. no
                    Sensitive Debug ........................ no
                    Cerence ................................ no
                      Static Linking ....................... no
                      Handwriting .......................... no
                        Alphabetic ......................... no
                        CJK ................................ no
                      XT9 .................................. no
                        XT9 Debug .......................... no
                        XT9 9-key layouts .................. no
                      Bundle resources ..................... no
                        Handwriting ........................ no
                        XT9 ................................ no
                    Hunspell ............................... no
                      Using Hunspell copy from 3rdparty/ ... no
                    OpenWnn ................................ yes
                    MyScript ............................... no
                    Example HWR ............................ no
                    Language support enabled for:
                      Arabic ............................... yes
                      Bulgarian ............................ yes
                      Czech ................................ yes
                      Danish ............................... yes
                      German ............................... yes
                      Greek ................................ yes
                      English GB ........................... yes
                      English US ........................... yes
                      Spanish .............................. yes
                      Spanish Mexico ....................... yes
                      Estonian ............................. yes
                      Farsi ................................ yes
                      Finnish .............................. yes
                      French Canada ........................ yes
                      French France ........................ yes
                      Hebrew ............................... yes
                      Hindi ................................ yes
                      Croatian ............................. yes
                      Hungarian ............................ yes
                      Indonesian ........................... yes
                      Italian .............................. yes
                      Latvian .............................. yes
                      Japanese ............................. yes
                      Korean ............................... yes
                      Malay ................................ yes
                      Norwegian ............................ yes
                      Dutch ................................ yes
                      Polish ............................... yes
                      Portuguese Brazil .................... yes
                      Portuguese Portugal .................. yes
                      Romanian ............................. yes
                      Russian .............................. yes
                      Slovak ............................... yes
                      Slovenian ............................ yes
                      Albanian ............................. yes
                      Serbian .............................. yes
                      Swedish .............................. yes
                      Thai ................................. yes
                      Turkish .............................. yes
                      Ukrainian ............................ yes
                      Vietnamese ........................... yes
                      Simplified Chinese ................... yes
                      Traditional Chinese .................. yes
                      HongKong Chinese ..................... no
                    Traditional chinese input methods:
                      Zhuyin ............................... yes
                      Cangjie .............................. yes
                  Qt WebView plugins:
                    WebEngine .............................. yes
                    WebView2 (Windows only) ................ no
                    Android WebView (Android only) ......... no
                    Darwin WebKit (MacOS and IOS only) ..... no
                    WinRT WebView (WinRT only) ............. no
                    Wasm Webview (Web Assembly only) ....... no
                  Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
                  Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
                  WARNING: No perl found, compiling opus without some optimizations.
                  WARNING: Qt WebEngine And Qt Pdf SBOM generation will be skipped due to missing dependencies. 
                  WARNING: No WebView2 SDK found, compiling QtWebView without WebView2 plugin.
                  
                      Please set WEBVIEW2_SDK_ROOT to point to WebView2 SDK directory.
                  
                  

                  With best regards Navadvipa Chandra das.

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote last edited by
                  #9

                  @Navadvipa-Chandra-das said in Not compilated Qt from sources:

                  Using system zlib ...................... no

                  Zlib was not detected in your system. So I would've expected Qt to use the copy that comes bundled with the Qt source code.

                  Zstandard support ...................... yes

                  The Zstandard development headers and libraries were detected in your system... probably because you added zstd-v1.5.7-win64 to your PATH.

                  Before you added that to your PATH, this line should say "no" and Qt should not try to use zstd.

                  But anyway, you have it working now, yes?

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  1 Reply Last reply
                  0
                  • N Offline
                    N Offline
                    Navadvipa Chandra das
                    wrote last edited by Navadvipa Chandra das
                    #10

                    Hello JKSH and All!

                    To avoid Python errors, I had to translate the console to utf-8 with the command

                    chcp 65001

                    And also run the console in Administrator mode, as QtCreator writes files to the directory "C:\Program Files (x86)\QtCreator", although the x64 Native Tools from Microdoft Visual Studio 2022 itself.

                    I compiled Qt in Admin mode too. Everything was compiled and installed well, but there was still one line with an error in the log file.:

                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qquickwebengineforeigntypes_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qtwebenginequickglobal_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qquickwebengineprofileprototype_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qquickwebengineprofileprototype_p_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/render_widget_host_view_qt_delegate_quickwindow_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/ui_delegates_manager_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qtwebenginequick-config_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/include/QtWebEngineQuick/6.11.0/QtWebEngineQuick/private/qquickwebengine_accessible_p.h
                    -- Installing: D:/QtSource/ReleaseVS/Lib/mkspecs/modules/qt_lib_webenginequick.pri
                    -- Installing: D:/QtSource/ReleaseVS/Lib/mkspecs/modules/qt_lib_webenginequick_private.pri
                    -- Starting SBOM generation in build dir: D:/QtSource/ReleaseVS/Build/qtwebengine/qt_sbom/staging-qtwebengine.spdx.in
                    -- Generating Chromium SBOM for WebEngine...
                    -- Found Gn: D:/QtSource/ReleaseVS/Build/qtwebengine/install/bin/gn.exe (found suitable exact version "6.11.0.qtwebengine.qt.io")
                    -- SBOM generation successful but did not run cleanly:
                    -- stdout: 
                    -- stderr: ERROR:__main__:Failed parsing 'third_party\tflite': missing third party metadata file or licenses.py SPECIAL_CASES entry in third_party\tflite
                    
                    -- Installing: D:/QtSource/ReleaseVS/Build/qtbase/sbom/qtwebengine-chromium-webengine-6.11.0.spdx.json
                    -- Done generating Chromium SBOM for WebEngine.
                    -- Generating tag/value SPDX document: D:/QtSource/ReleaseVS/Lib/sbom/qtwebengine-chromium-webengine-6.11.0.spdx from D:/QtSource/ReleaseVS/Build/qtwebengine/qt_sbom/qtwebengine-chromium-webengine-6.11.0.spdx.json
                    -- Finalizing SBOM generation in install dir: D:/QtSource/ReleaseVS/Lib/sbom/qtwebengine-6.11.0.spdx
                    -- Generating JSON: D:/QtSource/ReleaseVS/Lib/sbom/qtwebengine-6.11.0.spdx.json
                    -- Verifying: D:/QtSource/ReleaseVS/Lib/sbom/qtwebengine-6.11.0.spdx
                    -- Installing: D:/QtSource/ReleaseVS/Lib/metatypes/qt6pdf_metatypes.json
                    -- Installing: D:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6Pdf/Qt6PdfConfig.cmake
                    -- Installing: D:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6Pdf/Qt6PdfConfigVersion.cmake
                    -- Installing: D:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6Pdf/Qt6PdfConfigVersionImpl.cmake
                    -- Installing: D:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6Pdf/Qt6PdfTargetsPrecheck.cmake
                    -- Installing: D:/QtSource/ReleaseVS/Lib/lib/cmake/Qt6PdfPrivate/Qt6PdfPrivateConfig.cmake
                    

                    And when I compiled QtCreator, there were already compilation errors.
                    This forum does not allow you to send a piece of the log file with errors, as it considers it spam. Therefore, I will leave only some lines. A very inconvenient forum feature. You want to report a mistake, but you can't.

                    [4246/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet\editor3d\camerageometry.cpp.obj
                    FAILED: [code=2] src/tools/qmlpuppet/CMakeFiles/qmlpuppet.dir/qmlpuppet/editor3d/camerageometry.cpp.obj 
                    [4249/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet\editor3d\geometrybase.cpp.obj
                    [4250/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet\editor3d\lightgeometry.cpp.obj
                    [4251/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet\editor3d\gridgeometry.cpp.obj
                    [4252/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet\editor3d\selectionboxgeometry.cpp.obj
                    FAILED: [code=2] src/tools/qmlpuppet/CMakeFiles/qmlpuppet.dir/qmlpuppet/editor3d/selectionboxgeometry.cpp.obj 
                    [4253/4505] Building CXX object src\tools\qmlpuppet\CMakeFiles\qmlpuppet.dir\qmlpuppet_autogen\mocs_compilation.cpp.obj
                    ninja: build stopped: subcommand failed.
                    
                    D:\QtSource\qtcreator_build_vs>cd D:\QtSource\qtcreator_build_vs 
                    
                    D:\QtSource\qtcreator_build_vs>cmake --install . 
                    -- Install configuration: "Release"
                    -- Installing: C:/Program Files (x86)/QtCreator/bin/KSyntaxHighlighting.dll
                    -- Installing: C:/Program Files (x86)/QtCreator/share/qtcreator/generic-highlighter//syntax
                    
                    

                    Вот мой файл конфигурации Qt

                    rem set Path=%Path%;C:\Prg\PostgreSQL\17
                    rem set OPENSSL_DIR=C:\Prg\OpenSSL\3.4.1
                    rem set PATH=%OPENSSL_DIR%/bin;%PATH%
                    rem set OPENSSL_INCDIR=%OPENSSL_DIR%/include
                    rem set OPENSSL_LIBDIR=%OPENSSL_DIR%/lib
                    
                    set BUILD_DIR=D:/QtSource
                    
                    cd %BUILD_DIR%/ReleaseVS/Build
                    
                    
                    %BUILD_DIR%/Qt6/configure.bat -prefix %BUILD_DIR%/ReleaseVS/Lib ^
                      -release ^
                      -sql-psql ^
                      -qt-zlib ^
                      -confirm-license ^
                      -opensource ^
                      -DOPENSSL_ROOT=C:/Prg/OpenSSL/3.4.1 ^
                      -DZSTD_ROOT=C:/Prg/zstd-v1.5.7-win64/example ^
                      -- -DCMAKE_PREFIX_PATH=C:/Prg/libclang_vs;C:/Prg/PostgreSQL/17
                    
                    rem   -skip qtwebengine ^
                    

                    These variables DOPENSSL_ROOT and DZSTD_ROOT had no effect at all. I actually came up with DZSTD_ROOT myself for an experiment.

                    And the -qt-zlib option disables the system ZLIB. Otherwise, compilation requires it:

                    Using system zlib ...................... yes
                    

                    I still can't compile QtCreator.

                    With respect, Navadvipa Chandra das.

                    1 Reply Last reply
                    0
                    • N Offline
                      N Offline
                      Navadvipa Chandra das
                      wrote last edited by Navadvipa Chandra das
                      #11

                      Hello JKSH and All!

                      Since I have discussed the same question in two topics, I will repeat the answer too.

                      Thank you, SGaist and JKSH! for helped in another topic - "Why no make QtCreator.exe file".

                      git clone git://code.qt.io/qt/qt5.git qt6
                      git switch 6.9.2
                      init-repository.bat

                      And everything went like clockwork without a single "failed:" both when compiling Qt and when compiling QtCreator.

                      If anyone needs instructions when compiling Qt, then I have sketched out a small cheat sheet. I used it myself. I collected bits and pieces wherever I could. Detailed instructions are almost impossible to find.

                      https://gitflic.ru/project/navadvipa-chandra-das/slovar-shrily-prabhupady-na-copperspice

                      Thanks!
                      With respect, Navadvipa Chandra das.

                      1 Reply Last reply
                      1
                      • N Navadvipa Chandra das has marked this topic as solved

                      • Login

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