[Development] Failed to run configure.bat in qt/qt5 repository on Windows?

Haowei Hsu hwhsu1231 at gmail.com
Thu Aug 24 07:17:26 CEST 2023


Hello, Qt Development Team.

I followed what Alexandru suggested, adding *'-no-feature-sql-psql'* option
in configure.bat:

   1. *chdir ..\..*
   2. *rmdir /s/q build*
   3. *mkdir build\mingw-release && chdir build\mingw-release*
   4. *..\..\configure.bat -release -developer-build -nomake examples
   -nomake tests -no-feature-sql-psql --
   -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang
   -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c*
   5. *cmake --build . --parallel 4 --target qtbase (failed)*

However, there's a similar error happenning to MySQL.
Therefore, I continue to add *'-no-feature-sql-mysql'* option, and tried
again:

   1. *chdir ..\..*
   2. *rmdir /s/q build*
   3. *mkdir build\mingw-release && chdir build\mingw-release*
   4. *..\..\configure.bat -release -developer-build -nomake examples
   -nomake tests -no-feature-sql-psql -no-feature-sql-mysql --
   -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang
   -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c*
   5. *cmake --build . --parallel 4 --target qtbase (failed)*

However (again 😂), there's a similar error happenning to OpenSSL.
You can see the attachment with the full log:
*log-failed-to-build-qtbase-due-to-windres.txt*

As Thaigo mentioned, this probably isn't the fault of Qt, but rather a
defect in some upstream tools like windres.exe itself.
However, if we currently can't improve windres.exe, is there another way to
improve Qt itself?
I saw a similar issue over at CMake:
https://gitlab.kitware.com/cmake/cmake/-/issues/24542#note_1327268
The solution seems to be to replace *'Program Files'* with *'PROGRA~1'*.
Is it possible to adopt this solution to Qt as well?

---
Haowei Hsu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230824/07b74c08/attachment-0001.htm>
-------------- next part --------------
D:\Repo\tmp\qt-6.2.4\build\mingw-release>chdir ..\..

D:\Repo\tmp\qt-6.2.4>rmdir /s/q build

D:\Repo\tmp\qt-6.2.4>mkdir build\mingw-release && chdir build\mingw-release

D:\Repo\tmp\qt-6.2.4\build\mingw-release>..\..\configure.bat -release -developer-build -nomake examples -nomake tests -no-feature-sql-psql -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c
+ cd qtbase
+ D:\Repo\tmp\qt-6.2.4\qtbase\configure.bat -top-level -release -developer-build -nomake examples -nomake tests -no-feature-sql-psql -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c
-- Windows 10 SDK version:
'C:/Program Files/CMake/bin/cmake.exe' '-DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang' '-DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-DINPUT_sql_psql=no' '-G' 'Ninja' 'D:/Repo/tmp/qt-6.2.4'
-- The CXX compiler identification is GNU 11.2.0
-- The C compiler identification is GNU 11.2.0
-- The ASM compiler identification is GNU
-- Found assembler: D:/Repo/tmp/mingw64/bin/gcc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/Repo/tmp/mingw64/bin/c++.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: D:/Repo/tmp/mingw64/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of 'qtbase'
Checking dependencies of 'qtshadertools'
Checking dependencies of 'qtsvg'
Checking dependencies of 'qtimageformats'
Checking dependencies of 'qtdeclarative'
Checking dependencies of 'qt3d'
Checking dependencies of 'qt5compat'
Checking dependencies of 'qtactiveqt'
Checking dependencies of 'qtmultimedia'
Checking dependencies of 'qtcharts'
Checking dependencies of 'qtcoap'
Checking dependencies of 'qtconnectivity'
Checking dependencies of 'qtdatavis3d'
Checking dependencies of 'qttools'
Checking dependencies of 'qtdoc'
Checking dependencies of 'qtlottie'
Checking dependencies of 'qtmqtt'
Checking dependencies of 'qtnetworkauth'
Checking dependencies of 'qtopcua'
Checking dependencies of 'qtserialport'
Checking dependencies of 'qtpositioning'
Checking dependencies of 'qtqa'
Checking dependencies of 'qtquicktimeline'
Checking dependencies of 'qtquick3d'
Checking dependencies of 'qtremoteobjects'
Checking dependencies of 'qtscxml'
Checking dependencies of 'qtsensors'
Checking dependencies of 'qtserialbus'
Checking dependencies of 'qttranslations'
Checking dependencies of 'qtvirtualkeyboard'
Checking dependencies of 'qtwayland'
Checking dependencies of 'qtwebsockets'
Checking dependencies of 'qtwebchannel'
Checking dependencies of 'qtwebengine'
Checking dependencies of 'qtwebview'
Configuring 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Check for feature set changes
-- Building architecture extraction project with the following CMake arguments:
    -DCMAKE_OBJCOPY=D:/Repo/tmp/mingw64/bin/objcopy.exe
    -DCMAKE_C_STANDARD=11
    -DCMAKE_CXX_STANDARD=17
    -DCMAKE_MODULE_PATH:STRING=D:/Repo/tmp/qt-6.2.4/qtbase/cmake/platforms
-- Extracting architecture info from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Success
-- CMAKE_VERSION: "3.27.1"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_C_COMPILER: "D:/Repo/tmp/mingw64/bin/gcc.exe" (11.2.0)
-- CMAKE_CXX_COMPILER: "D:/Repo/tmp/mingw64/bin/c++.exe" (11.2.0)
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is at least version "1.0.8")
-- Could NOT find WrapZLIB (missing: WrapZLIB_FOUND) (Required is at least version "1.0.8")
-- Could NOT find ZSTD: (Required is at least version "1.3") (found ZSTD_LIBRARY-NOTFOUND)
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Failed
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Failed
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Success
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Failed
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Success
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Success
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Failed
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Found WrapRt: TRUE
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Failed
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Found OpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- Found WrapOpenSSLHeaders: C:/Program Files/OpenSSL-Win64/include (found version "3.0.8")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Failed
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using source syncqt found at: D:/Repo/tmp/qt-6.2.4/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtCore'
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- Running syncqt for module: 'QtZlib'
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
QtSql: created deprecated header(s) { qsql.h }
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Running syncqt for module: 'QtDBus'
QtDBus: created deprecated header(s) { qdbusmacros.h }
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
QtTest: created deprecated header(s) { qtest_global.h }
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Found MySQL: C:/Program Files/MySQL/MySQL Server 8.0/lib/libmysql.lib
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: libodbc32.a
-- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Tool 'Qt6::qmake' will be built from source.
Configuring 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
Configuring 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlDom'
-- Running syncqt for module: 'QtQmlCompiler'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
Configuring 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test
-- Performing Test  - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
Configuring 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCore5Compat'
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Success
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:25 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
Configuring 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMultimedia'
QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Found WMF: D:/Repo/tmp/mingw64/x86_64-w64-mingw32/lib/libstrmiids.a
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
Configuring 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCoap'
Configuring 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBluetooth'
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Failed
-- Running syncqt for module: 'QtNfc'
Configuring 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtDataVisualization'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtdatavis3d/src/datavisualizationqml2/CMakeLists.txt:26 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Found WrapLibClang: TRUE (found suitable version "15.0.0", minimum required is "8")
-- Running syncqt for module: 'QtTools'
-- Tool 'Qt6::lconvert' will be built from source.
-- Tool 'Qt6::lprodump' will be built from source.
-- Tool 'Qt6::lrelease' will be built from source.
-- Tool 'Qt6::lrelease-pro' will be built from source.
-- Tool 'Qt6::lupdate' will be built from source.
-- Tool 'Qt6::lupdate-pro' will be built from source.
-- Running syncqt for module: 'QtUiPlugin'
-- Running syncqt for module: 'QtUiTools'
-- Running syncqt for module: 'QtDesigner'
QtDesigner: WARNING: D:/Repo/tmp/qt-6.2.4/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
QtDesigner: created deprecated header(s) { QDesignerCustomWidgetInterface, QDesignerCustomWidgetCollectionInterface, QDesignerExportWidget, customwidget.h, qdesignerexportwidget.h }
-- Running syncqt for module: 'QtDesignerComponents'
-- Running syncqt for module: 'QtHelp'
-- Tool 'Qt6::qhelpgenerator' will be built from source.
-- Tool 'Qt6::qtattributionsscanner' will be built from source.
-- Tool 'Qt6::qdoc' will be built from source.
-- Tool 'Qt6::windeployqt' will be built from source.
Configuring 'qtdoc'
-- CMAKE_BUILD_TYPE was set to: 'Release'
Configuring 'qtlottie'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBodymovin'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtlottie/src/imports/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtmqtt'
-- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebSockets".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:20 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMqtt'
Configuring 'qtnetworkauth'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtNetworkAuth'
Configuring 'qtopcua'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtOpcUa'
-- Performing Test HAVE_uacpp
-- Performing Test HAVE_uacpp - Failed
CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  Plugins are not intended to be linked to.  They should not have any public
  properties, but declarative_opcua sets PUBLIC_LIBRARIES to the following
  value:

      Qt::Core;Qt::Gui;Qt::OpcUa;Qt::Quick

  Update your project to use LIBRARIES instead.

Call Stack (most recent call first):
  build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:223 (qt_internal_add_plugin)
  qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtserialport'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialPort'
-- Performing Test HAVE_ntddmodm
-- Performing Test HAVE_ntddmodm - Failed
Configuring 'qtpositioning'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtPositioning'
-- Performing Test WinRT geolocation
-- Performing Test WinRT geolocation - Failed
-- Running syncqt for module: 'QtPositioningQuick'
Configuring 'qtqa'
-- CMAKE_BUILD_TYPE was set to: 'Release'
Configuring 'qtquicktimeline'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuickTimeline'
Configuring 'qtquick3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuick3DUtils'
-- Running syncqt for module: 'QtQuick3DAssetImport'
-- Running syncqt for module: 'QtQuick3DRuntimeRender'
-- Running syncqt for module: 'QtQuick3D'
-- Running syncqt for module: 'QtQuick3DParticles'
-- Running syncqt for module: 'QtQuick3DAssetUtils'
QtQuick3DAssetUtils: WARNING: D:/Repo/tmp/qt-6.2.4/qtquick3d/src/assetutils/qquick3druntimeloader_p.h does not have the "We mean it." warning
-- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test Assimp
-- Performing Test Assimp - Failed
-- Running syncqt for module: 'QtQuick3DHelpers'
-- Running syncqt for module: 'QtQuick3DIblBaker'
-- Tool 'Qt6::balsam' will be built from source.
-- Tool 'Qt6::balsamui' will be built from source.
-- Tool 'Qt6::meshdebug' will be built from source.
-- Tool 'Qt6::shadergen' will be built from source.
-- Tool 'Qt6::instancer' will be built from source.
Configuring 'qtremoteobjects'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtRepParser'
-- Running syncqt for module: 'QtRemoteObjects'
-- Running syncqt for module: 'QtRemoteObjectsQml'
-- Tool 'Qt6::repc' will be built from source.
Configuring 'qtscxml'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtScxml'
-- Running syncqt for module: 'QtStateMachine'
-- Running syncqt for module: 'QtStateMachineQml'
-- Running syncqt for module: 'QtScxmlQml'
-- Tool 'Qt6::qscxmlc' will be built from source.
Configuring 'qtsensors'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSensors'
-- Performing Test WinRT sensors
-- Performing Test WinRT sensors - Failed
-- Running syncqt for module: 'QtSensorsQuick'
Configuring 'qtserialbus'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialBus'
QtSerialBus: created deprecated header(s) { qserialbusglobal.h }
-- Performing Test Socket CAN
-- Performing Test Socket CAN - Failed
-- Performing Test Socket CAN FD
-- Performing Test Socket CAN FD - Failed
-- Tool 'Qt6::canbusutil' will be built from source.
Configuring 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
CMake Warning at qttranslations/translations/CMakeLists.txt:38 (message):
  Directory
  'D:/Repo/tmp/qt-6.2.4/qttranslations/translations/../../qtlocation/src' for
  qtlocation does not exist.  Skipping...
Call Stack (most recent call first):
  qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)


CMake Warning at qttranslations/translations/CMakeLists.txt:45 (message):
  No source files located for qtlocation, skipping target creation
Call Stack (most recent call first):
  qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)


Configuring 'qtvirtualkeyboard'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
-- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
-- Running syncqt for module: 'QtVirtualKeyboard'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/import/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/settings/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/styles/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
Configuring 'qtwebsockets'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebSockets'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwebchannel'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebChannel'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwebengine'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Found Ninja: C:/Program Files/Meson/ninja.EXE (found suitable version "1.11.1", minimum required is "1.7.2")
-- Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.2.4")
-- Could NOT find Python2 (missing: Python2_EXECUTABLE Interpreter) (Required is at least version "2.7.5")
    Reason given by package:
        Interpreter: Cannot use the interpreter "C:/ProgramData/chocolatey/bin/python.exe"

-- Found GPerf: C:/ProgramData/chocolatey/bin/gperf.exe
-- Found BISON: C:/ProgramData/chocolatey/bin/win_bison.exe (found version "2.7")
-- Found FLEX: C:/ProgramData/chocolatey/bin/win_flex.exe (found version "2.6.3")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "10.19")
-- Performing Test HAVE_khr
-- Performing Test HAVE_khr - Success
-- Performing Test HAVE_winversion
-- Performing Test HAVE_winversion - Failed
-- Windows 10 SDK version:
-- Support check for QtWebEngine failed: Python2 version 2.7.5 or later is required.
-- Support check for QtPdf failed: Python2 version 2.7.5 or later is required.
Configuring 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebEngineCore".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:12 (find_package)


-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebEngineQuick".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:12 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebView'
-- Running syncqt for module: 'QtWebViewQuick'
-- The following packages have been found:

 * QtBuildInternals
 * OpenSSL
 * OpenGL
 * WrapPCRE2
 * WrapRt
 * WrapOpenSSLHeaders
 * WrapHarfbuzz
 * WrapPNG
 * WrapOpenGL
 * MySQL, MySQL client library, <https://www.mysql.com>
 * PostgreSQL
 * ODBC
 * WrapFreetype
 * Python
 * WrapIconv
 * WMF
 * Qt6QmlDevToolsPrivate (required version >= 6.2.4)
 * Qt6AxContainerTools (required version >= 6.2.4)
 * Qt6AxContainer (required version >= 6.2.4)
 * LLVM
 * Clang
 * WrapLibClang (required version >= 8)
 * Qt6Sql (required version >= 6.2.4)
 * Qt6QmlXmlListModel (required version >= 6.2.4)
 * WrapOpenSSL (required version >= 1.1)
 * Qt6Concurrent (required version >= 6.2.4)
 * Qt6ShaderToolsTools (required version >= 6.2.4)
 * Qt6ShaderTools (required version >= 6.2.4)
 * Qt6QuickTimeline (required version >= 6.2.4)
 * Qt6DBusTools (required version >= 6.2.4)
 * Qt6DBus (required version >= 6.2.4)
 * Qt6SerialPort (required version >= 6.2.4)
 * Qt6LinguistTools (required version >= 6.2.4)
 * Qt6Linguist (required version >= 6.2.4)
 * Qt6ZlibPrivate (required version >= 6.2.4)
 * Qt6Svg (required version >= 6.2.4)
 * Qt6WidgetsTools (required version >= 6.2.4)
 * Qt6Widgets (required version >= 6.2.4)
 * Qt6PrintSupport (required version >= 6.2.4)
 * Qt6WebChannel (required version >= 6.2.4)
 * Qt6Positioning (required version >= 6.2.4)
 * Qt6QuickControls2 (required version >= 6.2.4)
 * Qt6Test (required version >= 6.2.4)
 * Qt6QuickWidgets (required version >= 6.2.4)
 * Qt6QuickTest (required version >= 6.2.4)
 * Qt6WebSockets (required version >= 6.2.4)
 * Qt6Designer (required version >= 6.2.4)
 * Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
 * GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
 * BISON
 * FLEX
 * Nodejs (required version >= 10.19), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
 * Qt6BuildInternals (required version >= 6.2.4)
 * WrapAtomic
 * Qt6CoreTools (required version >= 6.2.4)
 * Qt6Core (required version >= 6.2.4)
 * Threads
 * Qt6GuiTools (required version >= 6.2.4)
 * Qt6Gui (required version >= 6.2.4)
 * Qt6QmlTools (required version >= 6.2.4)
 * Qt6Qml (required version >= 6.2.4)
 * Qt6Quick (required version >= 6.2.4)
 * Qt6OpenGL (required version >= 6.2.4)
 * Qt6 (required version >= 6.2.4)

-- The following OPTIONAL packages have not been found:

 * WrapZLIB (required version >= 1.0.8)
 * zstd
 * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
 * DBus1 (required version >= 1.2)
 * WrapDBus1 (required version >= 1.2)
 * double-conversion
 * WrapDoubleConversion
 * Libsystemd
 * Libb2
 * PCRE2 (required version >= 10.20)
 * WrapSystemPCRE2 (required version >= 10.20)
 * Slog2
 * unofficial-brotli
 * WrapBrotli
 * Libproxy
 * GSSAPI, Generic Security Services Application Program Interface
 * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
 * ATSPI2
 * DirectFB
 * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
 * Freetype (required version >= 2.2.0)
 * WrapSystemFreetype (required version >= 2.2.0)
 * Fontconfig
 * gbm, Mesa gbm library., <http://www.mesa3d.org>
 * harfbuzz (required version >= 2.6.0)
 * WrapSystemHarfbuzz (required version >= 2.6.0)
 * Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
 * md4c
 * WrapSystemMd4c
 * ZLIB
 * PNG
 * WrapSystemPNG
 * Mtdev
 * GLESv2
 * Tslib
 * WrapVulkanHeaders
 * GTK3 (required version >= 3.6)
 * Cups
 * DB2, IBM DB2 client library, <https://www.ibm.com>
 * Oracle, Oracle client library, <https://www.oracle.com>
 * SQLite3
 * Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
 * JPEG
 * Jasper
 * WrapJasper
 * TIFF
 * WebP
 * WrapWebP
 * Libmng
 * LTTngUST
 * Qt6Gamepad (required version >= 6.2.4)
 * Qt6Multimedia (required version >= 6.2.4)
 * WrapQt3DAssimp (required version >= 5)
 * Vulkan
 * ICU
 * ALSA
 * AVFoundation
 * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
 * GStreamer
 * PulseAudio
 * WrapPulseAudio
 * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
 * BlueZ
 * litehtml
 * Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
 * Libudev
 * Gypsy
 * Gconf
 * assimp (required version >= 5)
 * WrapQuick3DAssimp (required version >= 5)
 * XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
 * Hunspell
 * CerenceHwrAlphabetic
 * CerenceHwrCjk
 * CerenceXt9
 * MyScript
 * Gn (required version == 6.2.4), Meta-build system, <https://gn.googlesource.com/gn/>
 * Python2 (required version >= 2.7.5)
 * Snappy
 * PkgConfig
 * Qt6QmlCompilerPlus
 * Qt6WebEngineCore (required version >= 6.2.4)
 * Qt6WebEngineQuick (required version >= 6.2.4)

Configure summary:

Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 11.2.0
Build options:
  Mode ................................... release
  Optimize release build for size ........ no
  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 LTCG ............................. no
  Target compiler supports:
    SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
    AVX .................................. <none>
    AVX512 ............................... <none>
    Other x86 ............................ AES RDRAND SHA
    Intrinsics without compiler architecture option  yes
  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
  Using system zlib ...................... no
  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 ......................... no
  Tracing backend ........................ <none>
  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
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
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
  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
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
Core tools:
  qmake tool ............................. yes
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 sequence object .................... 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
  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
Qt Quick Controls 2:
  Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
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 ........................... no
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Multimedia:
  GStreamer 1.0 .......................... no
  Video for Linux ........................ no
  Linux DMA buffer support ............... no
  MMRenderer ............................. no
  AVFoundation ........................... no
  Windows Media Foundation ............... yes
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 Tools:
  Qt Assistant ........................... yes
  QDoc ................................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  Mac Deployment Tool .................... no
  pixeltool .............................. yes
  qdbus .................................. yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtplugininfo ........................... yes
  Windows deployment tool ................ yes
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
Serial Port:
  ntddmodm ............................... no
QtQuick3D:
  Assimp ................................. yes
  System Assimp .......................... no
Qt Remote Objects:
  High Availability Manager (ham) ........ no
Qt Scxml:
  ECMAScript data model for QtScxml ...... yes
Qt Sensors:
  WinRT sensors backend .................. no
Qt SerialBus:
  Socket CAN ............................. no
  Socket CAN FD .......................... no
  SerialPort Support ..................... 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
  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
WebEngine Repository Build Options:
  Build Ninja ............................ no
  Build Gn ............................... yes
  Jumbo Build ............................ yes
  Developer build ........................ yes
  Build QtWebEngine Modules:
    Build QtWebEngineCore ................ no
    Build QtWebEngineWidgets ............. no
    Build QtWebEngineQuick ............... no
  Build QtPdf Modules:
    Build QtPdfWidgets ................... no
    Build QtPdfQuick ..................... no

Note: Hunspell disabled. Spelling correction will not be available.

WARNING: QtWebEngine won't be built. Python2 version 2.7.5 or later is required.
WARNING: QtPdf won't be built. Python2 version 2.7.5 or later is required.

Qt is now configured for building. Just run 'cmake --build . --parallel'

Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
Note that this build cannot be deployed to other machines or devices.

To configure and build other Qt modules, you can use the following convenience script:
        D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/bin/qt-configure-module.bat

If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory

-- Configuring done (2431.3s)
-- Generating done (11.8s)
-- Build files have been written to: D:/Repo/tmp/qt-6.2.4/build/mingw-release

D:\Repo\tmp\qt-6.2.4\build\mingw-release>cmake --build . --parallel 4 --target qtbase
[185/1733] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/zlib/src/infback.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c: In function 'z_inflateBack':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  479 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:481:9: note: here
  481 |         case LEN:
      |         ^~~~
[192/1733] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/zlib/src/inflate.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c: In function 'z_inflate':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  742 |             state->mode = EXLEN;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:743:9: note: here
  743 |         case EXLEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  755 |             state->mode = EXTRA;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:756:9: note: here
  756 |         case EXTRA:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  777 |             state->mode = NAME;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:778:9: note: here
  778 |         case NAME:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  798 |             state->mode = COMMENT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:799:9: note: here
  799 |         case COMMENT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  818 |             state->mode = HCRC;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:819:9: note: here
  819 |         case HCRC:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  841 |             state->mode = DICT;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:842:9: note: here
  842 |         case DICT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  848 |             state->mode = TYPE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:849:9: note: here
  849 |         case TYPE:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  850 |             if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:851:9: note: here
  851 |         case TYPEDO:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  900 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:901:9: note: here
  901 |         case COPY_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  902 |             state->mode = COPY;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:903:9: note: here
  903 |         case COPY:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1041 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1042:9: note: here
 1042 |         case LEN_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1043 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1044:9: note: here
 1044 |         case LEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1092 |             state->mode = LENEXT;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1093:9: note: here
 1093 |         case LENEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1102 |             state->mode = DIST;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1103:9: note: here
 1103 |         case DIST:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1129 |             state->mode = DISTEXT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1130:9: note: here
 1130 |         case DISTEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1145 |             state->mode = MATCH;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1146:9: note: here
 1146 |         case MATCH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1220 |             state->mode = LENGTH;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1221:9: note: here
 1221 |         case LENGTH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1233 |             state->mode = DONE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1234:9: note: here
 1234 |         case DONE:
      |         ^~~~
[294/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzlib.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/gzlib.c: In function 'z_gz_error':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/gzlib.c:618:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  618 | }
      | ^
[298/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/infback.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c: In function 'z_inflateBack':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  479 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:481:9: note: here
  481 |         case LEN:
      |         ^~~~
[469/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inffast.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inffast.c: In function 'z_inflate_fast':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inffast.c:307:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]  307 | }
      | ^
[471/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inftrees.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inftrees.c: In function 'z_inflate_table':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inftrees.c:304:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  304 | }
      | ^
[472/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inflate.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c: In function 'z_inflate':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  742 |             state->mode = EXLEN;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:743:9: note: here
  743 |         case EXLEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  755 |             state->mode = EXTRA;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:756:9: note: here
  756 |         case EXTRA:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  777 |             state->mode = NAME;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:778:9: note: here
  778 |         case NAME:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  798 |             state->mode = COMMENT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:799:9: note: here
  799 |         case COMMENT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  818 |             state->mode = HCRC;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:819:9: note: here
  819 |         case HCRC:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  841 |             state->mode = DICT;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:842:9: note: here
  842 |         case DICT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  848 |             state->mode = TYPE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:849:9: note: here
  849 |         case TYPE:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  850 |             if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:851:9: note: here
  851 |         case TYPEDO:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  900 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:901:9: note: here
  901 |         case COPY_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  902 |             state->mode = COPY;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:903:9: note: here
  903 |         case COPY:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1041 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1042:9: note: here
 1042 |         case LEN_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1043 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1044:9: note: here
 1044 |         case LEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1092 |             state->mode = LENEXT;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1093:9: note: here
 1093 |         case LENEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1102 |             state->mode = DIST;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1103:9: note: here
 1103 |         case DIST:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1129 |             state->mode = DISTEXT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1130:9: note: here
 1130 |         case DISTEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1145 |             state->mode = MATCH;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1146:9: note: here
 1146 |         case MATCH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1220 |             state->mode = LENGTH;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1221:9: note: here
 1221 |         case LENGTH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1233 |             state->mode = DONE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1234:9: note: here
 1234 |         case DONE:
      |         ^~~~
[475/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/zutil.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcalloc':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c:313:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  313 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcfree':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c:321:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  321 | }
      | ^
[477/1733] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/trees.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_init':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:402:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  402 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_stored_block':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:881:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  881 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_bits':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:890:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  890 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_align':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:905:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  905 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_block':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1008:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1008 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_tally':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1059:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1059 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: At top level:
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1203 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
[1077/1733] Building RC object qtbase/src/plugins/sqldrivers/mysql/CMakeFiles/QMYSQLDriverPlugin.dir/QMYSQLDriverPlugin_resource.rc.obj
FAILED: qtbase/src/plugins/sqldrivers/mysql/CMakeFiles/QMYSQLDriverPlugin.dir/QMYSQLDriverPlugin_resource.rc.obj
D:\Repo\tmp\mingw64\bin\windres.exe -O coff -DMINGW_HAS_SECURE_API=1 -DQMYSQLDriverPlugin_EXPORTS -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_PLUGIN -DQT_SQL_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/sqldrivers/mysql/QMYSQLDriverPlugin_autogen/include -I D:/Repo/tmp/qt-6.2.4/qtbase/src/plugins/sqldrivers/mysql -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/sqldrivers/mysql -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/mkspecs/win32-g++ -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/corelib -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore/6.2.4 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore/6.2.4/QtCore -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/sql -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtSql/6.2.4 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtSql/6.2.4/QtSql -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtSql -I "C:/Program Files/MySQL/MySQL Server 8.0/include"  D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/sqldrivers/mysql/QMYSQLDriverPlugin_resource.rc qtbase/src/plugins/sqldrivers/mysql/CMakeFiles/QMYSQLDriverPlugin.dir/QMYSQLDriverPlugin_resource.rc.obj
cc1.exe: fatal error: Files/MySQL/MySQL\: No such file or directory
compilation terminated.
cc1.exe: fatal error: Server\: No such file or directory
compilation terminated.
cc1.exe: fatal error: 8.0/include: No such file or directory
compilation terminated.
D:\Repo\tmp\mingw64\bin\windres.exe: preprocessing failed.
[1080/1733] Building CXX object qtbase/src/plugins/sqldrivers/mysql/CMakeFiles/QMYSQLDriverPlugin.dir/qsql_mysql.cpp.obj
ninja: build stopped: subcommand failed.

D:\Repo\tmp\qt-6.2.4\build\mingw-release>chdir ..\..

D:\Repo\tmp\qt-6.2.4>rmdir /s/q build

D:\Repo\tmp\qt-6.2.4>mkdir build\mingw-release && chdir build\mingw-release

D:\Repo\tmp\qt-6.2.4\build\mingw-release>..\..\configure.bat -release -developer-build -nomake examples -nomake tests -no-feature-sql-psql -no-feature-sql-mysql -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c
+ cd qtbase
+ D:\Repo\tmp\qt-6.2.4\qtbase\configure.bat -top-level -release -developer-build -nomake examples -nomake tests -no-feature-sql-psql -no-feature-sql-mysql -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c
-- Windows 10 SDK version:
'C:/Program Files/CMake/bin/cmake.exe' '-DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang' '-DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-DINPUT_sql_psql=no' '-DINPUT_sql_mysql=no' '-G' 'Ninja' 'D:/Repo/tmp/qt-6.2.4'
-- The CXX compiler identification is GNU 11.2.0
-- The C compiler identification is GNU 11.2.0
-- The ASM compiler identification is GNU
-- Found assembler: D:/Repo/tmp/mingw64/bin/gcc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/Repo/tmp/mingw64/bin/c++.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: D:/Repo/tmp/mingw64/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of 'qtbase'
Checking dependencies of 'qtshadertools'
Checking dependencies of 'qtsvg'
Checking dependencies of 'qtimageformats'
Checking dependencies of 'qtdeclarative'
Checking dependencies of 'qt3d'
Checking dependencies of 'qt5compat'
Checking dependencies of 'qtactiveqt'
Checking dependencies of 'qtmultimedia'
Checking dependencies of 'qtcharts'
Checking dependencies of 'qtcoap'
Checking dependencies of 'qtconnectivity'
Checking dependencies of 'qtdatavis3d'
Checking dependencies of 'qttools'
Checking dependencies of 'qtdoc'
Checking dependencies of 'qtlottie'
Checking dependencies of 'qtmqtt'
Checking dependencies of 'qtnetworkauth'
Checking dependencies of 'qtopcua'
Checking dependencies of 'qtserialport'
Checking dependencies of 'qtpositioning'
Checking dependencies of 'qtqa'
Checking dependencies of 'qtquicktimeline'
Checking dependencies of 'qtquick3d'
Checking dependencies of 'qtremoteobjects'
Checking dependencies of 'qtscxml'
Checking dependencies of 'qtsensors'
Checking dependencies of 'qtserialbus'
Checking dependencies of 'qttranslations'
Checking dependencies of 'qtvirtualkeyboard'
Checking dependencies of 'qtwayland'
Checking dependencies of 'qtwebsockets'
Checking dependencies of 'qtwebchannel'
Checking dependencies of 'qtwebengine'
Checking dependencies of 'qtwebview'
Configuring 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Check for feature set changes
-- Building architecture extraction project with the following CMake arguments:
    -DCMAKE_OBJCOPY=D:/Repo/tmp/mingw64/bin/objcopy.exe
    -DCMAKE_C_STANDARD=11
    -DCMAKE_CXX_STANDARD=17
    -DCMAKE_MODULE_PATH:STRING=D:/Repo/tmp/qt-6.2.4/qtbase/cmake/platforms
-- Extracting architecture info from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Success
-- CMAKE_VERSION: "3.27.1"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_C_COMPILER: "D:/Repo/tmp/mingw64/bin/gcc.exe" (11.2.0)
-- CMAKE_CXX_COMPILER: "D:/Repo/tmp/mingw64/bin/c++.exe" (11.2.0)
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is at least version "1.0.8")
-- Could NOT find WrapZLIB (missing: WrapZLIB_FOUND) (Required is at least version "1.0.8")
-- Could NOT find ZSTD: (Required is at least version "1.3") (found ZSTD_LIBRARY-NOTFOUND)
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Failed
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Failed
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Success
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Failed
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Success
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Success
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Failed
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Found WrapRt: TRUE
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Failed
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Found OpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- Found WrapOpenSSLHeaders: C:/Program Files/OpenSSL-Win64/include (found version "3.0.8")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Failed
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using source syncqt found at: D:/Repo/tmp/qt-6.2.4/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtCore'
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- Running syncqt for module: 'QtZlib'
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
QtSql: created deprecated header(s) { qsql.h }
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Running syncqt for module: 'QtDBus'
QtDBus: created deprecated header(s) { qdbusmacros.h }
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
QtTest: created deprecated header(s) { qtest_global.h }
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Found MySQL: C:/Program Files/MySQL/MySQL Server 8.0/lib/libmysql.lib
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: libodbc32.a
-- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Tool 'Qt6::qmake' will be built from source.
Configuring 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
Configuring 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlDom'
-- Running syncqt for module: 'QtQmlCompiler'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
Configuring 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test
-- Performing Test  - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
Configuring 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCore5Compat'
-- The following ICU libraries were not found:
--   i18n (required)
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Success
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:25 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
Configuring 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMultimedia'
QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Found WMF: D:/Repo/tmp/mingw64/x86_64-w64-mingw32/lib/libstrmiids.a
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
Configuring 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCoap'
Configuring 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBluetooth'
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Failed
-- Running syncqt for module: 'QtNfc'
Configuring 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtDataVisualization'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtdatavis3d/src/datavisualizationqml2/CMakeLists.txt:26 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Found WrapLibClang: TRUE (found suitable version "15.0.0", minimum required is "8")
-- Running syncqt for module: 'QtTools'
-- Tool 'Qt6::lconvert' will be built from source.
-- Tool 'Qt6::lprodump' will be built from source.
-- Tool 'Qt6::lrelease' will be built from source.
-- Tool 'Qt6::lrelease-pro' will be built from source.
-- Tool 'Qt6::lupdate' will be built from source.
-- Tool 'Qt6::lupdate-pro' will be built from source.
-- Running syncqt for module: 'QtUiPlugin'
-- Running syncqt for module: 'QtUiTools'
-- Running syncqt for module: 'QtDesigner'
QtDesigner: WARNING: D:/Repo/tmp/qt-6.2.4/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
QtDesigner: created deprecated header(s) { qdesignerexportwidget.h, QDesignerCustomWidgetCollectionInterface, QDesignerExportWidget, QDesignerCustomWidgetInterface, customwidget.h }
-- Running syncqt for module: 'QtDesignerComponents'
-- Running syncqt for module: 'QtHelp'
-- Tool 'Qt6::qhelpgenerator' will be built from source.
-- Tool 'Qt6::qtattributionsscanner' will be built from source.
-- Tool 'Qt6::qdoc' will be built from source.
-- Tool 'Qt6::windeployqt' will be built from source.
Configuring 'qtdoc'
-- CMAKE_BUILD_TYPE was set to: 'Release'
Configuring 'qtlottie'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBodymovin'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtlottie/src/imports/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtmqtt'
-- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebSockets".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:20 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMqtt'
Configuring 'qtnetworkauth'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtNetworkAuth'
Configuring 'qtopcua'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtOpcUa'
-- Performing Test HAVE_uacpp
-- Performing Test HAVE_uacpp - Failed
CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  Plugins are not intended to be linked to.  They should not have any public
  properties, but declarative_opcua sets PUBLIC_LIBRARIES to the following
  value:

      Qt::Core;Qt::Gui;Qt::OpcUa;Qt::Quick

  Update your project to use LIBRARIES instead.

Call Stack (most recent call first):
  build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:223 (qt_internal_add_plugin)
  qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtserialport'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialPort'
-- Performing Test HAVE_ntddmodm
-- Performing Test HAVE_ntddmodm - Failed
Configuring 'qtpositioning'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtPositioning'
-- Performing Test WinRT geolocation
-- Performing Test WinRT geolocation - Failed
-- Running syncqt for module: 'QtPositioningQuick'
Configuring 'qtqa'
-- CMAKE_BUILD_TYPE was set to: 'Release'
Configuring 'qtquicktimeline'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuickTimeline'
Configuring 'qtquick3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuick3DUtils'
-- Running syncqt for module: 'QtQuick3DAssetImport'
-- Running syncqt for module: 'QtQuick3DRuntimeRender'
-- Running syncqt for module: 'QtQuick3D'
-- Running syncqt for module: 'QtQuick3DParticles'
-- Running syncqt for module: 'QtQuick3DAssetUtils'
QtQuick3DAssetUtils: WARNING: D:/Repo/tmp/qt-6.2.4/qtquick3d/src/assetutils/qquick3druntimeloader_p.h does not have the "We mean it." warning
-- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test Assimp
-- Performing Test Assimp - Failed
-- Running syncqt for module: 'QtQuick3DHelpers'
-- Running syncqt for module: 'QtQuick3DIblBaker'
-- Tool 'Qt6::balsam' will be built from source.
-- Tool 'Qt6::balsamui' will be built from source.
-- Tool 'Qt6::meshdebug' will be built from source.
-- Tool 'Qt6::shadergen' will be built from source.
-- Tool 'Qt6::instancer' will be built from source.
Configuring 'qtremoteobjects'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtRepParser'
-- Running syncqt for module: 'QtRemoteObjects'
-- Running syncqt for module: 'QtRemoteObjectsQml'
-- Tool 'Qt6::repc' will be built from source.
Configuring 'qtscxml'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtScxml'
-- Running syncqt for module: 'QtStateMachine'
-- Running syncqt for module: 'QtStateMachineQml'
-- Running syncqt for module: 'QtScxmlQml'
-- Tool 'Qt6::qscxmlc' will be built from source.
Configuring 'qtsensors'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSensors'
-- Performing Test WinRT sensors
-- Performing Test WinRT sensors - Failed
-- Running syncqt for module: 'QtSensorsQuick'
Configuring 'qtserialbus'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialBus'
QtSerialBus: created deprecated header(s) { qserialbusglobal.h }
-- Performing Test Socket CAN
-- Performing Test Socket CAN - Failed
-- Performing Test Socket CAN FD
-- Performing Test Socket CAN FD - Failed
-- Tool 'Qt6::canbusutil' will be built from source.
Configuring 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
CMake Warning at qttranslations/translations/CMakeLists.txt:38 (message):
  Directory
  'D:/Repo/tmp/qt-6.2.4/qttranslations/translations/../../qtlocation/src' for
  qtlocation does not exist.  Skipping...
Call Stack (most recent call first):
  qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)


CMake Warning at qttranslations/translations/CMakeLists.txt:45 (message):
  No source files located for qtlocation, skipping target creation
Call Stack (most recent call first):
  qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)


Configuring 'qtvirtualkeyboard'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
-- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
-- Running syncqt for module: 'QtVirtualKeyboard'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/import/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/settings/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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):
  qtvirtualkeyboard/src/styles/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
Configuring 'qtwebsockets'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebSockets'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwebchannel'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebChannel'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (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:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwebengine'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Found Ninja: C:/Program Files/Meson/ninja.EXE (found suitable version "1.11.1", minimum required is "1.7.2")
-- Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.2.4")
-- Could NOT find Python2 (missing: Python2_EXECUTABLE Interpreter) (Required is at least version "2.7.5")
    Reason given by package:
        Interpreter: Cannot use the interpreter "C:/ProgramData/chocolatey/bin/python.exe"

-- Found GPerf: C:/ProgramData/chocolatey/bin/gperf.exe
-- Found BISON: C:/ProgramData/chocolatey/bin/win_bison.exe (found version "2.7")
-- Found FLEX: C:/ProgramData/chocolatey/bin/win_flex.exe (found version "2.6.3")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "10.19")
-- Performing Test HAVE_khr
-- Performing Test HAVE_khr - Success
-- Performing Test HAVE_winversion
-- Performing Test HAVE_winversion - Failed
-- Windows 10 SDK version:
-- Support check for QtWebEngine failed: Python2 version 2.7.5 or later is required.
-- Support check for QtPdf failed: Python2 version 2.7.5 or later is required.
Configuring 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebEngineCore".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:12 (find_package)


-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:259 (message):
  Failed to find Qt component "WebEngineQuick".

  Expected Config file at
  "D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:12 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebView'
-- Running syncqt for module: 'QtWebViewQuick'
-- The following packages have been found:

 * QtBuildInternals
 * OpenSSL
 * OpenGL
 * WrapPCRE2
 * WrapRt
 * WrapOpenSSLHeaders
 * WrapHarfbuzz
 * WrapPNG
 * WrapOpenGL
 * MySQL, MySQL client library, <https://www.mysql.com>
 * PostgreSQL
 * ODBC
 * WrapFreetype
 * Python
 * WrapIconv
 * WMF
 * Qt6QmlDevToolsPrivate (required version >= 6.2.4)
 * Qt6AxContainerTools (required version >= 6.2.4)
 * Qt6AxContainer (required version >= 6.2.4)
 * LLVM
 * Clang
 * WrapLibClang (required version >= 8)
 * Qt6Sql (required version >= 6.2.4)
 * Qt6QmlXmlListModel (required version >= 6.2.4)
 * WrapOpenSSL (required version >= 1.1)
 * Qt6Concurrent (required version >= 6.2.4)
 * Qt6ShaderToolsTools (required version >= 6.2.4)
 * Qt6ShaderTools (required version >= 6.2.4)
 * Qt6QuickTimeline (required version >= 6.2.4)
 * Qt6DBusTools (required version >= 6.2.4)
 * Qt6DBus (required version >= 6.2.4)
 * Qt6SerialPort (required version >= 6.2.4)
 * Qt6LinguistTools (required version >= 6.2.4)
 * Qt6Linguist (required version >= 6.2.4)
 * Qt6ZlibPrivate (required version >= 6.2.4)
 * Qt6Svg (required version >= 6.2.4)
 * Qt6WidgetsTools (required version >= 6.2.4)
 * Qt6Widgets (required version >= 6.2.4)
 * Qt6PrintSupport (required version >= 6.2.4)
 * Qt6WebChannel (required version >= 6.2.4)
 * Qt6Positioning (required version >= 6.2.4)
 * Qt6QuickControls2 (required version >= 6.2.4)
 * Qt6Test (required version >= 6.2.4)
 * Qt6QuickWidgets (required version >= 6.2.4)
 * Qt6QuickTest (required version >= 6.2.4)
 * Qt6WebSockets (required version >= 6.2.4)
 * Qt6Designer (required version >= 6.2.4)
 * Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
 * GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
 * BISON
 * FLEX
 * Nodejs (required version >= 10.19), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
 * Qt6BuildInternals (required version >= 6.2.4)
 * WrapAtomic
 * Qt6CoreTools (required version >= 6.2.4)
 * Qt6Core (required version >= 6.2.4)
 * Threads
 * Qt6GuiTools (required version >= 6.2.4)
 * Qt6Gui (required version >= 6.2.4)
 * Qt6QmlTools (required version >= 6.2.4)
 * Qt6Qml (required version >= 6.2.4)
 * Qt6Quick (required version >= 6.2.4)
 * Qt6OpenGL (required version >= 6.2.4)
 * Qt6 (required version >= 6.2.4)

-- The following OPTIONAL packages have not been found:

 * WrapZLIB (required version >= 1.0.8)
 * zstd
 * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
 * DBus1 (required version >= 1.2)
 * WrapDBus1 (required version >= 1.2)
 * double-conversion
 * WrapDoubleConversion
 * Libsystemd
 * Libb2
 * PCRE2 (required version >= 10.20)
 * WrapSystemPCRE2 (required version >= 10.20)
 * Slog2
 * unofficial-brotli
 * WrapBrotli
 * Libproxy
 * GSSAPI, Generic Security Services Application Program Interface
 * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
 * ATSPI2
 * DirectFB
 * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
 * Freetype (required version >= 2.2.0)
 * WrapSystemFreetype (required version >= 2.2.0)
 * Fontconfig
 * gbm, Mesa gbm library., <http://www.mesa3d.org>
 * harfbuzz (required version >= 2.6.0)
 * WrapSystemHarfbuzz (required version >= 2.6.0)
 * Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
 * md4c
 * WrapSystemMd4c
 * ZLIB
 * PNG
 * WrapSystemPNG
 * Mtdev
 * GLESv2
 * Tslib
 * WrapVulkanHeaders
 * GTK3 (required version >= 3.6)
 * Cups
 * DB2, IBM DB2 client library, <https://www.ibm.com>
 * Oracle, Oracle client library, <https://www.oracle.com>
 * SQLite3
 * Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
 * JPEG
 * Jasper
 * WrapJasper
 * TIFF
 * WebP
 * WrapWebP
 * Libmng
 * LTTngUST
 * Qt6Gamepad (required version >= 6.2.4)
 * Qt6Multimedia (required version >= 6.2.4)
 * WrapQt3DAssimp (required version >= 5)
 * Vulkan
 * ICU
 * ALSA
 * AVFoundation
 * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
 * GStreamer
 * PulseAudio
 * WrapPulseAudio
 * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
 * BlueZ
 * litehtml
 * Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
 * Libudev
 * Gypsy
 * Gconf
 * assimp (required version >= 5)
 * WrapQuick3DAssimp (required version >= 5)
 * XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
 * Hunspell
 * CerenceHwrAlphabetic
 * CerenceHwrCjk
 * CerenceXt9
 * MyScript
 * Gn (required version == 6.2.4), Meta-build system, <https://gn.googlesource.com/gn/>
 * Python2 (required version >= 2.7.5)
 * Snappy
 * PkgConfig
 * Qt6QmlCompilerPlus
 * Qt6WebEngineCore (required version >= 6.2.4)
 * Qt6WebEngineQuick (required version >= 6.2.4)

Configure summary:

Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 11.2.0
Build options:
  Mode ................................... release
  Optimize release build for size ........ no
  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 LTCG ............................. no
  Target compiler supports:
    SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
    AVX .................................. <none>
    AVX512 ............................... <none>
    Other x86 ............................ AES RDRAND SHA
    Intrinsics without compiler architecture option  yes
  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
  Using system zlib ...................... no
  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 ......................... no
  Tracing backend ........................ <none>
  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
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
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
  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
Qt PrintSupport:
  CUPS ................................... no
Qt Sql Drivers:
  DB2 (IBM) .............................. no
  InterBase .............................. no
  MySql .................................. no
  OCI (Oracle) ........................... no
  ODBC ................................... yes
  PostgreSQL ............................. no
  SQLite ................................. yes
    Using system provided SQLite ......... no
Core tools:
  qmake tool ............................. yes
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 sequence object .................... 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
  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
Qt Quick Controls 2:
  Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
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 ........................... no
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Multimedia:
  GStreamer 1.0 .......................... no
  Video for Linux ........................ no
  Linux DMA buffer support ............... no
  MMRenderer ............................. no
  AVFoundation ........................... no
  Windows Media Foundation ............... yes
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 Tools:
  Qt Assistant ........................... yes
  QDoc ................................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  Mac Deployment Tool .................... no
  pixeltool .............................. yes
  qdbus .................................. yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtplugininfo ........................... yes
  Windows deployment tool ................ yes
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
Serial Port:
  ntddmodm ............................... no
QtQuick3D:
  Assimp ................................. yes
  System Assimp .......................... no
Qt Remote Objects:
  High Availability Manager (ham) ........ no
Qt Scxml:
  ECMAScript data model for QtScxml ...... yes
Qt Sensors:
  WinRT sensors backend .................. no
Qt SerialBus:
  Socket CAN ............................. no
  Socket CAN FD .......................... no
  SerialPort Support ..................... 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
  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
WebEngine Repository Build Options:
  Build Ninja ............................ no
  Build Gn ............................... yes
  Jumbo Build ............................ yes
  Developer build ........................ yes
  Build QtWebEngine Modules:
    Build QtWebEngineCore ................ no
    Build QtWebEngineWidgets ............. no
    Build QtWebEngineQuick ............... no
  Build QtPdf Modules:
    Build QtPdfWidgets ................... no
    Build QtPdfQuick ..................... no

Note: Hunspell disabled. Spelling correction will not be available.

WARNING: QtWebEngine won't be built. Python2 version 2.7.5 or later is required.
WARNING: QtPdf won't be built. Python2 version 2.7.5 or later is required.

Qt is now configured for building. Just run 'cmake --build . --parallel'

Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
Note that this build cannot be deployed to other machines or devices.

To configure and build other Qt modules, you can use the following convenience script:
        D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/bin/qt-configure-module.bat

If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory

-- Configuring done (29451.2s)
-- Generating done (12.9s)
-- Build files have been written to: D:/Repo/tmp/qt-6.2.4/build/mingw-release

D:\Repo\tmp\qt-6.2.4\build\mingw-release>cmake --build . --parallel 4 --target qtbase
[185/1726] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/zlib/src/infback.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c: In function 'z_inflateBack':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  479 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:481:9: note: here
  481 |         case LEN:
      |         ^~~~
[194/1726] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/zlib/src/inflate.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c: In function 'z_inflate':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  742 |             state->mode = EXLEN;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:743:9: note: here
  743 |         case EXLEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  755 |             state->mode = EXTRA;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:756:9: note: here
  756 |         case EXTRA:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  777 |             state->mode = NAME;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:778:9: note: here
  778 |         case NAME:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  798 |             state->mode = COMMENT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:799:9: note: here
  799 |         case COMMENT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  818 |             state->mode = HCRC;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:819:9: note: here
  819 |         case HCRC:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  841 |             state->mode = DICT;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:842:9: note: here
  842 |         case DICT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  848 |             state->mode = TYPE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:849:9: note: here
  849 |         case TYPE:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  850 |             if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:851:9: note: here
  851 |         case TYPEDO:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  900 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:901:9: note: here
  901 |         case COPY_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  902 |             state->mode = COPY;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:903:9: note: here
  903 |         case COPY:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1041 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1042:9: note: here
 1042 |         case LEN_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1043 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1044:9: note: here
 1044 |         case LEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1092 |             state->mode = LENEXT;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1093:9: note: here
 1093 |         case LENEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1102 |             state->mode = DIST;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1103:9: note: here
 1103 |         case DIST:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1129 |             state->mode = DISTEXT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1130:9: note: here
 1130 |         case DISTEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1145 |             state->mode = MATCH;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1146:9: note: here
 1146 |         case MATCH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1220 |             state->mode = LENGTH;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1221:9: note: here
 1221 |         case LENGTH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1233 |             state->mode = DONE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1234:9: note: here
 1234 |         case DONE:
      |         ^~~~
[295/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzlib.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/gzlib.c: In function 'z_gz_error':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/gzlib.c:618:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  618 | }
      | ^
[298/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/infback.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c: In function 'z_inflateBack':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  479 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/infback.c:481:9: note: here
  481 |         case LEN:
      |         ^~~~
[299/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inffast.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inffast.c: In function 'z_inflate_fast':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inffast.c:307:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  307 | }
      | ^
[300/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inflate.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c: In function 'z_inflate':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  742 |             state->mode = EXLEN;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:743:9: note: here
  743 |         case EXLEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  755 |             state->mode = EXTRA;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:756:9: note: here
  756 |         case EXTRA:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  777 |             state->mode = NAME;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:778:9: note: here
  778 |         case NAME:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  798 |             state->mode = COMMENT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:799:9: note: here
  799 |         case COMMENT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  818 |             state->mode = HCRC;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:819:9: note: here
  819 |         case HCRC:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  841 |             state->mode = DICT;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:842:9: note: here
  842 |         case DICT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  848 |             state->mode = TYPE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:849:9: note: here
  849 |         case TYPE:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  850 |             if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:851:9: note: here
  851 |         case TYPEDO:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  900 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:901:9: note: here
  901 |         case COPY_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  902 |             state->mode = COPY;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:903:9: note: here
  903 |         case COPY:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1041 |             if (flush == Z_TREES) goto inf_leave;
      |                ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1042:9: note: here
 1042 |         case LEN_:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1043 |             state->mode = LEN;
      |             ~~~~~~~~~~~~^~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1044:9: note: here
 1044 |         case LEN:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1092 |             state->mode = LENEXT;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1093:9: note: here
 1093 |         case LENEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1102 |             state->mode = DIST;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1103:9: note: here
 1103 |         case DIST:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1129 |             state->mode = DISTEXT;
      |             ~~~~~~~~~~~~^~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1130:9: note: here
 1130 |         case DISTEXT:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1145 |             state->mode = MATCH;
      |             ~~~~~~~~~~~~^~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1146:9: note: here
 1146 |         case MATCH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1220 |             state->mode = LENGTH;
      |             ~~~~~~~~~~~~^~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1221:9: note: here
 1221 |         case LENGTH:
      |         ^~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1233 |             state->mode = DONE;
      |             ~~~~~~~~~~~~^~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inflate.c:1234:9: note: here
 1234 |         case DONE:
      |         ^~~~
[302/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inftrees.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inftrees.c: In function 'z_inflate_table':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/inftrees.c:304:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  304 | }
      | ^
[473/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/trees.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_init':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:402:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  402 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_stored_block':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:881:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  881 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_bits':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:890:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  890 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_align':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:905:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  905 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_block':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1008:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1008 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_tally':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1059:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1059 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c: At top level:
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
 1203 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
[476/1726] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/zutil.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcalloc':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c:313:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  313 | }
      | ^
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcfree':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/zlib/src/zutil.c:321:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  321 | }
      | ^
[1127/1726] Building CXX object qtbase/src/testlib/CMakeFiles/Test.dir/qxmltestlogger.cpp.obj
In function 'int allocateStringFn(QTestCharBuffer*, const char*, StringFormatFunction)',
    inlined from 'static int QXmlTestLogger::xmlQuote(QTestCharBuffer*, const char*)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:456:28,
    inlined from 'virtual void QXmlTestLogger::enterTestFunction(const char*)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:156:13:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:437:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  437 |         str->data()[size - 1] = '\0';
      |         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qabstracttestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger_p.h:55,
                 from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qxmltestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:46:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h: In member function 'virtual void QXmlTestLogger::enterTestFunction(const char*)':
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h:177:10: note: at offset -1 into destination object 'QTestCharBuffer::staticBuf' of size 512
  177 |     char staticBuf[InitialSize];
      |          ^~~~~~~~~
In function 'int allocateStringFn(QTestCharBuffer*, const char*, StringFormatFunction)',
    inlined from 'static int QXmlTestLogger::xmlQuote(QTestCharBuffer*, const char*)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:456:28,
    inlined from 'virtual void QXmlTestLogger::addIncident(QAbstractTestLogger::IncidentTypes, const char*, const char*, int)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:242:13:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:437:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  437 |         str->data()[size - 1] = '\0';
      |         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qabstracttestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger_p.h:55,
                 from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qxmltestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:46:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h: In member function 'virtual void QXmlTestLogger::addIncident(QAbstractTestLogger::IncidentTypes, const char*, const char*, int)':
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h:177:10: note: at offset -1 into destination object 'QTestCharBuffer::staticBuf' of size 512
  177 |     char staticBuf[InitialSize];
      |          ^~~~~~~~~
In function 'int allocateStringFn(QTestCharBuffer*, const char*, StringFormatFunction)',
    inlined from 'static int QXmlTestLogger::xmlQuote(QTestCharBuffer*, const char*)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:456:28,
    inlined from 'virtual void QXmlTestLogger::addMessage(QAbstractTestLogger::MessageTypes, const QString&, const char*, int)' at D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:294:13:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:437:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  437 |         str->data()[size - 1] = '\0';
      |         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qabstracttestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger_p.h:55,
                 from D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtTest/6.2.4/QtTest/private/qxmltestlogger_p.h:1,
                 from D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qxmltestlogger.cpp:46:
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h: In member function 'virtual void QXmlTestLogger::addMessage(QAbstractTestLogger::MessageTypes, const QString&, const char*, int)':
D:/Repo/tmp/qt-6.2.4/qtbase/src/testlib/qabstracttestlogger_p.h:177:10: note: at offset -1 into destination object 'QTestCharBuffer::staticBuf' of size 512
  177 |     char staticBuf[InitialSize];
      |          ^~~~~~~~~
[1615/1726] Building C object qtbase/src/plugins/imageformats/jpeg/CMakeFiles/QJpegPlugin.dir/__/__/__/3rdparty/libjpeg/src/jdphuff.c.obj
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c: In function 'decode_mcu_DC_first':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c:202:60: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare]
  202 |   ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
      |                                                            ^~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c:331:13: note: in expansion of macro 'HUFF_EXTEND'
  331 |         s = HUFF_EXTEND(r, s);
      |             ^~~~~~~~~~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c: In function 'decode_mcu_AC_first':
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c:202:60: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare]
  202 |   ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
      |                                                            ^~~
D:/Repo/tmp/qt-6.2.4/qtbase/src/3rdparty/libjpeg/src/jdphuff.c:409:15: note: in expansion of macro 'HUFF_EXTEND'
  409 |           s = HUFF_EXTEND(r, s);
      |               ^~~~~~~~~~~
[1671/1726] Building RC object qtbase/src/plugins/tls/openssl/CMakeFiles/QTlsBackendOpenSSLPlugin.dir/QTlsBackendOpenSSLPlugin_resource.rc.obj
FAILED: qtbase/src/plugins/tls/openssl/CMakeFiles/QTlsBackendOpenSSLPlugin.dir/QTlsBackendOpenSSLPlugin_resource.rc.obj
D:\Repo\tmp\mingw64\bin\windres.exe -O coff -DMINGW_HAS_SECURE_API=1 -DOPENSSL_API_COMPAT=0x10100000L -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_PLUGIN -DQTlsBackendOpenSSLPlugin_EXPORTS -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/tls/openssl/QTlsBackendOpenSSLPlugin_autogen/include -I D:/Repo/tmp/qt-6.2.4/qtbase/src/plugins/tls/openssl -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/tls/openssl -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/network -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtNetwork/6.2.4 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtNetwork/6.2.4/QtNetwork -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/corelib -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore/6.2.4 -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore/6.2.4/QtCore -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtCore -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/mkspecs/win32-g++ -I D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/include/QtNetwork -I "C:/Program Files/OpenSSL-Win64/include"  D:/Repo/tmp/qt-6.2.4/build/mingw-release/qtbase/src/plugins/tls/openssl/QTlsBackendOpenSSLPlugin_resource.rc qtbase/src/plugins/tls/openssl/CMakeFiles/QTlsBackendOpenSSLPlugin.dir/QTlsBackendOpenSSLPlugin_resource.rc.obj
cc1.exe: fatal error: Files/OpenSSL-Win64/include: No such file or directory
compilation terminated.
D:\Repo\tmp\mingw64\bin\windres.exe: preprocessing failed.
[1674/1726] Building CXX object qtbase/src/plugins/tls/openssl/CMakeFiles/QTlsBackendOpenSSLPlugin.dir/qwindowscarootfetcher.cpp.obj
ninja: build stopped: subcommand failed.

D:\Repo\tmp\qt-6.2.4\build\mingw-release>


More information about the Development mailing list