Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-113139

Qt 6.5.0 shared build using VS 2022 failed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • None
    • 6.5.0
    • Build System: CMake
    • None
    • Windows 10 Version 22H2 build 19045.2846
    • Windows

    Description

      Hello!

      I want to report an issue when compiling Qt 6.5.0 shared using Visual Studio 2022.

      Cmake output:

      **********************************************************************
      ** Visual Studio 2022 Developer Command Prompt v17.5.4
      ** Copyright (c) 2022 Microsoft Corporation
      **********************************************************************
      [vcvarsall.bat] Environment initialized for: 'x64'
      
      C:\Windows\System32>cd C:\QtBuild
      
      C:\QtBuild>Advanced_Qt6_Trace_Configure_x86_x64_Qt_Skip_QtWebEngine.bat
      Enter path to the Qt source directory: C:\\QtBuild\\qt-everywhere-src-6.5.0
      Do you want to remove the Qt directory (Y/N): N
      Do you want to start Qt build (Y/N): Y
      Qt source path: C:\\QtBuild\\qt-everywhere-src-6.5.0
      Qt build type (Shared/Static): Shared
      Qt build mode (Debug/Release): Debug
      MySQL include dir path: C:\\MySQL\\mysql-8.0.32-winx64\\debug\\include
      MySQL libs path (for example C:\\...\\test.lib): C:\\MySQL\\mysql-8.0.32-winx64\\debug\\lib\\libmysql.lib
      OpenSSL root path: C:\\OpenSSL\\openssl-1.1.1t\\shared\\x64\\debug
      Zlib include path: C:\\ZipDev\\zlib-win-build-1.2.13
      Zlib lib path (for example C:\\...\\test.lib): C:\\ZipDev\\zlib-win-build-1.2.13\\build-VS2022\\x64\\Debug\\libz.lib
      Enter Qt installation path: C:\\Qt\\6.5.0\\msvc2022_64
      Enter Qt out-of-source build path: C:\\QtBuild\\qt-everywhere-src-6.5.0\\qtBuild
      Enter Qt compiler (example: msvc2019): msvc2022
      Running with expanded trace output on.
      Trace will be written to cmake.trace
      -- The CXX compiler identification is MSVC 19.35.32217.1
      -- The C compiler identification is MSVC 19.35.32217.1
      -- The ASM compiler identification is MSVC
      -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      -- Checking dependencies of submodule 'qtbase'
      -- Checking dependencies of submodule 'qtimageformats'
      -- Checking dependencies of submodule 'qtlanguageserver'
      -- Checking dependencies of submodule 'qtshadertools'
      -- Checking dependencies of submodule 'qtsvg'
      -- Checking dependencies of submodule 'qtdeclarative'
      -- Checking dependencies of submodule 'qtquicktimeline'
      -- Checking dependencies of submodule 'qtquick3d'
      -- Checking dependencies of submodule 'qtmultimedia'
      -- Checking dependencies of submodule 'qt3d'
      -- Checking dependencies of submodule 'qt5compat'
      -- Checking dependencies of submodule 'qtactiveqt'
      -- Checking dependencies of submodule 'qtcharts'
      -- Checking dependencies of submodule 'qtcoap'
      -- Checking dependencies of submodule 'qtconnectivity'
      -- Checking dependencies of submodule 'qtdatavis3d'
      -- Checking dependencies of submodule 'qtwebsockets'
      -- Checking dependencies of submodule 'qthttpserver'
      -- Checking dependencies of submodule 'qttools'
      -- Checking dependencies of submodule 'qtserialport'
      -- Checking dependencies of submodule 'qtpositioning'
      -- Checking dependencies of submodule 'qtwebchannel'
      -- Checking dependencies of submodule 'qtwebengine'
      -- Checking dependencies of submodule 'qtdoc'
      -- Checking dependencies of submodule 'qtgrpc'
      -- Checking dependencies of submodule 'qtlocation'
      -- Checking dependencies of submodule 'qtlottie'
      -- Checking dependencies of submodule 'qtmqtt'
      -- Checking dependencies of submodule 'qtnetworkauth'
      -- Checking dependencies of submodule 'qtopcua'
      -- Checking dependencies of submodule 'qtquick3dphysics'
      -- Checking dependencies of submodule 'qtquickeffectmaker'
      -- Checking dependencies of submodule 'qtremoteobjects'
      -- Checking dependencies of submodule 'qtscxml'
      -- Checking dependencies of submodule 'qtsensors'
      -- Checking dependencies of submodule 'qtserialbus'
      -- Checking dependencies of submodule 'qtspeech'
      -- Checking dependencies of submodule 'qttranslations'
      -- Checking dependencies of submodule 'qtvirtualkeyboard'
      -- Checking dependencies of submodule 'qtwayland'
      -- Checking dependencies of submodule 'qtwebview'
      -- Configuring submodule 'qtbase'
                  -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
                  -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
                  -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
                  -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
                  -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
                  -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
                  -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
                  -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
                  -DCMAKE_OBJCOPY=C:/StrawberryX86/c/bin/objcopy.exe
                  -DCMAKE_C_STANDARD=11
                  -DCMAKE_C_STANDARD_REQUIRED=ON
                  -DCMAKE_CXX_STANDARD=17
                  -DCMAKE_CXX_STANDARD_REQUIRED=ON
                  -DCMAKE_MODULE_PATH:STRING=C:/QtBuild/qt-everywhere-src-6.5.0/qtbase/cmake/platforms
      -- Configuring submodule 'qtimageformats'
      -- Configuring submodule 'qtlanguageserver'
      -- Configuring submodule 'qtshadertools'
      -- Configuring submodule 'qtsvg'
      -- Configuring submodule 'qtdeclarative'
      -- Configuring submodule 'qtquicktimeline'
      -- Configuring submodule 'qtquick3d'
      -- Configuring submodule 'qtmultimedia'
      -- Configuring submodule 'qt3d'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Configuring submodule 'qt5compat'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Configuring submodule 'qtactiveqt'
      -- Configuring submodule 'qtcharts'
      -- Configuring submodule 'qtcoap'
      -- Configuring submodule 'qtconnectivity'
      -- Configuring submodule 'qtdatavis3d'
      -- Configuring submodule 'qtwebsockets'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Configuring submodule 'qthttpserver'
      -- Configuring submodule 'qttools'
      -- Configuring submodule 'qtserialport'
      -- Configuring submodule 'qtpositioning'
      -- Configuring submodule 'qtwebchannel'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Configuring submodule 'qtwebengine'
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
      ModuleNotFoundError: No module named 'html5lib'
      [QtWebEngine] -- Windows 10 SDK version: 10.0.22621.0
      [QtWebEngine] -- Support check for QtWebEngine failed: Python3 html5lib is missing.
      [QtWebEngine] -- Support check for QtPdf failed: Python3 html5lib is missing.
      -- Configuring submodule 'qtdoc'
      -- Configuring submodule 'qtgrpc'
      -- Configuring submodule 'qtlocation'
      -- Configuring submodule 'qtlottie'
      -- Configuring submodule 'qtmqtt'
      -- Configuring submodule 'qtnetworkauth'
      -- Configuring submodule 'qtopcua'
      -- Configuring submodule 'qtquick3dphysics'
      -- Configuring submodule 'qtquickeffectmaker'
      Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
      -- Configuring submodule 'qtremoteobjects'
      -- Configuring submodule 'qtscxml'
      -- Configuring submodule 'qtsensors'
      -- Configuring submodule 'qtserialbus'
      -- Configuring submodule 'qtspeech'
      -- Configuring submodule 'qttranslations'
      -- Configuring submodule 'qtvirtualkeyboard'
      -- Configuring submodule 'qtwayland'
      Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
      -- Configuring submodule 'qtwebview'
      -- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
      CMake Warning at qtBuild/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 (message):
        Failed to find optional Qt component "WebEngineCore".
      
        Expected Config file at
        "C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
        does NOT exist
      
      Call Stack (most recent call first):
        qtwebview/CMakeLists.txt:15 (find_package)
      
      
      -- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
      CMake Warning at qtBuild/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 (message):
        Failed to find optional Qt component "WebEngineQuick".
      
        Expected Config file at
        "C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
        does NOT exist
      
      Call Stack (most recent call first):
        qtwebview/CMakeLists.txt:15 (find_package)
      
      
      
      -- Configuration summary shown below. It has also been written to C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/config.summary
      -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
      
      -- Configure summary:
      
      Building for: win32-msvc (x86_64, CPU features: sse sse2)
      Compiler: msvc 19.35.32217.1
      Build options:
        Mode ................................... debug
        Fully optimize release builds (-O3) .... no
        Building shared libraries .............. yes
        Using C standard ....................... C11
        Using C++ standard ..................... C++17
        Relocatable ............................ yes
        Using precompiled headers .............. yes
        Using Link Time Optimization (LTCG) .... no
        Using Intel CET ........................ 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
        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
        udev ................................... no
        OpenSSL ................................ yes
          Qt directly linked to OpenSSL ........ no
        OpenSSL 1.1 ............................ yes
        OpenSSL 3.0 ............................ no
        Using system zlib ...................... yes
        Zstandard support ...................... no
        Thread support ......................... yes
      Common build options:
        Linker can resolve circular dependencies  yes
      Qt Core:
        backtrace .............................. no
        DoubleConversion ....................... yes
          Using system DoubleConversion ........ no
        GLib ................................... no
        ICU .................................... no
        Using system libb2 ..................... no
        Built-in copy of the MIME database ..... yes
        cpp/winrt base ......................... yes
        Tracing backend ........................ <none>
        Logging backends:
          journald ............................. no
          syslog ............................... no
          slog2 ................................ no
        PCRE2 .................................. yes
          Using system PCRE2 ................... no
        Application permissions ................ 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
      Qt Gui:
        Accessibility .......................... 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 ................................. no
        Session Management ..................... 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
        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
      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 .................................. yes
        OCI (Oracle) ........................... no
        ODBC ................................... yes
        PostgreSQL ............................. no
        SQLite ................................. yes
          Using system provided SQLite ......... 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
      Qt QML Models:
        QML list model ......................... yes
        QML delegate 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 Templates 2:
        Hover support .......................... yes
        Multi-touch support .................... yes
        Calendar support ....................... yes
      Qt Quick Controls 2:
        Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
      QtQuick3D:
        Assimp ................................. yes
        System Assimp .......................... no
      Qt Multimedia:
        Spatial Audio .......................... yes
        Spatial Audio (Quick3D) ................ yes
        Low level Audio Backend:
          ALSA (experimental) .................. no
          PulseAudio ........................... no
          MMRenderer ........................... no
          CoreAudio ............................ no
          Windows Media SDK .................... yes
          Open SLES (Android) .................. no
          Web Assembly ......................... no
        Plugin:
          GStreamer 1.0 ........................ no
          FFmpeg ............................... no
          MMRenderer ........................... no
          AVFoundation ......................... no
          Windows Media Foundation ............. 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
        Use SSE2 instructions .................. yes
        Use AVX2 instructions .................. no
        Aspects:
          Render aspect ........................ yes
          Input aspect ......................... yes
          Logic aspect ......................... yes
          Animation aspect ..................... yes
          Extras aspect ........................ yes
      Qt 3D APIs:
        Vulkan ................................. no
      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 Bluetooth:
        BlueZ .................................. no
        BlueZ Low Energy ....................... no
        Linux Crypto API ....................... no
        WinRT Bluetooth API .................... yes
      Qt Tools:
        Qt Assistant ........................... yes
        QDoc ................................... yes
        Clang-based lupdate parser ............. yes
        Qt Designer ............................ yes
        Qt Distance Field Generator ............ yes
        Qt Linguist ............................ yes
        pixeltool .............................. yes
        qdbus .................................. yes
        Qt Attributions Scanner ................ yes
        qtdiag ................................. yes
        qtplugininfo ........................... yes
      Serial Port:
        ntddmodm ............................... no
      WebEngine Repository Build Options:
        Build Ninja ............................ no
        Build Gn ............................... yes
        Jumbo Build ............................ yes
        Developer build ........................ no
        Build QtWebEngine Modules:
          Build QtWebEngineCore ................ no
          Build QtWebEngineWidgets ............. no
          Build QtWebEngineQuick ............... no
        Build QtPdf Modules:
          Build QtPdfWidgets ................... no
          Build QtPdfQuick ..................... no
      Qt Protobuf tools:
        Qt Protobuf generator .................. no
      Qt GRPC:
        gRPC support ........................... yes
        Native gRPC support .................... no
      Qt GRPC tools:
        Qt GRPC generator ...................... no
      Qt Opcua:
        Open62541 .............................. yes
        Unified Automation C++ SDK ............. no
        Support for namespace 0 NodeId names ... yes
        Namespace 0 NodeIds generator .......... no
        Open62541 security support ............. yes
        Support for global discovery server .... yes
      Qt Remote Objects:
        High Availability Manager (ham) ........ no
      Qt Scxml:
        ECMAScript data model for QtScxml ...... yes
      Qt Sensors:
        WinRT sensors backend .................. yes
      Qt SerialBus:
        Socket CAN ............................. no
        Socket CAN FD .......................... no
        SerialPort Support ..................... yes
      Qt TextToSpeech:
        Flite .................................. no
        Flite with ALSA ........................ 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
        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
          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
      
      
      Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
      
      WARNING: QtWebEngine won't be built. Python3 html5lib is missing.
      WARNING: QtPdf won't be built. Python3 html5lib is missing.
      
      --
      
      Qt is now configured for building. Just run 'cmake --build . --parallel'
      
      Once everything is built, you must run 'cmake --install .'
      Qt will be installed into 'C:/Qt/6.5.0/msvc2022_64'
      
      To configure and build other Qt modules, you can use the following convenience script:
              C:/Qt/6.5.0/msvc2022_64/bin/qt-configure-module.bat
      
      If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
      Alternatively, you can add the --fresh flag to your CMake flags.
      
      -- Configuring done
      CMake Warning (dev) in qttools/src/assistant/qlitehtml/src/3rdparty/litehtml/CMakeLists.txt:
        Policy CMP0082 is not set: Install rules from add_subdirectory() are
        interleaved with those in caller.  Run "cmake --help-policy CMP0082" for
        policy details.  Use the cmake_policy command to set the policy and
        suppress this warning.
      
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Generating done
      -- Build files have been written to: C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild
      
      C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild>cmake --build .
      [7/10975] Compiling syncqt
      ninja: no work to do.
      [1591/10975] Running rcc for resource qmake_Qt_test_controls
      FAILED: qtdeclarative/src/quickcontrolstestutils/.rcc/qrc_qmake_Qt_test_controls.cpp C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/quickcontrolstestutils/.rcc/qrc_qmake_Qt_test_controls.cpp
      cmd.exe /C "cd /D C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtdeclarative\src\quickcontrolstestutils && C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtbase\bin\rcc.exe --output C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/quickcontrolstestutils/.rcc/qrc_qmake_Qt_test_controls.cpp --name qmake_Qt_test_controls C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/quickcontrolstestutils/.rcc/qmake_Qt_test_controls.qrc --no-zstd"
      [1603/10975] Generating qqmljsgrammar.cpp, qqmljsgrammar_p.h, qqmljsparser_p.h, qqmljsparser.cpp
      FAILED: qtdeclarative/src/qml/qqmljsgrammar.cpp qtdeclarative/src/qml/qqmljsgrammar_p.h qtdeclarative/src/qml/qqmljsparser_p.h qtdeclarative/src/qml/qqmljsparser.cpp C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsgrammar.cpp C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsgrammar_p.h C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsparser_p.h C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsparser.cpp
      cmd.exe /C "cd /D C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtdeclarative\src\qml && C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtbase\bin\qlalr.exe --no-debug --qt ../../../../qtdeclarative/src/qml/parser/qqmljs.g"
      [1624/10975] Automatic MOC for target Gui
      ninja: build stopped: subcommand failed.
      
      C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild>
      

      I have added the cmake.trace file: https://mega.nz/file/Nd5GETqa#ubx9e4RSpkFjzQ2x0LnmTwnEdwbfU0Xq--6E_b2TS_Q (306 MB) How to fix this issue?

      I have tried using the Visual Studio 2019, the issue is still present there as well.

      I use CMake version 3.24.2. I created the Advanced_Qt6_Trace_Configure_x86_x64_Qt_Skip_QtWebEngine.bat to make it easier to provide all the necessary libraries to cmake.
      It just contains some cmake commands, for example:

      cmake.exe --trace-expand --trace-redirect=cmake.trace -DCMAKE_BUILD_TYPE="%qtBuildMode%" -DBUILD_SHARED_LIBS=ON -DQT_BUILD_EXAMPLES=OFF -DCMAKE_PREFIX_PATH="C:\\LLVM\\shared\\\%qtBuildCompilerVersion%\\x64\\debug" -DINPUT_static_runtime=OFF -DZLIB_INCLUDE_DIR="%qtBuildZlibIncludePath%" -DZLIB_LIBRARY="%qtBuildZlibPath%" -DFEATURE_ltcg=OFF -DBUILD_qtwebengine=OFF -DOPENSSL_ROOT_DIR="%qtBuildOpenSSLRootPath%" -DFEATURE_openssl_linked=OFF -DOPENSSL_USE_STATIC_LIBS=FALSE -DOPENSSL_MSVC_STATIC_RT=FALSE -DINPUT_sql_mysql=ON -DMySQL_INCLUDE_DIR="%qtBuildMySqlIncludeDirsPath%" -DMySQL_LIBRARY="%qtBuildMySqlLibsPath%" -DCMAKE_INSTALL_PREFIX="%qtInstallationPath%" -G Ninja %qtBuildSourcePath%
      

      It translates into:

      cmake.exe --trace-expand --trace-redirect=cmake.trace -DCMAKE_BUILD_TYPE="Debug" -DBUILD_SHARED_LIBS=ON -DQT_BUILD_EXAMPLES=OFF -DCMAKE_PREFIX_PATH="C:\\LLVM\\shared\\msvc2022\\x64\\debug" -DINPUT_static_runtime=OFF -DZLIB_INCLUDE_DIR="C:\\ZipDev\\zlib-win-build-1.2.13" -DZLIB_LIBRARY="C:\\ZipDev\\zlib-win-build-1.2.13\\build-VS2022\\x64\\Debug\\libz.lib" -DFEATURE_ltcg=OFF -DBUILD_qtwebengine=OFF -DOPENSSL_ROOT_DIR="C:\\OpenSSL\\openssl-1.1.1t\\shared\\x64\\debug" -DFEATURE_openssl_linked=OFF -DOPENSSL_USE_STATIC_LIBS=FALSE -DOPENSSL_MSVC_STATIC_RT=FALSE -DINPUT_sql_mysql=ON -DMySQL_INCLUDE_DIR="C:\\MySQL\\mysql-8.0.32-winx64\\debug\\include" -DMySQL_LIBRARY="C:\\MySQL\\mysql-8.0.32-winx64\\debug\\lib\\libmysql.lib" -DCMAKE_INSTALL_PREFIX="C:\\Qt\\6.5.0\\msvc2022_64" -G Ninja C:\\QtBuild\\qt-everywhere-src-6.5.0

      26.04.2023:

      I updated the CMake to version 3.26.3.

      **********************************************************************
      ** Visual Studio 2022 Developer Command Prompt v17.5.4
      ** Copyright (c) 2022 Microsoft Corporation
      **********************************************************************
      [vcvarsall.bat] Environment initialized for: 'x64'C:\Windows\System32>cd C:\QtBuildC:\QtBuild>Advanced_Qt6_Trace_Configure_x86_x64.bat
      This software developed by CobraTek company
      For Qt build with Visual Studio 2017/2019/2022
      ==========================================================================================Enter path to the Qt source directory: C:\\QtBuild\\qt-everywhere-src-6.5.0
      Do you want to remove the Qt directory (Y/N): N
      Do you want to start Qt build (Y/N): Y
      Qt source path: C:\\QtBuild\\qt-everywhere-src-6.5.0
      Qt build type (Shared/Static): Shared
      Qt build mode (Debug/Release): Debug
      MySQL include dir path: C:\\MySQL\\mysql-8.0.32-winx64\\debug\\include
      MySQL libs path (for example C:\\...\\test.lib): C:\\MySQL\\mysql-8.0.32-winx64\\debug\\lib\\libmysql.lib
      OpenSSL root path: C:\\OpenSSL\\openssl-1.1.1t\\shared\\x64\\debug
      Zlib include path: C:\\ZipDev\\zlib-win-build-1.2.13
      Zlib lib path (for example C:\\...\\test.lib): C:\\ZipDev\\zlib-win-build-1.2.13\\build-VS2022\\x64\\Debug\\libz.lib
      Enter Qt installation path: C:\\Qt\\6.5.0\\msvc2022_64
      Enter Qt out-of-source build path: C:\\QtBuild\\qt-everywhere-src-6.5.0\\qtBuild
      Enter Qt compiler (example: msvc2019): msvc2022
      Running with expanded trace output on.
      Trace will be written to cmake.trace
      -- The CXX compiler identification is MSVC 19.35.32217.1
      -- The C compiler identification is MSVC 19.35.32217.1
      -- The ASM compiler identification is MSVC
      -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      -- Checking dependencies of submodule 'qtbase'
      -- Checking dependencies of submodule 'qtimageformats'
      -- Checking dependencies of submodule 'qtlanguageserver'
      -- Checking dependencies of submodule 'qtshadertools'
      -- Checking dependencies of submodule 'qtsvg'
      -- Checking dependencies of submodule 'qtdeclarative'
      -- Checking dependencies of submodule 'qtquicktimeline'
      -- Checking dependencies of submodule 'qtquick3d'
      -- Checking dependencies of submodule 'qtmultimedia'
      -- Checking dependencies of submodule 'qt3d'
      -- Checking dependencies of submodule 'qt5compat'
      -- Checking dependencies of submodule 'qtactiveqt'
      -- Checking dependencies of submodule 'qtcharts'
      -- Checking dependencies of submodule 'qtcoap'
      -- Checking dependencies of submodule 'qtconnectivity'
      -- Checking dependencies of submodule 'qtdatavis3d'
      -- Checking dependencies of submodule 'qtwebsockets'
      -- Checking dependencies of submodule 'qthttpserver'
      -- Checking dependencies of submodule 'qttools'
      -- Checking dependencies of submodule 'qtserialport'
      -- Checking dependencies of submodule 'qtpositioning'
      -- Checking dependencies of submodule 'qtwebchannel'
      -- Checking dependencies of submodule 'qtwebengine'
      -- Checking dependencies of submodule 'qtdoc'
      -- Checking dependencies of submodule 'qtgrpc'
      -- Checking dependencies of submodule 'qtlocation'
      -- Checking dependencies of submodule 'qtlottie'
      -- Checking dependencies of submodule 'qtmqtt'
      -- Checking dependencies of submodule 'qtnetworkauth'
      -- Checking dependencies of submodule 'qtopcua'
      -- Checking dependencies of submodule 'qtquick3dphysics'
      -- Checking dependencies of submodule 'qtquickeffectmaker'
      -- Checking dependencies of submodule 'qtremoteobjects'
      -- Checking dependencies of submodule 'qtscxml'
      -- Checking dependencies of submodule 'qtsensors'
      -- Checking dependencies of submodule 'qtserialbus'
      -- Checking dependencies of submodule 'qtspeech'
      -- Checking dependencies of submodule 'qttranslations'
      -- Checking dependencies of submodule 'qtvirtualkeyboard'
      -- Checking dependencies of submodule 'qtwayland'
      -- Checking dependencies of submodule 'qtwebview'
      -- Configuring submodule 'qtbase'
                  -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
                  -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
                  -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
                  -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
                  -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
                  -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
                  -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
                  -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
                  -DCMAKE_OBJCOPY=C:/StrawberryX86/c/bin/objcopy.exe
                  -DCMAKE_C_STANDARD=11
                  -DCMAKE_C_STANDARD_REQUIRED=ON
                  -DCMAKE_CXX_STANDARD=17
                  -DCMAKE_CXX_STANDARD_REQUIRED=ON
                  -DCMAKE_MODULE_PATH:STRING=C:/QtBuild/qt-everywhere-src-6.5.0/qtbase/cmake/platforms
      -- Configuring submodule 'qtimageformats'
      -- Configuring submodule 'qtlanguageserver'
      -- Configuring submodule 'qtshadertools'
      -- Configuring submodule 'qtsvg'
      -- Configuring submodule 'qtdeclarative'
      -- Configuring submodule 'qtquicktimeline'
      -- Configuring submodule 'qtquick3d'
      -- Configuring submodule 'qtmultimedia'
      -- Configuring submodule 'qt3d'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.-- Configuring submodule 'qt5compat'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.-- Configuring submodule 'qtactiveqt'
      -- Configuring submodule 'qtcharts'
      -- Configuring submodule 'qtcoap'
      -- Configuring submodule 'qtconnectivity'
      -- Configuring submodule 'qtdatavis3d'
      -- Configuring submodule 'qtwebsockets'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.-- Configuring submodule 'qthttpserver'
      -- Configuring submodule 'qttools'
      -- Configuring submodule 'qtserialport'
      -- Configuring submodule 'qtpositioning'
      -- Configuring submodule 'qtwebchannel'
      CMake Warning (dev) at qtBuild/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
        INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
        Please port your module to use declarative type registration.
      Call Stack (most recent call first):
        qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 (qt_internal_add_qml_module)
      This warning is for project developers.  Use -Wno-dev to suppress it.-- Configuring submodule 'qtwebengine'
      [QtWebEngine] -- Windows 10 SDK version: 10.0.22621.0
      -- Configuring submodule 'qtdoc'
      -- Configuring submodule 'qtgrpc'
      -- Configuring submodule 'qtlocation'
      -- Configuring submodule 'qtlottie'
      -- Configuring submodule 'qtmqtt'
      -- Configuring submodule 'qtnetworkauth'
      -- Configuring submodule 'qtopcua'
      -- Configuring submodule 'qtquick3dphysics'
      -- Configuring submodule 'qtquickeffectmaker'
      Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
      -- Configuring submodule 'qtremoteobjects'
      -- Configuring submodule 'qtscxml'
      -- Configuring submodule 'qtsensors'
      -- Configuring submodule 'qtserialbus'
      -- Configuring submodule 'qtspeech'
      -- Configuring submodule 'qttranslations'
      -- Configuring submodule 'qtvirtualkeyboard'
      -- Configuring submodule 'qtwayland'
      Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
      -- Configuring submodule 'qtwebview'-- Configuration summary shown below. It has also been written to C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/config.summary
      -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.-- Configure summary:Building for: win32-msvc (x86_64, CPU features: sse sse2)
      Compiler: msvc 19.35.32217.1
      Build options:
        Mode ................................... debug
        Fully optimize release builds (-O3) .... no
        Building shared libraries .............. yes
        Using C standard ....................... C11
        Using C++ standard ..................... C++17
        Relocatable ............................ yes
        Using precompiled headers .............. yes
        Using Link Time Optimization (LTCG) .... no
        Using Intel CET ........................ 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
        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
        udev ................................... no
        OpenSSL ................................ yes
          Qt directly linked to OpenSSL ........ no
        OpenSSL 1.1 ............................ yes
        OpenSSL 3.0 ............................ no
        Using system zlib ...................... yes
        Zstandard support ...................... no
        Thread support ......................... yes
      Common build options:
        Linker can resolve circular dependencies  yes
      Qt Core:
        backtrace .............................. no
        DoubleConversion ....................... yes
          Using system DoubleConversion ........ no
        GLib ................................... no
        ICU .................................... no
        Using system libb2 ..................... no
        Built-in copy of the MIME database ..... yes
        cpp/winrt base ......................... yes
        Tracing backend ........................ <none>
        Logging backends:
          journald ............................. no
          syslog ............................... no
          slog2 ................................ no
        PCRE2 .................................. yes
          Using system PCRE2 ................... no
        Application permissions ................ 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
      Qt Gui:
        Accessibility .......................... 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 ................................. no
        Session Management ..................... 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
        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
      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 .................................. yes
        OCI (Oracle) ........................... no
        ODBC ................................... yes
        PostgreSQL ............................. no
        SQLite ................................. yes
          Using system provided SQLite ......... 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
      Qt QML Models:
        QML list model ......................... yes
        QML delegate 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 Templates 2:
        Hover support .......................... yes
        Multi-touch support .................... yes
        Calendar support ....................... yes
      Qt Quick Controls 2:
        Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
      QtQuick3D:
        Assimp ................................. yes
        System Assimp .......................... no
      Qt Multimedia:
        Spatial Audio .......................... yes
        Spatial Audio (Quick3D) ................ yes
        Low level Audio Backend:
          ALSA (experimental) .................. no
          PulseAudio ........................... no
          MMRenderer ........................... no
          CoreAudio ............................ no
          Windows Media SDK .................... yes
          Open SLES (Android) .................. no
          Web Assembly ......................... no
        Plugin:
          GStreamer 1.0 ........................ no
          FFmpeg ............................... no
          MMRenderer ........................... no
          AVFoundation ......................... no
          Windows Media Foundation ............. 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
        Use SSE2 instructions .................. yes
        Use AVX2 instructions .................. no
        Aspects:
          Render aspect ........................ yes
          Input aspect ......................... yes
          Logic aspect ......................... yes
          Animation aspect ..................... yes
          Extras aspect ........................ yes
      Qt 3D APIs:
        Vulkan ................................. no
      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 Bluetooth:
        BlueZ .................................. no
        BlueZ Low Energy ....................... no
        Linux Crypto API ....................... no
        WinRT Bluetooth API .................... yes
      Qt Tools:
        Qt Assistant ........................... yes
        QDoc ................................... yes
        Clang-based lupdate parser ............. yes
        Qt Designer ............................ yes
        Qt Distance Field Generator ............ yes
        Qt Linguist ............................ yes
        pixeltool .............................. yes
        qdbus .................................. yes
        Qt Attributions Scanner ................ yes
        qtdiag ................................. yes
        qtplugininfo ........................... yes
      Serial Port:
        ntddmodm ............................... no
      WebEngine Repository Build Options:
        Build Ninja ............................ no
        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
      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 tools:
        Qt Protobuf generator .................. no
      Qt GRPC:
        gRPC support ........................... yes
        Native gRPC support .................... no
      Qt GRPC tools:
        Qt GRPC generator ...................... no
      Qt Opcua:
        Open62541 .............................. yes
        Unified Automation C++ SDK ............. no
        Support for namespace 0 NodeId names ... yes
        Namespace 0 NodeIds generator .......... no
        Open62541 security support ............. yes
        Support for global discovery server .... yes
      Qt Remote Objects:
        High Availability Manager (ham) ........ no
      Qt Scxml:
        ECMAScript data model for QtScxml ...... yes
      Qt Sensors:
        WinRT sensors backend .................. yes
      Qt SerialBus:
        Socket CAN ............................. no
        Socket CAN FD .......................... no
        SerialPort Support ..................... yes
      Qt TextToSpeech:
        Flite .................................. no
        Flite with ALSA ........................ 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
        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
          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
      Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.--Qt is now configured for building. Just run 'cmake --build . --parallel'Once everything is built, you must run 'cmake --install .'
      Qt will be installed into 'C:/Qt/6.5.0/msvc2022_64'To configure and build other Qt modules, you can use the following convenience script:
              C:/Qt/6.5.0/msvc2022_64/bin/qt-configure-module.batIf reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
      Alternatively, you can add the --fresh flag to your CMake flags.-- Configuring done (117.2s)
      CMake Warning (dev) in qttools/src/assistant/qlitehtml/src/3rdparty/litehtml/CMakeLists.txt:
        Policy CMP0082 is not set: Install rules from add_subdirectory() are
        interleaved with those in caller.  Run "cmake --help-policy CMP0082" for
        policy details.  Use the cmake_policy command to set the policy and
        suppress this warning.This warning is for project developers.  Use -Wno-dev to suppress it.-- Generating done (12.7s)
      -- Build files have been written to: C:/QtBuild/qt-everywhere-src-6.5.0/qtBuildC:\QtBuild\qt-everywhere-src-6.5.0\qtBuild>cmake --build .
      [52/11277] Compiling syncqt
      ninja: no work to do.
      [1140/11277] Generating qqmljsgrammar.cpp, qqmljsgrammar_p.h, qqmljsparser_p.h, qqmljsparser.cpp
      FAILED: qtdeclarative/src/qml/qqmljsgrammar.cpp qtdeclarative/src/qml/qqmljsgrammar_p.h qtdeclarative/src/qml/qqmljsparser_p.h qtdeclarative/src/qml/qqmljsparser.cpp C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsgrammar.cpp C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsgrammar_p.h C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsparser_p.h C:/QtBuild/qt-everywhere-src-6.5.0/qtBuild/qtdeclarative/src/qml/qqmljsparser.cpp
      cmd.exe /C "cd /D C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtdeclarative\src\qml && C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild\qtbase\bin\qlalr.exe --no-debug --qt ../../../../qtdeclarative/src/qml/parser/qqmljs.g"
      [1173/11277] Generating Quick3DGlslParserPrivate_resource.rc
      ninja: build stopped: subcommand failed.C:\QtBuild\qt-everywhere-src-6.5.0\qtBuild>ninja -v qtdeclarative/src/qml/qqmljsgrammar.cpp 

      When I run this command: ninja -v qtdeclarative/src/qml/qqmljsgrammar.cpp, I get the following error: The code execution cannot proceed because libz.dll was not found. Reinstalling the program may fix this problem.

      For some reason, it fails to find the libz.dll even though I added it to: 

      -DZLIB_INCLUDE_DIR="C:\\ZipDev\\zlib-win-build-1.2.13" -DZLIB_LIBRARY="C:\\ZipDev\\zlib-win-build-1.2.13\\build-VS2022\\x64\\Debug\\libz.lib"

      I will try to provide it to the PATH or CMAKE_PREFIX_PATH. Thank you.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            cobra91151 Ruslan Sydorvych
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes