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

Haowei Hsu hwhsu1231 at gmail.com
Sun Aug 20 16:25:57 CEST 2023


Hello, Cristian.

Unfortunately, I met another problem when building Qt6 Documentation with
the MinGW compiler.
(Crying 😂 ~~~~)

*Prepare Environment*

I followed what you suggested, use the *11.2.0* version of mingw64 from
niXman/mingw-builds-binaries
<https://github.com/niXman/mingw-builds-binaries>.
Also, due to previous issues with the installation paths for libclang or
mingw containing spaces, which
led to build errors, I have now placed the required libclang and mingw64 in
the following location:

   - *mingw-11.2.0:*
      - Downloaded from:
      https://github.com/niXman/mingw-builds-binaries/releases/download/11.2.0-rt_v9-rev1/x86_64-11.2.0-release-posix-seh-rt_v9-rev1.7z
      - Extract to: *D:\Repo\tmp\mingw64*
   - *libclang-15.0.0 (mingw version):*
      - Downloaded from:
      https://download.qt.io/development_releases/prebuilt/libclang/qt/libclang-release_15.0.0-based-windows-mingw_64.7z
      - Extract to: *D:\Repo\tmp\libclang*

Besides, in order to shorten the path of qt repo, I placed it into:

   - Location: *D:\Repo\tmp\qt*
   - Version: *6.5.2 (branch)*


*Commands I used*

The following commands are what I run:

   1. *git status*
   2. *where gcc*
   3. *set PATH=D:\Repo\tmp\mingw64\bin;%PATH%*
   4. *where gcc*
   5. *gcc --version*
   6. *mkdir build\mingw-release && chdir build\mingw-release*
   7. *..\..\configure.bat -release -developer-build --
   -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang
   -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c*
   8.
*cmake --build . --target docs --parallel 4 *

You can see the attachment with the full log:
*log-failed-to-build-qt-docs-with-mingw.txt*

*Errors and Warnings*

However, new errors showed up:

[image: image.png]

Besides, I also noticed that it cannot find *html5lib*, so the QtWebEngine
and QtPdf won't
be built. But, I remember that I already installed it.

[image: image.png]
[image: image.png]

---
Haowei Hsu

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230820/764355d1/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 201236 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230820/764355d1/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 22188 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230820/764355d1/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 28330 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230820/764355d1/attachment-0005.png>
-------------- next part --------------
D:\Repo\tmp\qt>git status
On branch 6.5.2
Your branch is up to date with 'origin/6.5.2'.

nothing to commit, working tree clean

D:\Repo\tmp\qt>where gcc
C:\Strawberry\c\bin\gcc.exe

D:\Repo\tmp\qt>set PATH=D:\Repo\tmp\mingw64\bin;%PATH%

D:\Repo\tmp\qt>where gcc
D:\Repo\tmp\mingw64\bin\gcc.exe
C:\Strawberry\c\bin\gcc.exe

D:\Repo\tmp\qt>gcc --version
gcc (x86_64-posix-seh-rev3, Built by MinGW-W64 project) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

D:\Repo\tmp\qt\build\mingw-release>..\..\configure.bat -release -developer-build -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c
+ cd qtbase
+ D:\Repo\tmp\qt\qtbase\configure.bat -top-level -release -developer-build -- -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' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'D:/Repo/tmp/qt'
-- 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 submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgrpc'
-- Checking dependencies of submodule 'qtlocation'
-- Checking dependencies of submodule 'qtlottie'
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qtnetworkauth'
-- Checking dependencies of submodule 'qtopcua'
-- Checking dependencies of submodule 'qtqa'
-- Checking dependencies of submodule 'qtquick3dphysics'
-- Checking dependencies of submodule 'qtquickeffectmaker'
-- Checking dependencies of submodule 'qtremoteobjects'
-- Checking dependencies of submodule 'qtscxml'
-- Checking dependencies of submodule 'qtsensors'
-- Checking dependencies of submodule 'qtserialbus'
-- Checking dependencies of submodule 'qtspeech'
-- Checking dependencies of submodule 'qttranslations'
-- Checking dependencies of submodule 'qtvirtualkeyboard'
-- Checking dependencies of submodule 'qtwayland'
-- Checking dependencies of submodule 'qtwebview'
-- Configuring submodule 'qtbase'
-- [QtBase] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtBase] Check for feature set changes
-- [QtBase] CMAKE_STRIP (original): D:/Repo/tmp/mingw64/bin/strip.exe
-- [QtBase] Performing Test strip --keep-section
-- [QtBase] Performing Test strip --keep-section - TRUE
-- [QtBase] CMAKE_STRIP (used by Qt): D:/Repo/tmp/qt/build/mingw-release/qtbase/./bin/qt-internal-strip.bat
-- [QtBase] Building architecture extraction project with the following CMake arguments:
            -DCMAKE_C_FLAGS_DEBUG=-g
            -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_CXX_FLAGS_DEBUG=-g
            -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_OBJCOPY=D:/Repo/tmp/mingw64/bin/objcopy.exe
            -DCMAKE_C_STANDARD=11
            -DCMAKE_C_STANDARD_REQUIRED=ON
            -DCMAKE_CXX_STANDARD=17
            -DCMAKE_CXX_STANDARD_REQUIRED=ON
            -DCMAKE_MODULE_PATH:STRING=D:/Repo/tmp/qt/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from D:/Repo/tmp/qt/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- [QtBase] Performing Test HAVE_WIN10_WIN32_WINNT
-- [QtBase] Performing Test HAVE_WIN10_WIN32_WINNT - Success
-- [QtBase] CMAKE_VERSION: "3.27.1"
-- [QtBase] CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- [QtBase] CMAKE_HOST_SYSTEM_NAME: "Windows"
-- [QtBase] CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- [QtBase] CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- [QtBase] CMAKE_SYSTEM: "Windows"
-- [QtBase] CMAKE_SYSTEM_NAME: "Windows"
-- [QtBase] CMAKE_SYSTEM_VERSION: "10.0.22621"
-- [QtBase] CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- [QtBase] CMAKE_CROSSCOMPILING: "FALSE"
-- [QtBase] CMAKE_INSTALL_PREFIX: "D:/Repo/tmp/qt/build/mingw-release/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: "D:/Repo/tmp/qt/build/mingw-release/qtbase"
-- [QtBase] QT_INSTALL_DIR: "D:/Repo/tmp/qt/build/mingw-release/qtbase"
-- [QtBase] QT_WILL_INSTALL: "OFF"
-- [QtBase] CMAKE_C_COMPILER: "D:/Repo/tmp/mingw64/bin/gcc.exe" (11.2.0)
-- [QtBase] CMAKE_CXX_COMPILER: "D:/Repo/tmp/mingw64/bin/c++.exe" (11.2.0)
-- [QtBase] Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is at least version "1.0.8")
-- [QtBase] Could NOT find WrapSystemZLIB (missing: WrapSystemZLIB_FOUND) (Required is at least version "1.0.8")
-- [QtBase] Found OpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- [QtBase] Found WrapOpenSSLHeaders: C:/Program Files/OpenSSL-Win64/include (found version "3.0.8")
-- [QtBase] Performing Test HAVE_opensslv11_headers
-- [QtBase] Performing Test HAVE_opensslv11_headers - Failed
-- [QtBase] Found WrapOpenSSL: C:/Program Files/OpenSSL-Win64/lib/libcrypto.lib (found version "3.0.8")
-- [QtBase] Performing Test HAVE_opensslv11
-- [QtBase] Performing Test HAVE_opensslv11 - Failed
-- [QtBase] Performing Test HAVE_opensslv30_headers
-- [QtBase] Performing Test HAVE_opensslv30_headers - Success
-- [QtBase] Performing Test HAVE_opensslv30
-- [QtBase] Performing Test HAVE_opensslv30 - Success
-- [QtBase] Could NOT find WrapZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) (Required is at least version "1.3")
-- [QtBase] Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- [QtBase] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtBase] Performing Test TEST_use_bfd_linker
-- [QtBase] Performing Test TEST_use_bfd_linker - Success
-- [QtBase] Performing Test TEST_use_gold_linker
-- [QtBase] Performing Test TEST_use_gold_linker - Failed
-- [QtBase] Performing Test TEST_use_lld_linker
-- [QtBase] Performing Test TEST_use_lld_linker - Failed
-- [QtBase] Performing Test TEST_use_mold_linker
-- [QtBase] Performing Test TEST_use_mold_linker - Success
-- [QtBase] Performing Test HAVE_cxx14
-- [QtBase] Performing Test HAVE_cxx14 - Success
-- [QtBase] Performing Test HAVE_cxx17
-- [QtBase] Performing Test HAVE_cxx17 - Success
-- [QtBase] Performing Test HAVE_cxx20
-- [QtBase] Performing Test HAVE_cxx20 - Success
-- [QtBase] Performing Test HAVE_cxx2b
-- [QtBase] Performing Test HAVE_cxx2b - Success
-- [QtBase] Performing Test precompiled header support
-- [QtBase] Performing Test precompiled header support - Success
-- [QtBase] Performing Test TEST_optimize_debug
-- [QtBase] Performing Test TEST_optimize_debug - Success
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support - Failed
-- [QtBase] Performing Test TEST_enable_new_dtags
-- [QtBase] Performing Test TEST_enable_new_dtags - Failed
-- [QtBase] Performing Test TEST_gdb_index
-- [QtBase] Performing Test TEST_gdb_index - Failed
-- [QtBase] Performing Test HAVE_reduce_relocations
-- [QtBase] Performing Test HAVE_reduce_relocations - Success
-- [QtBase] Performing Test separate debug information support
-- [QtBase] Performing Test separate debug information support - Success
-- [QtBase] Performing Test HAVE_signaling_nan
-- [QtBase] Performing Test HAVE_signaling_nan - Success
-- [QtBase] Performing Test Basic x86 intrinsics
-- [QtBase] Performing Test Basic x86 intrinsics - Success
-- [QtBase] Performing Test AVX512VBMI2 intrinsics
-- [QtBase] Performing Test AVX512VBMI2 intrinsics - Success
-- [QtBase] Performing Test VAES intrinsics
-- [QtBase] Performing Test VAES intrinsics - Success
-- [QtBase] Performing Test HAVE_posix_fallocate
-- [QtBase] Performing Test HAVE_posix_fallocate - Failed
-- [QtBase] Performing Test HAVE_alloca_stdlib_h
-- [QtBase] Performing Test HAVE_alloca_stdlib_h - Success
-- [QtBase] Performing Test HAVE_alloca_h
-- [QtBase] Performing Test HAVE_alloca_h - Failed
-- [QtBase] Performing Test HAVE_alloca_malloc_h
-- [QtBase] Performing Test HAVE_alloca_malloc_h - Success
-- [QtBase] Performing Test HAVE_stack_protector
-- [QtBase] Performing Test HAVE_stack_protector - Success
-- [QtBase] Performing Test HAVE_intelcet
-- [QtBase] Performing Test HAVE_intelcet - Failed
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   i18n (required)
-- [QtBase]   uc (required)
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [QtBase] Performing Test HAVE_STDATOMIC
-- [QtBase] Performing Test HAVE_STDATOMIC - Success
-- [QtBase] Found WrapAtomic: TRUE
-- [QtBase] Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- [QtBase] Performing Test HAVE_GETTIME
-- [QtBase] Performing Test HAVE_GETTIME - Success
-- [QtBase] Found WrapRt: TRUE
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_atomicfptr
-- [QtBase] Performing Test HAVE_atomicfptr - Success
-- [QtBase] Performing Test HAVE_clock_monotonic
-- [QtBase] Performing Test HAVE_clock_monotonic - Success
-- [QtBase] Performing Test HAVE_cloexec
-- [QtBase] Performing Test HAVE_cloexec - Failed
-- [QtBase] Performing Test HAVE_cxx11_future
-- [QtBase] Performing Test HAVE_cxx11_future - Success
-- [QtBase] Performing Test HAVE_cxx11_random
-- [QtBase] Performing Test HAVE_cxx11_random - Success
-- [QtBase] Performing Test HAVE_cxx17_filesystem
-- [QtBase] Performing Test HAVE_cxx17_filesystem - Success
-- [QtBase] Performing Test HAVE_dladdr
-- [QtBase] Performing Test HAVE_dladdr - Failed
-- [QtBase] Performing Test HAVE_eventfd
-- [QtBase] Performing Test HAVE_eventfd - Failed
-- [QtBase] Performing Test HAVE_futimens
-- [QtBase] Performing Test HAVE_futimens - Failed
-- [QtBase] Performing Test HAVE_getauxval
-- [QtBase] Performing Test HAVE_getauxval - Failed
-- [QtBase] Performing Test HAVE_getentropy
-- [QtBase] Performing Test HAVE_getentropy - Failed
-- [QtBase] Performing Test HAVE_glibc
-- [QtBase] Performing Test HAVE_glibc - Failed
-- [QtBase] Performing Test HAVE_inotify
-- [QtBase] Performing Test HAVE_inotify - Failed
-- [QtBase] Performing Test HAVE_ipc_sysv
-- [QtBase] Performing Test HAVE_ipc_sysv - Failed
-- [QtBase] Performing Test HAVE_ipc_posix
-- [QtBase] Performing Test HAVE_ipc_posix - Failed
-- [QtBase] Performing Test HAVE_linkat
-- [QtBase] Performing Test HAVE_linkat - Failed
-- [QtBase] Performing Test HAVE_ppoll
-- [QtBase] Performing Test HAVE_ppoll - Failed
-- [QtBase] Performing Test HAVE_pollts
-- [QtBase] Performing Test HAVE_pollts - Failed
-- [QtBase] Performing Test HAVE_poll
-- [QtBase] Performing Test HAVE_poll - Failed
-- [QtBase] Performing Test HAVE_renameat2
-- [QtBase] Performing Test HAVE_renameat2 - Failed
-- [QtBase] Performing Test HAVE_statx
-- [QtBase] Performing Test HAVE_statx - Failed
-- [QtBase] Performing Test HAVE_syslog
-- [QtBase] Performing Test HAVE_syslog - Failed
-- [QtBase] Performing Test HAVE_cpp_winrt
-- [QtBase] Performing Test HAVE_cpp_winrt - Failed
-- [QtBase] Performing Test HAVE_xlocalescanprint
-- [QtBase] Performing Test HAVE_xlocalescanprint - Failed
-- [QtBase] Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Performing Test HAVE_getifaddrs
-- [QtBase] Performing Test HAVE_getifaddrs - Failed
-- [QtBase] Performing Test HAVE_ifr_index
-- [QtBase] Performing Test HAVE_ifr_index - Failed
-- [QtBase] Performing Test HAVE_ipv6ifname
-- [QtBase] Performing Test HAVE_ipv6ifname - Failed
-- [QtBase] Performing Test HAVE_linux_netlink
-- [QtBase] Performing Test HAVE_linux_netlink - Failed
-- [QtBase] Performing Test HAVE_sctp
-- [QtBase] Performing Test HAVE_sctp - Failed
-- [QtBase] Performing Test HAVE_dtls
-- [QtBase] Performing Test HAVE_dtls - Success
-- [QtBase] Performing Test HAVE_ocsp
-- [QtBase] Performing Test HAVE_ocsp - Success
-- [QtBase] Performing Test HAVE_networklistmanager
-- [QtBase] Performing Test HAVE_networklistmanager - Success
-- [QtBase] FindLibdrm.cmake cannot find libdrm on Windows systems.
-- [QtBase] Performing Test HAVE_EGL
-- [QtBase] Performing Test HAVE_EGL - Failed
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Findgbm.cmake cannot find gbm on Windows systems.
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] FindLibinput.cmake cannot find libinput on Windows systems.
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Found OpenGL: opengl32
-- [QtBase] Found WrapOpenGL: TRUE
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Performing Test HAVE_GLESv2
-- [QtBase] Performing Test HAVE_GLESv2 - Failed
-- [QtBase] Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Performing Test HAVE_evdev
-- [QtBase] Performing Test HAVE_evdev - Failed
-- [QtBase] Performing Test HAVE_integrityfb
-- [QtBase] Performing Test HAVE_integrityfb - Failed
-- [QtBase] Performing Test HAVE_linuxfb
-- [QtBase] Performing Test HAVE_linuxfb - Failed
-- [QtBase] Performing Test HAVE_directwrite
-- [QtBase] Performing Test HAVE_directwrite - Success
-- [QtBase] Performing Test HAVE_directwrite3
-- [QtBase] Performing Test HAVE_directwrite3 - Success
-- [QtBase] Performing Test HAVE_d2d1
-- [QtBase] Performing Test HAVE_d2d1 - Success
-- [QtBase] Performing Test HAVE_d2d1_1
-- [QtBase] Performing Test HAVE_d2d1_1 - Success
-- [QtBase] Tool 'Qt6::syncqt' will be built from source.
-- [QtBase] Tool 'Qt6::moc' will be built from source.
-- [QtBase] Tool 'Qt6::rcc' will be built from source.
-- [QtBase] Tool 'Qt6::tracepointgen' will be built from source.
-- [QtBase] Tool 'Qt6::tracegen' will be built from source.
-- [QtBase] Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- [QtBase] Running syncqt.cpp for module: QtZlib
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- [QtBase] Found Threads: TRUE
-- [QtBase] Using Qt bundled PCRE2.
-- [QtBase] Found WrapPCRE2: TRUE
-- [QtBase] Using Qt bundled ZLIB.
-- [QtBase] Found WrapZLIB: TRUE
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   i18n (required)
-- [QtBase]   uc (required)
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [QtBase] Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- [QtBase] Running syncqt.cpp for module: QtCore
-- [QtBase] Running syncqt.cpp for module: QtPng
-- [QtBase] Running syncqt.cpp for module: QtJpeg
-- [QtBase] Running syncqt.cpp for module: QtFreetype
-- [QtBase] Running syncqt.cpp for module: QtHarfbuzz
-- [QtBase] Running syncqt.cpp for module: QtConcurrent
-- [QtBase] Running syncqt.cpp for module: QtSql
-- [QtBase] Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Running syncqt.cpp for module: QtNetwork
-- [QtBase] Running syncqt.cpp for module: QtXml
-- [QtBase] Running syncqt.cpp for module: QtDBus
-- [QtBase] Tool 'Qt6::uic' will be built from source.
-- [QtBase] Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- [QtBase] Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- [QtBase] Tool 'Qt6::qlalr' will be built from source.
-- [QtBase] Tool 'Qt6::qvkgen' will be built from source.
-- [QtBase] Tool 'Qt6::qtpaths' will be built from source.
-- [QtBase] Tool 'Qt6::androiddeployqt' will be built from source.
-- [QtBase] Tool 'Qt6::androidtestrunner' will be built from source.
-- [QtBase] Tool 'Qt6::windeployqt' will be built from source.
-- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Harfbuzz.
-- [QtBase] Found WrapHarfbuzz: TRUE
-- [QtBase] Using Qt bundled PNG.
-- [QtBase] Found WrapPNG: TRUE
-- [QtBase] Using Qt bundled Freetype.
-- [QtBase] Found WrapFreetype: TRUE
-- [QtBase] FindLibdrm.cmake cannot find libdrm on Windows systems.
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Findgbm.cmake cannot find gbm on Windows systems.
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] FindLibinput.cmake cannot find libinput on Windows systems.
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtGui
-- [QtBase] Running syncqt.cpp for module: QtExampleIcons
-- [QtBase] Running syncqt.cpp for module: QtOpenGL
-- [QtBase] Running syncqt.cpp for module: QtWidgets
-- [QtBase] Running syncqt.cpp for module: QtOpenGLWidgets
-- [QtBase] Running syncqt.cpp for module: QtDeviceDiscoverySupport
-- [QtBase] Running syncqt.cpp for module: QtFbSupport
-- [QtBase] Running syncqt.cpp for module: QtTest
-- [QtBase] Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtPrintSupport
-- [QtBase] Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- [QtBase] Found MySQL: C:/Program Files/MySQL/MySQL Server 8.0/lib/libmysql.lib
-- [QtBase] Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- [QtBase] Found ODBC: libodbc32.a
-- [QtBase] Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- [QtBase] Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Jpeg.
-- [QtBase] Found WrapJpeg: TRUE
-- [QtBase] CMAKE_VERSION: 3.27.1
-- [QtBase] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/qt/qtbase/cmake;D:/Repo/tmp/libclang
-- [QtBase] CMAKE_MODULES_UNDER_TEST: Core;Network;Xml;Sql;Test;DBus;Gui;Widgets;PrintSupport;OpenGL;Concurrent
CMake Warning at qtbase/tests/auto/CMakeLists.txt:75 (message):
   QtDBus is enabled with runtime support, but session bus is not available.
   Skipping QtDBus tests.


-- [QtBase] Tool 'Qt6::qmake' will be built from source.
-- [QtBase] Generated QtModulePlugins.cmake files for the following modules: Sql;Network;Gui;Widgets
-- Configuring submodule 'qtimageformats'
-- [QtImageFormats] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtImageFormats] Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- [QtImageFormats] Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- [QtImageFormats] Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- [QtImageFormats] Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- [QtImageFormats] Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
-- Configuring submodule 'qtlanguageserver'
-- [QtLanguageServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLanguageServer] Running syncqt.cpp for module: QtJsonRpc
-- [QtLanguageServer] Running syncqt.cpp for module: QtLanguageServer
-- Configuring submodule 'qtshadertools'
-- [QtShaderTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtShaderTools] Running syncqt.cpp for module: QtShaderTools
-- [QtShaderTools] Tool 'Qt6::qsb' will be built from source.
[QtShaderTools] color.vert -> color.vert.qsb exposed as :/test/color.vert.qsb
[QtShaderTools] color.frag -> color.frag.qsb exposed as :/test/color.frag.qsb
[QtShaderTools] color.vert -> color_precomp.vert.qsb exposed as :/test/color_precomp.vert.qsb
[QtShaderTools] color.frag -> color_precomp.frag.qsb exposed as :/test/color_precomp.frag.qsb
[QtShaderTools] subdir/texture.vert -> subdir/texture.vert.qsb exposed as :/some/prefix/subdir/texture.vert.qsb
[QtShaderTools] subdir/texture.frag -> subdir/texture.frag.qsb exposed as :/some/prefix/subdir/texture.frag.qsb
[QtShaderTools] subdir/texture.vert -> alias_texture.vert.qsb exposed as :/some/prefix/alias_texture.vert.qsb
[QtShaderTools] subdir/texture.frag -> x/y/z/alias_texture.frag.qsb exposed as :/some/prefix/x/y/z/alias_texture.frag.qsb
[QtShaderTools] subdir/texture2.vert -> texture2.vert.qsb exposed as :/base_test/texture2.vert.qsb
[QtShaderTools] color.vert -> color_1.vert.qsb exposed as :/test/color_1.vert.qsb
[QtShaderTools] color.frag -> color_1.frag.qsb exposed as :/test/color_1.frag.qsb
[QtShaderTools] color.vert -> color_1b.vert.qsb exposed as :/test/color_1b.vert.qsb
[QtShaderTools] color.frag -> color_1b.frag.qsb exposed as :/test/color_1b.frag.qsb
[QtShaderTools] subdir/test/texture_def.frag -> subdir/test/texture_def.frag.qsb exposed as ://subdir/test/texture_def.frag.qsb
[QtShaderTools] color.vert -> color_repl.vert.qsb exposed as :/test/color_repl.vert.qsb
[QtShaderTools] color.frag -> x/color_repl.frag.qsb exposed as :/test/x/color_repl.frag.qsb
[QtShaderTools] tess.vert -> tess.vert.qsb exposed as :/test/tess.vert.qsb
[QtShaderTools] tess.frag -> tess.frag.qsb exposed as :/test/tess.frag.qsb
[QtShaderTools] tess.tesc -> tess.tesc.qsb exposed as :/test/tess.tesc.qsb
[QtShaderTools] tess.tese -> tess.tese.qsb exposed as :/test/tess.tese.qsb
-- Configuring submodule 'qtsvg'
-- [QtSvg] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSvg] Running syncqt.cpp for module: QtSvg
-- [QtSvg] Running syncqt.cpp for module: QtSvgWidgets
-- Configuring submodule 'qtdeclarative'
-- [QtDeclarative] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlTypeRegistrar
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlIntegration
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- [QtDeclarative] Performing Test HAVE_pointer_32bit
-- [QtDeclarative] Performing Test HAVE_pointer_32bit - Failed
-- [QtDeclarative] Performing Test HAVE_pointer_64bit
-- [QtDeclarative] Performing Test HAVE_pointer_64bit - Success
-- [QtDeclarative] Performing Test HAVE_arm_thumb
-- [QtDeclarative] Performing Test HAVE_arm_thumb - Failed
-- [QtDeclarative] Performing Test HAVE_arm_fp
-- [QtDeclarative] Performing Test HAVE_arm_fp - Success
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQml
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCore
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlWorkerScript
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlLocalStorage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlXmlListModel
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQuick
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickLayouts
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTest
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickParticles
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickEffects
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickShapes
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickWidgets
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTemplates2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2Impl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2Utils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2QuickImpl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControlsTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSettings
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsFolderListModel
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsAnimation
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsWavefrontMesh
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSharedImage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCompiler
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDom
-- [QtDeclarative] Tool 'Qt6::qmlcachegen' will be built from source.
-- [QtDeclarative] Running syncqt.cpp for module: QtPacketProtocol
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDebug
-- [QtDeclarative] Tool 'Qt6::qmldom' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmllint' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltc' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltyperegistrar' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlimportscanner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlformat' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlprofiler' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltime' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlplugindump' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltestrunner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmljsrootgen' will be built from source.
-- [QtDeclarative] CMAKE_VERSION: 3.27.1
-- [QtDeclarative] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtDeclarative] CMAKE_MODULES_UNDER_TEST: Core;Qml;Quick
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- [QtDeclarative] Tool 'Qt6::qjstest' will be built from source.
[QtDeclarative] texture.vert -> texture.vert.qsb exposed as ://texture.vert.qsb
[QtDeclarative] texture.frag -> texture.frag.qsb exposed as ://texture.frag.qsb
[QtDeclarative] color.vert -> color.vert.qsb exposed as :/shaders/color.vert.qsb
[QtDeclarative] color.frag -> color.frag.qsb exposed as :/shaders/color.frag.qsb
[QtDeclarative] ../data/shared/shaders/basic_alpha.frag -> shaders/basic_alpha.frag.qsb exposed as ://shaders/basic_alpha.frag.qsb
[QtDeclarative] ../data/shared/shaders/basic.frag -> shaders/basic.frag.qsb exposed as ://shaders/basic.frag.qsb
[QtDeclarative] ../data/shared/shaders/cmyk.frag -> shaders/cmyk.frag.qsb exposed as ://shaders/cmyk.frag.qsb
[QtDeclarative] ../data/shared/shaders/culling.frag -> shaders/culling.frag.qsb exposed as ://shaders/culling.frag.qsb
[QtDeclarative] ../data/shared/shaders/desaturate.frag -> shaders/desaturate.frag.qsb exposed as ://shaders/desaturate.frag.qsb
[QtDeclarative] ../data/shared/shaders/edge.frag -> shaders/edge.frag.qsb exposed as ://shaders/edge.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradient2.frag -> shaders/gradient2.frag.qsb exposed as ://shaders/gradient2.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradient3.frag -> shaders/gradient3.frag.qsb exposed as ://shaders/gradient3.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradient4.frag -> shaders/gradient4.frag.qsb exposed as ://shaders/gradient4.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradient5.frag -> shaders/gradient5.frag.qsb exposed as ://shaders/gradient5.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradient.frag -> shaders/gradient.frag.qsb exposed as ://shaders/gradient.frag.qsb
[QtDeclarative] ../data/shared/shaders/gradientgrid.frag -> shaders/gradientgrid.frag.qsb exposed as ://shaders/gradientgrid.frag.qsb
[QtDeclarative] ../data/shared/shaders/property.frag -> shaders/property.frag.qsb exposed as ://shaders/property.frag.qsb
[QtDeclarative] ../data/shared/shaders/shadow.frag -> shaders/shadow.frag.qsb exposed as ://shaders/shadow.frag.qsb
[QtDeclarative] ../data/shared/shaders/stencil.frag -> shaders/stencil.frag.qsb exposed as ://shaders/stencil.frag.qsb
[QtDeclarative] ../data/shared/shaders/subrect.vert -> shaders/subrect.vert.qsb exposed as ://shaders/subrect.vert.qsb
[QtDeclarative] ../data/shared/shaders/wave.vert -> shaders/wave.vert.qsb exposed as ://shaders/wave.vert.qsb
-- [QtDeclarative] Generated QtModulePlugins.cmake files for the following modules: Qml;QmlCompilerPrivate
-- Configuring submodule 'qtquicktimeline'
-- [QtQuickTimeline] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuickTimeline] Running syncqt.cpp for module: QtQuickTimeline
-- Configuring submodule 'qtquick3d'
-- [QtQuick3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DUtils
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetImport
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DRuntimeRender
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3D
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DParticles
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetUtils
-- [QtQuick3D] Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5.1.6")
-- [QtQuick3D] Performing Test Assimp
-- [QtQuick3D] Performing Test Assimp - Failed
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpersImpl
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpers
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DIblBaker
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DGlslParser
-- [QtQuick3D] Tool 'Qt6::balsam' will be built from source.
-- [QtQuick3D] Tool 'Qt6::balsamui' will be built from source.
-- [QtQuick3D] Tool 'Qt6::meshdebug' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shadergen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::instancer' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shapegen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::materialeditor' will be built from source.
-- [QtQuick3D] Generated QtModulePlugins.cmake files for the following modules: Quick3DAssetImport
-- Configuring submodule 'qtmultimedia'
-- [QtMultimedia] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMultimedia] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtMultimedia] Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find MMRendererCore (missing: MMRendererCore_LIBRARY)
-- [QtMultimedia] Could NOT find MMRenderer (missing: MMRenderer_LIBRARY)
-- [QtMultimedia] Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- [QtMultimedia] Found WMF: D:/Repo/tmp/mingw64/x86_64-w64-mingw32/lib/libstrmiids.a
-- [QtMultimedia] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtMultimedia] Could NOT find FFmpeg (missing: FFMPEG_LIBRARIES FFMPEG_INCLUDE_DIRS AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS AVFORMAT_LIBRARIES AVFORMAT_INCLUDE_DIRS AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS AVDEVICE_LIBRARIES AVDEVICE_INCLUDE_DIRS SWRESAMPLE_LIBRARIES SWRESAMPLE_INCLUDE_DIRS SWSCALE_LIBRARIES SWSCALE_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find VAAPI (missing: VAAPI_VA_FOUND VAAPI_DRM_FOUND VA DRM)
-- [QtMultimedia] Performing Test evr.h
-- [QtMultimedia] Performing Test evr.h - Success
-- [QtMultimedia] Performing Test Vivante GPU
-- [QtMultimedia] Performing Test Vivante GPU - Failed
-- [QtMultimedia] Performing Test Video for Linux
-- [QtMultimedia] Performing Test Video for Linux - Failed
-- [QtMultimedia] Performing Test wmsdk.h
-- [QtMultimedia] Performing Test wmsdk.h - Success
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimedia
-- [QtMultimedia] Running syncqt.cpp for module: QtSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaQuick
-- [QtMultimedia] Running syncqt.cpp for module: QtQuick3DSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaWidgets
-- [QtMultimedia] Generated QtModulePlugins.cmake files for the following modules: Multimedia
-- Configuring submodule 'qt3d'
-- [Qt3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt3D] Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- [Qt3D] Performing Test
-- [Qt3D] Performing Test  - Failed
-- [Qt3D] Running syncqt.cpp for module: Qt3DCore
-- [Qt3D] Running syncqt.cpp for module: Qt3DLogic
-- [Qt3D] Running syncqt.cpp for module: Qt3DInput
-- [Qt3D] Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- [Qt3D] Running syncqt.cpp for module: Qt3DRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DAnimation
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuick
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickScene2D
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickInput
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickAnimation
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [Qt3D] Performing Test Autodesk FBX
-- [Qt3D] Performing Test Autodesk FBX - Failed
-- [Qt3D] Generated QtModulePlugins.cmake files for the following modules: 3DRender
-- Configuring submodule 'qt5compat'
-- [Qt5Compat] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt5Compat] The following ICU libraries were not found:
-- [Qt5Compat]   i18n (required)
-- [Qt5Compat]   uc (required)
-- [Qt5Compat]   data (required)
-- [Qt5Compat] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [Qt5Compat] Performing Test HAVE_ICONV
-- [Qt5Compat] Performing Test HAVE_ICONV - Success
-- [Qt5Compat] Running syncqt.cpp for module: QtCore5Compat
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring submodule 'qtactiveqt'
-- [QtActiveQt] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtActiveQt] Running syncqt.cpp for module: QtAxBase
-- [QtActiveQt] Running syncqt.cpp for module: QtAxServer
-- [QtActiveQt] Running syncqt.cpp for module: QtAxContainer
-- [QtActiveQt] Running syncqt.cpp for module: QtActiveQt
-- [QtActiveQt] Tool 'Qt6::idc' will be built from source.
-- [QtActiveQt] Tool 'Qt6::dumpdoc' will be built from source.
-- [QtActiveQt] Tool 'Qt6::dumpcpp' will be built from source.
-- [QtActiveQt] CMAKE_VERSION: 3.27.1
-- [QtActiveQt] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtActiveQt] CMAKE_MODULES_UNDER_TEST: Core;Widgets;Gui
-- Configuring submodule 'qtcharts'
-- [QtCharts] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCharts] Running syncqt.cpp for module: QtCharts
-- [QtCharts] Running syncqt.cpp for module: QtChartsQml
-- [QtCharts] CMAKE_VERSION: 3.27.1
-- [QtCharts] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtCharts] CMAKE_MODULES_UNDER_TEST: Core;Charts
-- Configuring submodule 'qtcoap'
-- [QtCoap] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCoap] Running syncqt.cpp for module: QtCoap
-- Configuring submodule 'qtconnectivity'
-- [QtConnectivity] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtConnectivity] Performing Test BlueZ
-- [QtConnectivity] Performing Test BlueZ - Failed
-- [QtConnectivity] Performing Test BlueZ Low Energy
-- [QtConnectivity] Performing Test BlueZ Low Energy - Failed
-- [QtConnectivity] Performing Test Linux Crypto API
-- [QtConnectivity] Performing Test Linux Crypto API - Failed
-- [QtConnectivity] Performing Test WinRT Bluetooth API
-- [QtConnectivity] Performing Test WinRT Bluetooth API - Failed
-- [QtConnectivity] Running syncqt.cpp for module: QtBluetooth
-- [QtConnectivity] Running syncqt.cpp for module: QtNfc
-- [QtConnectivity] CMAKE_VERSION: 3.27.1
-- [QtConnectivity] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtConnectivity] CMAKE_MODULES_UNDER_TEST: Core;Bluetooth;Nfc
-- Configuring submodule 'qtdatavis3d'
-- [QtDataVisualization] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualization
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualizationQml
-- Configuring submodule 'qtwebsockets'
-- [QtWebSockets] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebSockets] Running syncqt.cpp for module: QtWebSockets
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [QtWebSockets] CMAKE_VERSION: 3.27.1
-- [QtWebSockets] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtWebSockets] CMAKE_MODULES_UNDER_TEST: Core;WebSockets
-- Configuring submodule 'qthttpserver'
-- [QtHttpServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtHttpServer] Running syncqt.cpp for module: QtHttpServer
-- [QtHttpServer] CMAKE_VERSION: 3.27.1
-- [QtHttpServer] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtHttpServer] CMAKE_MODULES_UNDER_TEST: Core;HttpServer
-- Configuring submodule 'qttools'
-- [QtTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtTools] Found WrapLibClang: TRUE (found suitable version "15.0.0", minimum required is "8")
-- [QtTools] Running syncqt.cpp for module: QtUiPlugin
-- [QtTools] Running syncqt.cpp for module: QtUiTools
-- [QtTools] Running syncqt.cpp for module: QtTools
-- [QtTools] Tool 'Qt6::lconvert' will be built from source.
-- [QtTools] Tool 'Qt6::lprodump' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease-pro' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate-pro' will be built from source.
-- [QtTools] Running syncqt.cpp for module: QtDesigner
-- [QtTools] Running syncqt.cpp for module: QtDesignerComponents
-- [QtTools] Running syncqt.cpp for module: QtHelp
-- [QtTools] Tool 'Qt6::qhelpgenerator' will be built from source.
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FetchContent.cmake:1316 (message):
  The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  not set.  The policy's OLD behavior will be used.  When using a URL
  download, the timestamps of extracted files should preferably be that of
  the time of extraction, otherwise code that depends on the extracted
  contents might not be rebuilt if the URL changes.  The OLD behavior
  preserves the timestamps from the archive instead, but this is usually not
  what you want.  Update your project to the NEW behavior or specify the
  DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  robustness issue.
Call Stack (most recent call first):
  qttools/src/assistant/qlitehtml/src/3rdparty/litehtml/CMakeLists.txt:181 (FetchContent_Declare)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at build/mingw-release/_deps/googletest-src/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at build/mingw-release/_deps/googletest-src/googlemock/CMakeLists.txt:45 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at build/mingw-release/_deps/googletest-src/googletest/CMakeLists.txt:56 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- [QtTools] Tool 'Qt6::qtattributionsscanner' will be built from source.
-- [QtTools] Tool 'Qt6::qdoc' will be built from source.
-- [QtTools] Generated QtModulePlugins.cmake files for the following modules: Designer
-- Configuring submodule 'qtserialport'
-- [QtSerialPort] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialPort] Performing Test HAVE_ntddmodm
-- [QtSerialPort] Performing Test HAVE_ntddmodm - Failed
-- [QtSerialPort] Running syncqt.cpp for module: QtSerialPort
-- [QtSerialPort] CMAKE_VERSION: 3.27.1
-- [QtSerialPort] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtSerialPort] CMAKE_MODULES_UNDER_TEST: Core;SerialPort
-- Configuring submodule 'qtpositioning'
-- [QtPositioning] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtPositioning] Performing Test WinRT geolocation
-- [QtPositioning] Performing Test WinRT geolocation - Failed
-- [QtPositioning] Running syncqt.cpp for module: QtPositioning
-- [QtPositioning] Running syncqt.cpp for module: QtPositioningQuick
-- [QtPositioning] CMAKE_VERSION: 3.27.1
-- [QtPositioning] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtPositioning] CMAKE_MODULES_UNDER_TEST: Core;Positioning
-- [QtPositioning] Generated QtModulePlugins.cmake files for the following modules: Positioning
-- Configuring submodule 'qtwebchannel'
-- [QtWebChannel] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannel
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [QtWebChannel] CMAKE_VERSION: 3.27.1
-- [QtWebChannel] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtWebChannel] CMAKE_MODULES_UNDER_TEST: Core;WebChannel
-- Configuring submodule 'qtwebengine'
-- [QtWebEngine] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebEngine] Found Ninja: C:/Program Files/Meson/ninja.EXE (found suitable version "1.11.1", minimum required is "1.7.2")
-- [QtWebEngine] Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.5.2")
-- [QtWebEngine] Found GPerf: C:/ProgramData/chocolatey/bin/gperf.exe
-- [QtWebEngine] Found BISON: C:/ProgramData/chocolatey/bin/win_bison.exe (found version "2.7")
-- [QtWebEngine] Found FLEX: C:/ProgramData/chocolatey/bin/win_flex.exe (found version "2.6.3")
-- [QtWebEngine] Found Perl: C:/Strawberry/perl/bin/perl.exe (found version "5.26.3")
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- [QtWebEngine] Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "12.0")
-- [QtWebEngine] Performing Test HAVE_khr
-- [QtWebEngine] Performing Test HAVE_khr - Success
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Failed
[QtWebEngine] -- Windows 10 SDK version:
[QtWebEngine] -- Support check for QtWebEngine failed: Python3 html5lib is missing.
[QtWebEngine] -- Support check for QtPdf failed: Python3 html5lib is missing.
-- Configuring submodule 'qtdoc'
-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtgrpc'
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Running syncqt.cpp for module: QtProtobuf
-- [QtGrpc] Running syncqt.cpp for module: QtGrpc
-- Configuring submodule 'qtlocation'
-- [QtLocation] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLocation] Running syncqt.cpp for module: QtLocation
-- [QtLocation] Generated QtModulePlugins.cmake files for the following modules: Location
-- Configuring submodule 'qtlottie'
-- [QtLottie] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLottie] Running syncqt.cpp for module: QtBodymovin
-- Configuring submodule 'qtmqtt'
-- [QtMqtt] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMqtt] Running syncqt.cpp for module: QtMqtt
-- Configuring submodule 'qtnetworkauth'
-- [QtNetworkAuth] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtNetworkAuth] Running syncqt.cpp for module: QtNetworkAuth
-- Configuring submodule 'qtopcua'
-- [QtOpcUa] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtOpcUa] Performing Test HAVE_uacpp
-- [QtOpcUa] Performing Test HAVE_uacpp - Failed
-- [QtOpcUa] Running syncqt.cpp for module: QtOpcUa
-- [QtOpcUa] Running syncqt.cpp for module: QtDeclarativeOpcua
-- [QtOpcUa] Generated QtModulePlugins.cmake files for the following modules: OpcUa
-- Configuring submodule 'qtqa'
-- [QtQualityAssurance] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtquick3dphysics'
-- [QtQuick3DPhysics] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysics
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysicsHelpers
-- Configuring submodule 'qtquickeffectmaker'
-- [QQEffectMaker] CMAKE_BUILD_TYPE was set to: 'Release'
Nodes path: D:/Repo/tmp/qt/build/mingw-release/qtbase/./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
-- [QtRemoteObjects] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRepParser
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjects
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjectsQml
-- [QtRemoteObjects] Tool 'Qt6::repc' will be built from source.
-- [QtRemoteObjects] CMAKE_VERSION: 3.27.1
-- [QtRemoteObjects] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtRemoteObjects] CMAKE_MODULES_UNDER_TEST: Core;Network;RemoteObjects
-- Configuring submodule 'qtscxml'
-- [QtScxml] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtScxml] Running syncqt.cpp for module: QtScxml
-- [QtScxml] Running syncqt.cpp for module: QtStateMachine
-- [QtScxml] Running syncqt.cpp for module: QtStateMachineQml
-- [QtScxml] Running syncqt.cpp for module: QtScxmlQml
-- [QtScxml] Tool 'Qt6::qscxmlc' will be built from source.
-- [QtScxml] CMAKE_VERSION: 3.27.1
-- [QtScxml] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtScxml] CMAKE_MODULES_UNDER_TEST: Core;Scxml
-- [QtScxml] Generated QtModulePlugins.cmake files for the following modules: Scxml
-- Configuring submodule 'qtsensors'
-- [QtSensors] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSensors] Performing Test WinRT sensors
-- [QtSensors] Performing Test WinRT sensors - Failed
-- [QtSensors] Running syncqt.cpp for module: QtSensors
-- [QtSensors] Running syncqt.cpp for module: QtSensorsQuick
-- [QtSensors] CMAKE_VERSION: 3.27.1
-- [QtSensors] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtSensors] CMAKE_MODULES_UNDER_TEST: Core;Sensors
-- [QtSensors] Generated QtModulePlugins.cmake files for the following modules: Sensors
-- Configuring submodule 'qtserialbus'
-- [QtSerialBus] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialBus] Performing Test Socket CAN
-- [QtSerialBus] Performing Test Socket CAN - Failed
-- [QtSerialBus] Performing Test Socket CAN FD
-- [QtSerialBus] Performing Test Socket CAN FD - Failed
-- [QtSerialBus] Running syncqt.cpp for module: QtSerialBus
-- [QtSerialBus] CMAKE_VERSION: 3.27.1
-- [QtSerialBus] CMAKE_PREFIX_PATH: D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake;D:/Repo/tmp/libclang;D:/Repo/tmp/qt/build/mingw-release/qtbase/lib/cmake
-- [QtSerialBus] CMAKE_MODULES_UNDER_TEST: Core;SerialBus
-- [QtSerialBus] Generated QtModulePlugins.cmake files for the following modules: SerialBus
-- Configuring submodule 'qtspeech'
-- [QtSpeech] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSpeech] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtSpeech] Running syncqt.cpp for module: QtTextToSpeech
-- [QtSpeech] Generated QtModulePlugins.cmake files for the following modules: TextToSpeech
-- Configuring submodule 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtvirtualkeyboard'
-- [QtVirtualKeyboard] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtVirtualKeyboard] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtVirtualKeyboard] Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- [QtVirtualKeyboard] 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)

-- [QtVirtualKeyboard] Running syncqt.cpp for module: QtVirtualKeyboard
-- Configuring submodule 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
-- Configuring submodule 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 (message):
  Failed to find optional Qt component "WebEngineCore".

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

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


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

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

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


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

 * QtBuildInternals
 * OpenSSL
 * WrapOpenSSLHeaders
 * OpenGL
 * WrapPCRE2
 * WrapZLIB
 * WrapRt
 * WrapHarfbuzz
 * WrapPNG
 * WrapOpenGL
 * MySQL, MySQL client library, <https://www.mysql.com>
 * PostgreSQL
 * ODBC
 * WrapFreetype
 * WrapJpeg
 * Qt6LanguageServerPrivate (required version >= 6.5.2)
 * Qt6PacketProtocolPrivate (required version >= 6.5.2)
 * Qt6QuickTimeline (required version >= 6.5.2)
 * WMF
 * WrapIconv
 * Qt6MultiMedia (required version >= 6.5.2)
 * Qt6Charts
 * PCSCLITE
 * Qt6Nfc
 * Qt6HttpServer
 * Qt6AxContainerTools (required version >= 6.5.2)
 * Qt6AxContainer (required version >= 6.5.2)
 * LLVM
 * Clang
 * WrapLibClang (required version >= 8)
 * Python
 * Qt6WebChannel (required version >= 6.5.2)
 * Qt6Designer (required version >= 6.5.2)
 * Qt6JpegPrivate (required version >= 6.5.2)
 * Qt6PngPrivate (required version >= 6.5.2)
 * Qt6HarfbuzzPrivate (required version >= 6.5.2)
 * Qt6FreetypePrivate (required version >= 6.5.2)
 * 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
 * Perl
 * Nodejs (required version >= 12.0), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
 * Qt6PrintSupport (required version >= 6.5.2)
 * Qt6Sql (required version >= 6.5.2)
 * Qt6QmlXmlListModel (required version >= 6.5.2)
 * Qt6Positioning (required version >= 6.5.2)
 * Qt6PositioningQuick (required version >= 6.5.2)
 * Qt6QuickShapesPrivate (required version >= 6.5.2)
 * Qt6QuickWidgets (required version >= 6.5.2)
 * Qt6WebSockets (required version >= 6.5.2)
 * WrapOpenSSL (required version >= 1.1)
 * Qt6Quick3DTools (required version >= 6.5.2)
 * Qt6Concurrent (required version >= 6.5.2)
 * Qt6Quick3D (required version >= 6.5.2)
 * Qt6ShaderToolsTools (required version >= 6.5.2)
 * Qt6ShaderTools (required version >= 6.5.2)
 * Qt6Quick3DGlslParserPrivate (required version >= 6.5.2)
   - Enables Syntax Highlighting
 * Qt6Bluetooth (required version >= 6.5.2)
 * Qt6QuickTestUtilsPrivate (required version >= 6.5.2)
 * Qt6RemoteObjects
 * Qt6OpenGLWidgets (required version >= 6.5.2)
 * Qt6Scxml
 * Qt6Xml (required version >= 6.5.2)
 * Qt6DBusTools (required version >= 6.5.2)
 * Qt6DBus (required version >= 6.5.2)
 * Qt6Sensors
 * Qt6SerialPort (required version >= 6.5.2)
 * Qt6SerialBus
 * Qt6WidgetsTools (required version >= 6.5.2)
 * Qt6Widgets (required version >= 6.5.2)
 * Qt6Multimedia (required version >= 6.5.2)
 * Qt6LinguistTools (required version >= 6.5.2)
 * Qt6Linguist (required version >= 6.5.2)
 * Qt6Svg (required version >= 6.5.2)
 * Qt6QuickTest (required version >= 6.5.2)
 * Qt6QuickControls2 (required version >= 6.5.2)
 * Threads
 * Qt6BuildInternals (required version >= 6.5.2)
 * WrapAtomic
 * Qt6CoreTools (required version >= 6.5.2)
 * Qt6Core (required version >= 6.5.2)
 * Qt6GuiTools (required version >= 6.5.2)
 * Qt6Gui (required version >= 6.5.2)
 * Qt6QmlTools (required version >= 6.5.2)
 * Qt6Network (required version >= 6.5.2)
 * Qt6Qml (required version >= 6.5.2)
 * Qt6OpenGL (required version >= 6.5.2)
 * Qt6Quick (required version >= 6.5.2)
 * Qt6Test (required version >= 6.5.2)
 * Qt6 (required version >= 6.5.2)

-- The following OPTIONAL packages have not been found:

 * WrapSystemZLIB (required version >= 1.0.8)
 * zstd
 * WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
 * DBus1 (required version >= 1.2)
 * WrapDBus1 (required version >= 1.2)
 * double-conversion
 * WrapSystemDoubleConversion, double-conversion library, <https://github.com/google/double-conversion>
 * 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/>
 * WrapSystemJpeg
 * 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
 * WrapQuick3DAssimp (required version >= 5.1.6)
 * AVFoundation
 * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
 * GStreamer
 * MMRendererCore
 * MMRenderer
 * 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/>
 * FFmpeg
 * VAAPI
 * Qt6Gamepad (required version >= 6.5.2)
 * assimp (required version >= 5)
 * WrapQt3DAssimp (required version >= 5)
 * Vulkan
 * ICU (required version >= 50.1)
 * BlueZ
 * litehtml
 * Libudev
 * Gypsy
 * Gconf
 * Gn (required version == 6.5.2), Meta-build system, <https://gn.googlesource.com/gn/>
 * Snappy
 * Qt6Quick3DPhysics (required version >= 6.5.2)
 * WrapProtobuf
 * Protobuf
 * WrapProtoc
 * gRPC
 * WrapgRPC
 * Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
 * Flite
 * ALSA
 * SpeechDispatcher
 * Hunspell
 * CerenceHwrAlphabetic
 * CerenceHwrCjk
 * CerenceXt9
 * MyScript
 * PkgConfig
 * Qt6QmlCompilerPlusPrivate
 * Qt6WebEngineCore (required version >= 6.5.2)
 * Qt6WebEngineQuick (required version >= 6.5.2)


-- Configuration summary shown below. It has also been written to D:/Repo/tmp/qt/build/mingw-release/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.

-- Configure summary:

Building for: win32-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
  Unity Build ............................ no
  Relocatable ............................ yes
  Using precompiled headers .............. yes
  Using Link Time Optimization (LTCG) .... no
  Using Intel CET ........................ no
  Target compiler supports:
    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  Sanitizers:
    Addresses ............................ no
    Threads .............................. no
    Memory ............................... no
    Fuzzer (instrumentation only) ........ no
    Undefined ............................ no
  Build parts ............................ libs tests tools
  App store compliance ................... no
Qt modules and options:
  Qt Concurrent .......................... yes
  Qt D-Bus ............................... yes
  Qt D-Bus directly linked to libdbus .... no
  Qt Gui ................................. yes
  Qt Network ............................. yes
  Qt PrintSupport ........................ yes
  Qt Sql ................................. yes
  Qt Testlib ............................. yes
  Qt Widgets ............................. yes
  Qt Xml ................................. yes
Support enabled for:
  Using pkg-config ....................... no
  udev ................................... no
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ no
  OpenSSL 3.0 ............................ yes
  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
  Application permissions ................ no
Qt Sql:
  SQL item models ........................ yes
Qt Network:
  getifaddrs() ........................... no
  IPv6 ifname ............................ no
  libproxy ............................... no
  Schannel ............................... yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
  qIsEffectiveTLD() ...................... yes
    Built-in publicsuffix database ....... yes
    System publicsuffix database ......... no
Core tools:
  Android deployment tool ................ yes
  macOS deployment tool .................. no
  Windows deployment tool ................ yes
  qmake .................................. yes
Qt Gui:
  Accessibility .......................... yes
  FreeType ............................... yes
    Using system FreeType ................ no
  HarfBuzz ............................... yes
    Using system HarfBuzz ................ no
  Fontconfig ............................. no
  Image formats:
    GIF .................................. yes
    ICO .................................. yes
    JPEG ................................. yes
      Using system libjpeg ............... no
    PNG .................................. yes
      Using system libpng ................ no
  Text formats:
    HtmlParser ........................... yes
    CssParser ............................ yes
    OdfWriter ............................ yes
    MarkdownReader ....................... yes
      Using system libmd4c ............... no
    MarkdownWriter ....................... yes
  EGL .................................... no
  OpenVG ................................. no
  OpenGL:
    Desktop OpenGL ....................... no
    Dynamic OpenGL ....................... yes
    OpenGL ES 2.0 ........................ no
    OpenGL ES 3.0 ........................ no
    OpenGL ES 3.1 ........................ no
    OpenGL ES 3.2 ........................ no
  Vulkan ................................. no
  Session Management ..................... yes
Features used by QPA backends:
  evdev .................................. no
  libinput ............................... no
  HiRes wheel support in libinput ........ no
  INTEGRITY HID .......................... no
  mtdev .................................. no
  tslib .................................. no
  xkbcommon .............................. no
  X11 specific:
    XLib ................................. no
    XCB Xlib ............................. no
    EGL on X11 ........................... no
    xkbcommon-x11 ........................ no
    xcb-sm ............................... no
QPA backends:
  DirectFB ............................... no
  EGLFS .................................. no
  EGLFS details:
    EGLFS OpenWFD ........................ no
    EGLFS i.Mx6 .......................... no
    EGLFS i.Mx6 Wayland .................. no
    EGLFS RCAR ........................... no
    EGLFS EGLDevice ...................... no
    EGLFS GBM ............................ no
    EGLFS VSP2 ........................... no
    EGLFS Mali ........................... no
    EGLFS Raspberry Pi ................... no
    EGLFS X11 ............................ no
  LinuxFB ................................ no
  VNC .................................... no
  VK_KHR_display ......................... no
  QNX:
    lgmon ................................ no
    IMF .................................. no
  XCB:
    Using system-provided xcb-xinput ..... no
    GL integrations:
      GLX Plugin ......................... no
        XCB GLX .......................... no
      EGL-X11 Plugin ..................... no
  Windows:
    Direct 2D ............................ yes
    Direct 2D 1.1 ........................ yes
    DirectWrite .......................... yes
    DirectWrite 3 ........................ yes
Qt Widgets:
  GTK+ ................................... no
  Styles ................................. Fusion Windows WindowsVista
Qt Testlib:
  Tester for item models ................. yes
  Batch tests ............................ no
Qt PrintSupport:
  CUPS ................................... no
Qt Sql Drivers:
  DB2 (IBM) .............................. no
  InterBase .............................. no
  MySql .................................. yes
  OCI (Oracle) ........................... no
  ODBC ................................... yes
  PostgreSQL ............................. yes
  SQLite ................................. yes
    Using system provided SQLite ......... no
Further Image Formats:
  JasPer ................................. no
  MNG .................................... no
  TIFF ................................... yes
    Using system libtiff ................. no
  WEBP ................................... yes
    Using system libwebp ................. no
Qt QML:
  QML network support .................... yes
  QML debugging and profiling support .... yes
  QML just-in-time compiler .............. yes
  QML XML http request ................... yes
  QML Locale ............................. yes
Qt QML Models:
  QML list model ......................... yes
  QML delegate model ..................... yes
Qt Quick:
  AnimatedImage item ..................... yes
  Canvas item ............................ yes
  Support for Qt Quick Designer .......... yes
  Flipable item .......................... yes
  GridView item .......................... yes
  ListView item .......................... yes
  TableView item ......................... yes
  TreeView item .......................... yes
  Path support ........................... yes
  PathView item .......................... yes
  Positioner items ....................... yes
  Repeater item .......................... yes
  ShaderEffect item ...................... yes
  Sprite item ............................ yes
Qt Quick Templates 2:
  Hover support .......................... yes
  Multi-touch support .................... yes
  Calendar support ....................... yes
Qt Quick Controls 2:
  Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
QtQuick3D:
  Assimp ................................. yes
  System Assimp .......................... no
Qt Multimedia:
  Spatial Audio .......................... yes
  Spatial Audio (Quick3D) ................ yes
  Low level Audio Backend:
    ALSA (experimental) .................. no
    PulseAudio ........................... no
    MMRenderer ........................... no
    CoreAudio ............................ no
    Windows Media SDK .................... yes
    Open SLES (Android) .................. no
    Web Assembly ......................... no
  Plugin:
    GStreamer 1.0 ........................ no
    FFmpeg ............................... no
    MMRenderer ........................... no
    AVFoundation ......................... no
    Windows Media Foundation ............. yes
  Hardware acceleration and features:
    Video for Linux ...................... no
    VAAPI support ........................ no
    Linux DMA buffer support ............. no
    VideoToolbox ......................... no
Qt 3D:
  Assimp ................................. yes
  System Assimp .......................... no
  Use SSE2 instructions .................. yes
  Use AVX2 instructions .................. no
  Aspects:
    Render aspect ........................ yes
    Input aspect ......................... yes
    Logic aspect ......................... yes
    Animation aspect ..................... yes
    Extras aspect ........................ yes
Qt 3D APIs:
  Vulkan ................................. no
Qt 3D Renderers:
  OpenGL Renderer ........................ yes
  RHI Renderer ........................... yes
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Charts Types:
  Area Chart ............................. yes
  Line Chart ............................. yes
  Spline Chart ........................... yes
  Scatter Chart .......................... yes
  Bar Chart .............................. yes
  Pie Chart .............................. yes
  Boxplot Chart .......................... yes
  Candlestick Chart ...................... yes
Qt Axis Types:
  DateTime Axis .......................... yes
Qt Bluetooth:
  BlueZ .................................. no
  BlueZ Low Energy ....................... no
  Linux Crypto API ....................... no
  WinRT Bluetooth API .................... no
Qt Tools:
  Qt Assistant ........................... yes
  QDoc ................................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  pixeltool .............................. yes
  qdbus .................................. yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtplugininfo ........................... yes
Serial Port:
  ntddmodm ............................... no
WebEngine Repository Build Options:
  Build Ninja ............................ no
  Build Gn ............................... yes
  Jumbo Build ............................ yes
  Developer build ........................ yes
  Build QtWebEngine Modules:
    Build QtWebEngineCore ................ no
    Build QtWebEngineWidgets ............. no
    Build QtWebEngineQuick ............... no
  Build QtPdf Modules:
    Build QtPdfWidgets ................... no
    Build QtPdfQuick ..................... no
Qt Protobuf tools:
  Qt Protobuf generator .................. no
Qt GRPC:
  gRPC support ........................... yes
  Native gRPC support .................... no
Qt GRPC tools:
  Qt GRPC generator ...................... no
Qt Opcua:
  Open62541 .............................. yes
  Unified Automation C++ SDK ............. no
  Support for namespace 0 NodeId names ... yes
  Namespace 0 NodeIds generator .......... no
  Open62541 security support ............. yes
  Support for global discovery server .... yes
Qt Remote Objects:
  High Availability Manager (ham) ........ no
Qt Scxml:
  ECMAScript data model for QtScxml ...... yes
Qt Sensors:
  WinRT sensors backend .................. no
Qt SerialBus:
  Socket CAN ............................. no
  Socket CAN FD .......................... no
  SerialPort Support ..................... yes
Qt TextToSpeech:
  Flite .................................. no
  Flite with ALSA ........................ no
  Speech Dispatcher ...................... no
Qt Virtualkeyboard:
  Desktop integration .................... yes
  Built-in layouts ....................... yes
  Key navigation ......................... no
  Retro style as default ................. no
  Sensitive Debug ........................ no
  Cerence ................................ no
    Static Linking ....................... no
    Handwriting .......................... no
      Alphabetic ......................... no
      CJK ................................ no
    XT9 .................................. no
      XT9 Debug .......................... no
      XT9 9-key layouts .................. no
    Bundle resources ..................... no
      Handwriting ........................ no
      XT9 ................................ no
  Hunspell ............................... no
    Using Hunspell copy from 3rdparty/ ... no
  OpenWnn ................................ yes
  MyScript ............................... no
  Language support enabled for:
    Arabic ............................... yes
    Bulgarian ............................ yes
    Czech ................................ yes
    Danish ............................... yes
    German ............................... yes
    Greek ................................ yes
    English GB ........................... yes
    English US ........................... yes
    Spanish .............................. yes
    Spanish Mexico ....................... yes
    Estonian ............................. yes
    Farsi ................................ yes
    Finnish .............................. yes
    French Canada ........................ yes
    French France ........................ yes
    Hebrew ............................... yes
    Hindi ................................ yes
    Croatian ............................. yes
    Hungarian ............................ yes
    Indonesian ........................... yes
    Italian .............................. yes
    Japanese ............................. yes
    Korean ............................... yes
    Malay ................................ yes
    Norwegian ............................ yes
    Dutch ................................ yes
    Polish ............................... yes
    Portuguese Brazil .................... yes
    Portuguese Portugal .................. yes
    Romanian ............................. yes
    Russian .............................. yes
    Slovak ............................... yes
    Slovenian ............................ yes
    Albanian ............................. yes
    Serbian .............................. yes
    Swedish .............................. yes
    Thai ................................. yes
    Turkish .............................. yes
    Ukrainian ............................ yes
    Vietnamese ........................... yes
    Simplified Chinese ................... yes
    Traditional Chinese .................. yes
    HongKong Chinese ..................... no
  Traditional chinese input methods:
    Zhuyin ............................... yes
    Cangjie .............................. yes


Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.

WARNING: Basic cpp/winrt support missing. Some features might not be available.
WARNING: QtWebEngine won't be built. Python3 html5lib is missing.
WARNING: QtPdf won't be built. Python3 html5lib is missing.

--

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

Once everything is built, 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/build/mingw-release/qtbase/bin/qt-configure-module.bat

If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
Alternatively, you can add the --fresh flag to your CMake flags.

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

D:\Repo\tmp\qt\build\mingw-release>cmake --build . --target docs --parallel 4
[42/2198] Compiling syncqt
[1/1] Cleaning all built files...
Cleaning... 2 files.
[1/2] Building CXX object CMakeFiles/syncqt.dir/main.cpp.obj
[2/2] Linking CXX executable D:\Repo\tmp\qt\build\mingw-release\qtbase\bin\syncqt.exe
[1998/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtimageformats\src\imageformats && "C:\Program File..../doc -no-link-errors @D:/Repo/tmp/qt/build/mingw-release/qtimageformats/src/imageformats/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[2037/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdoc\doc\src\cmake && "C:\Program Files\CMake\bin\...ease/qtbase/./doc -no-link-errors @D:/Repo/tmp/qt/build/mingw-release/qtdoc/doc/src/cmake/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[2039/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdoc\doc && "C:\Program Files\CMake\bin\cmake.exe".../mingw-release/qtbase/./doc -no-link-errors @D:/Repo/tmp/qt/build/mingw-release/qtdoc/doc/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[2062/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\dbus && "C:\Program Files\CMake\bin\cmak...p/qt/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/dbus/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:203: (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., '\fn', '\page') in the comment and no function definition following the comment.]
D:/Repo/tmp/qt/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:218: (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., '\fn', '\page') in the comment and no function definition following the comment.]
D:/Repo/tmp/qt/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:108: (qdoc) warning: Can't link to 'setFileDescriptor()'
[2064/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\network && "C:\Program Files\CMake\bin\c...t/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/network/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtbase/src/network/kernel/qhostinfo.cpp:264: (qdoc) warning: clang couldn't find function when parsing \fn template<typename Functor> int QHostInfo::lookupHost(const QString &name, Functor &&functor)
[2065/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\testlib && "C:\Program Files\CMake\bin\c...t/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/testlib/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtbase/src/testlib/qsignalspy.qdoc:124: (qdoc) warning: Command '\snippet (//! [5])' failed at end of file 'D:/Repo/tmp/qt/qtbase/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp'
[2068/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtimageformats\src\imageformats && "C:\Program File...-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtimageformats/src/imageformats/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[2071/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\gui && "C:\Program Files\CMake\bin\cmake...mp/qt/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/gui/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtbase/src/gui/kernel/qaction.cpp:139: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
[2072/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdeclarative\src\qmlmodels && "C:\Program Files\CM...ingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdeclarative/src/qmlmodels/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtdeclarative/src/qmlmodels/qquickpackage.cpp:11: (qdoc) warning: Can't link to 'Qt Quick Demo - Photo Viewer'
[2075/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdeclarative\src\qml && "C:\Program Files\CMake\bi...uild/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdeclarative/src/qml/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349: (qdoc) warning: Can't link to 'QML_ADDED_IN_VERSION'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349: (qdoc) warning: Can't link to 'QML_REMOVED_IN_VERSION'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349: (qdoc) warning: Can't link to 'PAST_MAJOR_VERSIONS'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349: (qdoc) warning: Can't link to 'PAST_MAJOR_VERSIONS'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:451: (qdoc) warning: Can't link to 'Extension Objects'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/cmake/qt_add_qml_module.qdoc:4: (qdoc) warning: Can't link to 'cmake-source-file-property-QT_QML_SOURCE_TYPENAME'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/cmake/qt_add_qml_module.qdoc:4: (qdoc) warning: Can't link to 'PLUGIN_TARGET'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/cmake/qt_add_qml_module.qdoc:4: (qdoc) warning: Can't link to 'NO_CREATE_PLUGIN_TARGET'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/cmake/qt_add_qml_module.qdoc:4: (qdoc) warning: Can't link to 'CLASS_NAME'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/cppintegration/topic.qdoc:4: (qdoc) warning: Can't link to 'qtqml-cpp-integration-exposecppstate.html'
D:/Repo/tmp/qt/qtdeclarative/src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc:4: (qdoc) warning: Can't link to 'Limitations when compiling JavaScript'
[2076/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\widgets && "C:\Program Files\CMake\bin\c...t/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/widgets/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtbase/src/widgets/kernel/qwidget.cpp:11491: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/dialogs/qfiledialog.cpp:59: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qmainwindow.cpp:158: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qmenu.cpp:1636: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/dialogs/qmessagebox.cpp:510: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qtextedit.cpp:343: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qplaintextedit.cpp:1014: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qstatusbar.cpp:121: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/widgets/widgets/qtoolbar.cpp:352: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/examples/widgets/doc/src/diagramscene.qdoc:4: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/examples/widgets/doc/src/plugandpaint.qdoc:4: (qdoc) warning: Can't link to 'mainwindows/application'
D:/Repo/tmp/qt/qtbase/examples/widgets/doc/src/tablet.qdoc:4: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
[2082/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\corelib && "C:\Program Files\CMake\bin\c...t/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtbase/src/corelib/.doc/Release/includes.txt
qt.qdoc: Configuration file for "QtCore" has depends = *; loading all 72 index files found
D:/Repo/tmp/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:2772: (qdoc) warning: clang couldn't find function when parsing \fn template<typename Functor> void QCoreApplication::requestPermission( const QPermission &permission, Functor &&functor)
D:/Repo/tmp/qt/qtbase/src/corelib/serialization/qxmlstream.cpp:3842: (qdoc) warning: clang couldn't find function when parsing \fn bool QXmlStreamAttributes::hasAttribute(QAnyStringView qualifiedName) const
D:/Repo/tmp/qt/qtbase/src/corelib/serialization/qxmlstream.cpp:3856: (qdoc) warning: clang couldn't find function when parsing \fn bool QXmlStreamAttributes::hasAttribute(QAnyStringView namespaceUri, QAnyStringView name) const
D:/Repo/tmp/qt/qtbase/src/corelib/text/qstring.cpp:2104: (qdoc) warning: Command '\snippet (//! [3])' failed at end of file 'D:/Repo/tmp/qt/qtbase/src/corelib/doc/snippets/qstring/stringbuilder.cpp'
D:/Repo/tmp/qt/qtbase/src/corelib/text/qutf8stringview.qdoc:344: (qdoc) warning: clang couldn't find function when parsing \fn QUtf8StringView::utf8() const
D:/Repo/tmp/qt/qtbase/src/corelib/time/qdatetime.cpp:4786: (qdoc) warning: clang couldn't find function when parsing \fn QDateTime QDateTime::fromStdTimePoint(const std::chrono::local_time<std::chrono::milliseconds> &time)
D:/Repo/tmp/qt/qtbase/src/corelib/time/qdatetime.cpp:4799: (qdoc) warning: clang couldn't find function when parsing \fn QDateTime QDateTime::fromStdLocalTime(const std::chrono::local_time<std::chrono::milliseconds> &time)
D:/Repo/tmp/qt/qtbase/src/corelib/time/qdatetime.cpp:4812: (qdoc) warning: clang couldn't find function when parsing \fn QDateTime QDateTime::fromStdZonedTime(const std::chrono::zoned_time<std::chrono::milliseconds, const std::chrono::time_zone *> &time);
D:/Repo/tmp/qt/qtbase/src/corelib/tools/qhash.cpp:1386: (qdoc) warning: clang couldn't find function when parsing \fn size_t qHash(char8_t key, size_t seed = 0)
D:/Repo/tmp/qt/qtbase/src/corelib/text/qutf8stringview.qdoc:334: (qdoc) warning: Can't link to 'utf8()'
D:/Repo/tmp/qt/qtbase/src/corelib/io/qurl.cpp:2973: (qdoc) warning: Undocumented parameter 'parsingMode' in QUrl::fromEncoded()
D:/Repo/tmp/qt/qtbase/src/corelib/io/qurl.cpp:2973: (qdoc) warning: No such parameter 'mode' in QUrl::fromEncoded()
D:/Repo/tmp/qt/qtbase/src/corelib/io/qfile.cpp:85: (qdoc) warning: Can't link to 'Access documents and other files from shared storage'
D:/Repo/tmp/qt/qtbase/src/corelib/io/qfileinfo.cpp:188: (qdoc) warning: Can't link to 'Access documents and other files from shared storage'
D:/Repo/tmp/qt/qtbase/src/corelib/io/qdir.cpp:325: (qdoc) warning: Can't link to 'Access documents and other files from shared storage'
D:/Repo/tmp/qt/qtbase/src/corelib/io/qsettings.cpp:1877: (qdoc) warning: Can't link to 'mainwindows/application'
D:/Repo/tmp/qt/qtbase/src/corelib/io/qsettings.cpp:1877: (qdoc) warning: Can't link to 'Qt Widgets - Application Example'
D:/Repo/tmp/qt/qtbase/src/corelib/kernel/qsharedmemory.cpp:83: (qdoc) warning: Can't link to 'QBasicAtomicInteger'
D:/Repo/tmp/qt/qtbase/examples/corelib/serialization/savegame/doc/src/savegame.qdoc:4: (qdoc) warning: Can't link to 'xml/dombookmarks'
D:/Repo/tmp/qt/qtbase/examples/corelib/serialization/savegame/doc/src/savegame.qdoc:4: (qdoc) warning: Can't link to 'xml/streambookmarks'
qdoc: warning: No documentation generated for function '' in global scope.
    [Maybe you forgot to use the '\relates' command?]
[2083/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtmultimedia\src\multimedia && "C:\Program Files\CM...ingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtmultimedia/src/multimedia/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/camera/doc/src/camera.qdoc:47: (qdoc) warning: Command '\skipto' failed at end of file 'D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/camera/camera.cpp'
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:122: (qdoc) warning: Command '\printto' failed at end of file 'D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/VideoCaptureControls.qml'
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:134: (qdoc) warning: Cannot find file to quote from: declarative-camera/FlashControl.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtmultimedia/examples/multimedia D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/audiodevices/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/audiooutput/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/audiorecorder/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/audiosource/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/camera/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/player/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/screencapture/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/spectrum/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/video/mediaplayer/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/video/qmlvideo/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/video/recorder/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/videographicsitem/doc/images D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/videowidget/doc/images D:/Repo/tmp/qt/qtmultimedia/src/multimedia/doc/snippets D:/Repo/tmp/qt/qtmultimedia/src/multimedia/doc/src/images D:/Repo/tmp/qt/qtmultimedia/src/multimediawidgets/doc/snippets]
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:136: (qdoc) warning: Command '\skipto' failed at end of file 'declarative-camera/FlashControl.qml'
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:4: (qdoc) warning: Missing image: qml-declarative-portrait.png
D:/Repo/tmp/qt/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:4: (qdoc) warning: Missing image: FlashControls.png
[2085/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdeclarative\src\quickcontrols && "C:\Program File...-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdeclarative/src/quickcontrols/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtdeclarative/src/quicktemplates/qquickswipedelegate.cpp:21: (qdoc) warning: Can't link to 'Qt Quick Controls 2 - Swipe to Remove'
[2089/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtactiveqt\src\activeqt && "C:\Program Files\CMake\...ld/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtactiveqt/src/activeqt/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtactiveqt/src/activeqt/control/qaxbindable.cpp:15: (qdoc) warning: Can't link to 'activeqt/opengl'
D:/Repo/tmp/qt/qtactiveqt/src/activeqt/doc/src/examples/dotnet.qdoc:4: (qdoc) warning: Can't link to 'activeqt/multiple'
[2091/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtcharts\src\charts && "C:\Program Files\CMake\bin\.../build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtcharts/src/charts/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtcharts/src/charts/barchart/vertical/bar/qbarseries.cpp:41: (qdoc) warning: Cannot find file to quote from: qmlchart/qml/qmlchart/View6.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/charts/barchart/vertical/bar/qbarseries.cpp:41: (qdoc) warning: Command '\snippet (//! [1])' failed at end of file 'qmlchart/qml/qmlchart/View6.qml'
D:/Repo/tmp/qt/qtcharts/src/charts/doc/src/qtcharts.qdoc:50: (qdoc) warning: Cannot find file to quote from: qmlpiechart/qml/qmlpiechart/main.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/charts/doc/src/qtcharts.qdoc:50: (qdoc) warning: Command '\snippet (//! [1])' failed at end of file 'qmlpiechart/qml/qmlpiechart/main.qml'
D:/Repo/tmp/qt/qtcharts/src/charts/doc/src/qtcharts.qdoc:51: (qdoc) warning: Cannot find file to quote from: qmlpiechart/qml/qmlpiechart/main.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/charts/doc/src/qtcharts.qdoc:51: (qdoc) warning: Command '\snippet (//! [2])' failed at end of file 'qmlpiechart/qml/qmlpiechart/main.qml'
D:/Repo/tmp/qt/qtcharts/src/charts/linechart/qlineseries.cpp:45: (qdoc) warning: Command '\snippet (//! [])' failed at end of file 'D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/qml/PieChart.qml'
D:/Repo/tmp/qt/qtcharts/src/charts/piechart/qpieseries.cpp:68: (qdoc) warning: Cannot find file to quote from: qmlchart/qml/qmlchart/View1.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/charts/piechart/qpieseries.cpp:68: (qdoc) warning: Command '\snippet (//! [1])' failed at end of file 'qmlchart/qml/qmlchart/View1.qml'
D:/Repo/tmp/qt/qtcharts/src/chartsqml2/declarativechart.cpp:69: (qdoc) warning: Cannot find file to quote from: qmlpiechart/qml/qmlpiechart/main.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/chartsqml2/declarativechart.cpp:69: (qdoc) warning: Command '\snippet (//! [1])' failed at end of file 'qmlpiechart/qml/qmlpiechart/main.qml'
D:/Repo/tmp/qt/qtcharts/src/chartsqml2/declarativechart.cpp:70: (qdoc) warning: Cannot find file to quote from: qmlpiechart/qml/qmlpiechart/main.qml
    [Searched directories: D:/Repo/tmp/qt/build/mingw-release/qtbase/doc/global/snippets D:/Repo/tmp/qt/qtcharts/examples/charts D:/Repo/tmp/qt/qtcharts/examples/charts/chartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/examples/charts/qmlchartsgallery/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/images D:/Repo/tmp/qt/qtcharts/src/charts/doc/snippets]
D:/Repo/tmp/qt/qtcharts/src/chartsqml2/declarativechart.cpp:70: (qdoc) warning: Command '\snippet (//! [2])' failed at end of file 'qmlpiechart/qml/qmlpiechart/main.qml'
D:/Repo/tmp/qt/qtcharts/src/charts/barchart/vertical/bar/qbarseries.cpp:14: (qdoc) warning: Can't link to 'BarChart Example'
D:/Repo/tmp/qt/qtcharts/src/charts/scatterchart/qscatterseries.cpp:12: (qdoc) warning: Can't link to 'Scatter Interactions Example'
D:/Repo/tmp/qt/qtcharts/src/charts/legend/qlegend.cpp:38: (qdoc) warning: Can't link to 'qmlcustomlegend'
[2101/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdeclarative\src\quick && "C:\Program Files\CMake\...ld/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdeclarative/src/quick/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtdeclarative/src/quick/handlers/qquickpinchhandler.cpp:36: (qdoc) warning: Command '\snippet (//! [0])' failed at end of file 'D:/Repo/tmp/qt/qtdeclarative/examples/quick/pointerHandlers/pinchHandler.qml'
D:/Repo/tmp/qt/qtdeclarative/src/labs/settings/qqmlsettings.cpp:17: (qdoc) warning: Can't link to 'QtQmlCore::Settings'
D:/Repo/tmp/qt/qtdeclarative/src/labs/settings/qqmlsettings.cpp:31: (qdoc) warning: Can't link to 'QtQmlCore::Settings'
D:/Repo/tmp/qt/qtdeclarative/src/labs/settings/qqmlsettings.cpp:31: (qdoc) warning: Can't link to 'QtQmlCore::Settings'
D:/Repo/tmp/qt/qtdeclarative/src/quick/items/qquicklistview.cpp:2014: (qdoc) warning: Can't link to 'Scrollbar'
D:/Repo/tmp/qt/qtdeclarative/src/quick/items/qquicklistview.cpp:2014: (qdoc) warning: Can't link to 'ItemView::cacheBuffer'
[2106/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtwebchannel\src\webchannel && "C:\Program Files\CM...ingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtwebchannel/src/webchannel/.doc/Release/includes.txt
qdoc: warning: "QtWebChannel" Cannot locate index file for dependency "qtwebengine"
D:/Repo/tmp/qt/qtwebchannel/src/webchannel/doc/src/index.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtwebchannel/src/webchannel/doc/src/javascript.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine'
[2108/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdoc\doc\src\cmake && "C:\Program Files\CMake\bin\.../build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdoc/doc/src/cmake/.doc/Release/includes.txt
qdoc: warning: "QtCMake" Cannot locate index file for dependency "qtinterfaceframework"
qdoc: warning: "QtCMake" Cannot locate index file for dependency "qtwebengine"
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[2109/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdoc\doc\src\platformintegration && "C:\Program Fi...elease/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdoc/doc/src/platformintegration/.doc/Release/includes.txt
qdoc: warning: "QtPlatformIntegration" Cannot locate index file for dependency "qtwaylandcompositor"
D:/Repo/tmp/qt/qtdoc/doc/src/platformintegration/qpa.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
[2110/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtdoc\doc && "C:\Program Files\CMake\bin\cmake.exe"...epo/tmp/qt/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtdoc/doc/.doc/Release/includes.txt
qt.qdoc: Configuration file for "QtDoc" has depends = *; loading all 72 index files found
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
D:/Repo/tmp/qt/qtdoc/doc/src/connectivity.qdoc:4: (qdoc) warning: Can't link to 'Inter-Process Communication'
D:/Repo/tmp/qt/qtdoc/doc/src/connectivity.qdoc:4: (qdoc) warning: Can't link to 'Inter-Process Communication'
D:/Repo/tmp/qt/qtdoc/doc/src/core.qdoc:4: (qdoc) warning: Can't link to 'Inter-Process Communication'
D:/Repo/tmp/qt/qtdoc/doc/src/getting-started/installation.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine Platform Notes'
D:/Repo/tmp/qt/qtdoc/doc/src/howtos/restoring-geometry.qdoc:4: (qdoc) warning: Can't link to 'mainwindows/application'
D:/Repo/tmp/qt/qtdoc/doc/src/internationalization/l10n.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'xdg-foreign-unstable-v2'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'fractional-scale-v1'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'wayland-text-input-unstable-v1'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'wayland-protocol'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'wayland-text-input-unstable-v4-wip'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'wayland-xdg-activation'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'presentation-time.xml'
D:/Repo/tmp/qt/qtdoc/doc/src/legal/licensechanges.qdoc:4: (qdoc) warning: Can't link to 'wayland-pointer-gestures-protocol'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/android/examples-android.qdoc:4: (qdoc) warning: Can't link to 'Extending QML - Grouped Properties Example'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/android/examples-android.qdoc:4: (qdoc) warning: Can't link to 'Extending QML - Methods Example'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/android/examples-android.qdoc:4: (qdoc) warning: Can't link to 'Extending QML - Signal Support Example'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/android/examples-android.qdoc:4: (qdoc) warning: Can't link to 'Extending QML - Attached Properties Example'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/emb-linux.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/emb-linux.qdoc:4: (qdoc) warning: Can't link to 'QML Script Compiler'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/emb-linux.qdoc:4: (qdoc) warning: Can't link to 'QML Type Compiler'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/macos.qdoc:248: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtdoc/doc/src/platforms/macos.qdoc:248: (qdoc) warning: Can't link to 'Qt PDF'
D:/Repo/tmp/qt/qtdoc/doc/src/qmlapp/usecases/text.qdoc:3: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: Can't link to 'Qt PDF'
D:/Repo/tmp/qt/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) warning: Can't link to 'Qt Wayland Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew62.qdoc:4: (qdoc) warning: Can't link to 'Qt WebEngine'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: (qdoc) warning: Can't link to 'Qt PDF'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: (qdoc) warning: Can't link to 'qt_add_webengine_dictionary'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: (qdoc) warning: Can't link to 'Custom Shell'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: (qdoc) warning: Can't link to 'QtShell Compositor'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: (qdoc) warning: Can't link to 'PresentationTime'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew65.qdoc:4: (qdoc) warning: Can't link to 'DragHandler::xAxis::activeValue'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew65.qdoc:4: (qdoc) warning: Can't link to 'QML Type Compiler'
D:/Repo/tmp/qt/qtdoc/doc/src/whatsnew/whatsnew65.qdoc:4: (qdoc) warning: Can't link to 'QML Script Compiler'
D:/Repo/tmp/qt/qtdoc/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc:4: (qdoc) warning: Can't link to 'Qt Multimedia QML types'
[2113/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtmqtt\src\mqtt && "C:\Program Files\CMake\bin\cmak...p/qt/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtmqtt/src/mqtt/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtmqtt/examples/mqtt/doc/quicksubscription.qdoc:51: (qdoc) warning: Command '\printuntil' failed at end of file 'D:/Repo/tmp/qt/qtmqtt/examples/mqtt/quicksubscription/main.cpp'
[2125/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtspeech\src\tts && "C:\Program Files\CMake\bin\cma.../qt/build/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtspeech/src/tts/.doc/Release/includes.txt
D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:43: (qdoc) warning: Command '\skipto' failed at end of file 'D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/main.qml'
D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4: (qdoc) warning: Can't link to 'onSayingWord'
D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4: (qdoc) warning: Can't link to 'TextToSpeech.paused'
D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4: (qdoc) warning: Can't link to 'TextToSpeech.ready'
D:/Repo/tmp/qt/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4: (qdoc) warning: Can't link to 'onActivated'
[2127/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtvirtualkeyboard\src\virtualkeyboard && "C:\Progra...se/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtvirtualkeyboard/src/virtualkeyboard/.doc/Release/includes.txt
qdoc: warning: "QtVirtualKeyboard" Cannot locate index file for dependency "qtwaylandcompositor"
D:/Repo/tmp/qt/qtvirtualkeyboard/src/virtualkeyboard/doc/src/deployment-guide.qdoc:4: (qdoc) warning: Can't link to 'Pure QML'
D:/Repo/tmp/qt/qtvirtualkeyboard/src/virtualkeyboard/doc/src/handwriting.qdoc:4: (qdoc) warning: Can't link to 'Qt Virtual Keyboard#Supported Languages'
D:/Repo/tmp/qt/qtvirtualkeyboard/src/virtualkeyboard/doc/src/handwriting.qdoc:4: (qdoc) warning: Can't link to 'Qt Virtual Keyboard#Supported Languages'
[2128/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtwebview\src\webview && "C:\Program Files\CMake\bi...uild/mingw-release/qtbase/./doc @D:/Repo/tmp/qt/build/mingw-release/qtwebview/src/webview/.doc/Release/includes.txt
qdoc: warning: "QtWebView" Cannot locate index file for dependency "qtwebengine"
D:/Repo/tmp/qt/qtwebview/src/webview/doc/src/qtwebview-overview.qdoc:5: (qdoc) warning: Can't link to 'Qt WebEngine'
[2129/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\network && D:\Repo\tmp\qt\build\mingw-re...mingw-release/qtbase/./doc/qtnetwork/qtnetwork.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtnetwork.qch
FAILED: qtbase/src/network/CMakeFiles/qch_top_level_docs_Network D:/Repo/tmp/qt/build/mingw-release/qtbase/src/network/CMakeFiles/qch_top_level_docs_Network
cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\network && D:\Repo\tmp\qt\build\mingw-release\qtbase\.\bin\qhelpgenerator.exe D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtnetwork/qtnetwork.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtnetwork.qch"
qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: windows.

[2130/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\concurrent && D:\Repo\tmp\qt\build\mingw...ease/qtbase/./doc/qtconcurrent/qtconcurrent.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtconcurrent.qch
FAILED: qtbase/src/concurrent/CMakeFiles/qch_top_level_docs_Concurrent D:/Repo/tmp/qt/build/mingw-release/qtbase/src/concurrent/CMakeFiles/qch_top_level_docs_Concurrent
cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\concurrent && D:\Repo\tmp\qt\build\mingw-release\qtbase\.\bin\qhelpgenerator.exe D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtconcurrent/qtconcurrent.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtconcurrent.qch"
qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: windows.

[2131/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\corelib && D:\Repo\tmp\qt\build\mingw-re...qt/build/mingw-release/qtbase/./doc/qtcore/qtcore.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtcore.qch
FAILED: qtbase/src/corelib/CMakeFiles/qch_top_level_docs_Core D:/Repo/tmp/qt/build/mingw-release/qtbase/src/corelib/CMakeFiles/qch_top_level_docs_Core
cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\corelib && D:\Repo\tmp\qt\build\mingw-release\qtbase\.\bin\qhelpgenerator.exe D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtcore/qtcore.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtcore.qch"
qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: windows.

[2132/2198] cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\sql && D:\Repo\tmp\qt\build\mingw-releas...mp/qt/build/mingw-release/qtbase/./doc/qtsql/qtsql.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtsql.qch
FAILED: qtbase/src/sql/CMakeFiles/qch_top_level_docs_Sql D:/Repo/tmp/qt/build/mingw-release/qtbase/src/sql/CMakeFiles/qch_top_level_docs_Sql
cmd.exe /C "cd /D D:\Repo\tmp\qt\build\mingw-release\qtbase\src\sql && D:\Repo\tmp\qt\build\mingw-release\qtbase\.\bin\qhelpgenerator.exe D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtsql/qtsql.qhp -o D:/Repo/tmp/qt/build/mingw-release/qtbase/./doc/qtsql.qch"
qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: windows.

ninja: build stopped: subcommand failed.

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


More information about the Development mailing list