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

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


Hello, Alexandru.

I have already installed LLVM on my Windows computer using the
LLVM-xxx-win64.exe
<https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.6>
installer downloaded from LLVM's GitHub. From the installation results, it
does indeed
contain *libclang.dll* and *libclang.lib*.

[image: image.png]

I have also set the *LLVM_INSTALL_DIR* environment variable to its
top-level installation
directory *"C:\Program Files\LLVM"*. However, from the warning message when
running
configure.bat, it seems that libclang still cannot be found.

[image: image.png]

What happened? Does it mean I can't use the libclang downloaded from
GitHub's Release?

The following commands are what I run:

   1. *set LLVM_INSTALL_DIR="C:\Program Files\LLVM"*
   2. *echo %LLVM_INSTALL_DIR%*
   3. *vcvarsall.bat x64*
   4. *..\configure.bat -developer-build -skip qtpositioning*

You can see the attachment with the full log:
*log-configure-with-llvm-install-dir-env.txt*
---
Haowei Hsu

Alexandru Croitor <alexandru.croitor at qt.io> 於 2023年8月17日 週四 下午9:20寫道:

> The log told you
>
>  WARNING: QDoc will not be compiled, probably because libclang could not
> be located. This means that you cannot build the Qt documentation.
>
> You need to have a prebuilt libclang.
>
> From
> https://wiki.qt.io/Building_Qt_Documentation#Building_Qt_6_Documentation
> and https://doc.qt.io/qt-6.4/qdoc-guide-clang.html
>
> download a release from
> https://download.qt.io/development_releases/prebuilt/libclang/qt/
>
> and pass its path via LLVM_INSTALL_DIR env var as mentioned in
> https://wiki.qt.io/Building_Qt_Documentation#Building_Qt_6_Documentation
>
>
> > On 17. Aug 2023, at 15:10, Haowei Hsu <hwhsu1231 at gmail.com> wrote:
> >
> > Hello, Alexandru.
> > After adding '-skip qtpositioning' argument to configure.bat, the
> configure step works!!
> > However, I wonder how to build 'qdoc' alone? It seems that there is no
> such target name?
> >
> > <image.png>
> >
> > Hello, Kai.
> > If I directly build 'docs' target, then ninja will show that 'qdoc.exe'
> is not found.
> >
> > <image.png>
> >
> > Since qdoc is inside the qttools repository, I tried to build 'qttools'
> target directly.
> > However, there is an error.
> >
> > <image.png>
> >
> > What happened? How to fix it?
> >
> > The following commands are what I run:
> >     •
> > git checkout 6.3
> >     • git clean -xfdf && git submodule foreach --recursive git clean
> -xfdf
> >     • git submodule update --recursive
> >     • git status
> >     • mkdir build && chdir build
> >     • ..\configure.bat -developer-build -skip qtpositioning
> >     • cmake --build . --target docs
> >     • cmake --build . --target qdoc
> >     • cmake --build . --target qttools
> >
> > You can see the attachment with the full log:
> log-failed-to-build-docs-qdoc-qttools.txt
> > ---
> > Haowei Hsu
> > <log-failed-to-build-docs-qdoc-qttools.txt>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/4fefe9ab/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 74266 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/4fefe9ab/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 20899 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/4fefe9ab/attachment-0003.png>
-------------- next part --------------
C:\Users\hwhsu1231>chdir /d D:\Repo\GitHub\testing\qt-docs\qt\build

D:\Repo\GitHub\testing\qt-docs\qt\build>set LLVM_INSTALL_DIR="C:\Program Files\LLVM"

D:\Repo\GitHub\testing\qt-docs\qt\build>echo %LLVM_INSTALL_DIR%
"C:\Program Files\LLVM"

D:\Repo\GitHub\testing\qt-docs\qt\build>vcvarsall.bat x64
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.23
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

D:\Repo\GitHub\testing\qt-docs\qt\build>..\configure.bat -developer-build -skip qtpositioning
+ cd qtbase
+ D:\Repo\GitHub\testing\qt-docs\qt\qtbase\configure.bat -top-level -developer-build -skip qtpositioning
-- Windows 10 SDK version: 10.0.22000.0
'C:/Program Files/CMake/bin/cmake.exe' '-DBUILD_qtpositioning=OFF' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'D:/Repo/GitHub/testing/qt-docs/qt'
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 '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 'qttools'
Checking dependencies of submodule 'qtdoc'
Checking dependencies of submodule 'qtserialport'
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 'qtquicktimeline'
Checking dependencies of submodule 'qtquick3d'
Checking dependencies of submodule 'qtremoteobjects'
Checking dependencies of submodule 'qtscxml'
Checking dependencies of submodule 'qtsensors'
Checking dependencies of submodule 'qtserialbus'
Checking dependencies of submodule 'qttranslations'
Checking dependencies of submodule 'qtvirtualkeyboard'
Checking dependencies of submodule 'qtwayland'
Checking dependencies of submodule 'qtwebsockets'
Checking dependencies of submodule 'qtwebchannel'
Checking dependencies of submodule 'qtwebengine'
Skipping optional dependency 'qtpositioning' of 'qtwebengine', because building 'qtpositioning' was explicitly disabled.
Checking dependencies of submodule 'qtwebview'
Configuring submodule 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- Check for feature set changes
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Building architecture extraction project with the following CMake arguments:
    -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
    -DCMAKE_C_FLAGS_DEBUG=/Zi     /RTC1
    -DCMAKE_C_FLAGS_RELEASE=/DNDEBUG -O2
    -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi     /DNDEBUG -O2
    -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS
    -DCMAKE_CXX_FLAGS_DEBUG=/Zi     /RTC1
    -DCMAKE_CXX_FLAGS_RELEASE=/DNDEBUG -O2
    -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi     /DNDEBUG -O2
    -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
    -DCMAKE_C_STANDARD=11
    -DCMAKE_CXX_STANDARD=17
    -DCMAKE_MODULE_PATH:STRING=D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/platforms
-- Extracting architecture info from D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/config.tests/arch/architecture_test.exe.
-- CMAKE_VERSION: "3.27.1"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_INSTALL_PREFIX: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- CMAKE_STAGING_PREFIX: ""
-- QT_BUILD_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- QT_INSTALL_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- QT_WILL_INSTALL: "OFF"
-- CMAKE_C_COMPILER: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe" (19.29.30147.0)
-- CMAKE_CXX_COMPILER: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe" (19.29.30147.0)
-- MSVC_VERSION: "1929"
-- MSVC_TOOLSET_VERSION: "142"
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found suitable version "1.2.11", minimum required is "1.0.8")
-- Could NOT find WrapSystemZLIB (missing: WrapSystemZLIB_FOUND) (Required is at least version "1.0.8")
-- Could NOT find WrapZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) (Required is at least version "1.3")
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Found the following ICU libraries:
--   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
--   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- The following ICU libraries were not found:
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Could NOT find WrapRt (missing: WrapRt_FOUND)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.7.1", minimum required is "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find WrapSystemJpeg (missing: __jpeg_found) (found version "90")
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Using source syncqt found at: D:/Repo/GitHub/testing/qt-docs/qt/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtPng'
-- Running syncqt for module: 'QtJpeg'
-- Running syncqt for module: 'QtFreetype'
-- Running syncqt for module: 'QtHarfbuzz'
-- Running syncqt for module: 'QtZlib'
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Using Qt bundled PCRE2.
-- Using Qt bundled ZLIB.
-- Running syncqt for module: 'QtCore'
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Found the following ICU libraries:
--   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
--   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- The following ICU libraries were not found:
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Could NOT find WrapRt (missing: WrapRt_FOUND)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Tool 'Qt6::windeployqt' will be built from source.
-- Running syncqt for module: 'QtDBus'
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Using Qt bundled PNG.
-- Using Qt bundled Freetype.
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.7.1", minimum required is "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find WrapSystemJpeg (missing: __jpeg_found) (found version "90")
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Using Qt bundled Jpeg.
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake
CMAKE_MODULES_UNDER_TEST: Core;Network;Xml;Sql;Test;DBus;Gui;Widgets;PrintSupport;OpenGL;Concurrent
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Network_MODULE_MAJOR_VERSION: 6
CMAKE_Network_MODULE_MINOR_VERSION: 3
CMAKE_Network_MODULE_PATCH_VERSION: 3
CMAKE_Xml_MODULE_MAJOR_VERSION: 6
CMAKE_Xml_MODULE_MINOR_VERSION: 3
CMAKE_Xml_MODULE_PATCH_VERSION: 3
CMAKE_Sql_MODULE_MAJOR_VERSION: 6
CMAKE_Sql_MODULE_MINOR_VERSION: 3
CMAKE_Sql_MODULE_PATCH_VERSION: 3
CMAKE_Test_MODULE_MAJOR_VERSION: 6
CMAKE_Test_MODULE_MINOR_VERSION: 3
CMAKE_Test_MODULE_PATCH_VERSION: 3
CMAKE_DBus_MODULE_MAJOR_VERSION: 6
CMAKE_DBus_MODULE_MINOR_VERSION: 3
CMAKE_DBus_MODULE_PATCH_VERSION: 3
CMAKE_Gui_MODULE_MAJOR_VERSION: 6
CMAKE_Gui_MODULE_MINOR_VERSION: 3
CMAKE_Gui_MODULE_PATCH_VERSION: 3
CMAKE_Widgets_MODULE_MAJOR_VERSION: 6
CMAKE_Widgets_MODULE_MINOR_VERSION: 3
CMAKE_Widgets_MODULE_PATCH_VERSION: 3
CMAKE_PrintSupport_MODULE_MAJOR_VERSION: 6
CMAKE_PrintSupport_MODULE_MINOR_VERSION: 3
CMAKE_PrintSupport_MODULE_PATCH_VERSION: 3
CMAKE_OpenGL_MODULE_MAJOR_VERSION: 6
CMAKE_OpenGL_MODULE_MINOR_VERSION: 3
CMAKE_OpenGL_MODULE_PATCH_VERSION: 3
CMAKE_Concurrent_MODULE_MAJOR_VERSION: 6
CMAKE_Concurrent_MODULE_MINOR_VERSION: 3
CMAKE_Concurrent_MODULE_PATCH_VERSION: 3
CMake Warning at qtbase/tests/auto/CMakeLists.txt:58 (message):
   QtDBus is enabled with runtime support, but session bus is not available.
   Skipping QtDBus tests.


-- Tool 'Qt6::qmake' will be built from source.
Configuring submodule 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY) (found version "4.0.7")
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring submodule 'qtlanguageserver'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtJsonRpc'
-- Running syncqt for module: 'QtLanguageServer'
Configuring submodule 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
color.vert -> color.vert.qsb exposed as :/test/color.vert.qsb
color.frag -> color.frag.qsb exposed as :/test/color.frag.qsb
subdir/texture.vert -> subdir/texture.vert.qsb exposed as :/some/prefix/subdir/texture.vert.qsb
subdir/texture.frag -> subdir/texture.frag.qsb exposed as :/some/prefix/subdir/texture.frag.qsb
subdir/texture.vert -> alias_texture.vert.qsb exposed as :/some/prefix/alias_texture.vert.qsb
subdir/texture.frag -> x/y/z/alias_texture.frag.qsb exposed as :/some/prefix/x/y/z/alias_texture.frag.qsb
subdir/texture2.vert -> texture2.vert.qsb exposed as :/base_test/texture2.vert.qsb
color.vert -> color_1.vert.qsb exposed as :/test/color_1.vert.qsb
color.frag -> color_1.frag.qsb exposed as :/test/color_1.frag.qsb
color.vert -> color_1b.vert.qsb exposed as :/test/color_1b.vert.qsb
color.frag -> color_1b.frag.qsb exposed as :/test/color_1b.frag.qsb
subdir/test/texture_def.frag -> subdir/test/texture_def.frag.qsb exposed as ://subdir/test/texture_def.frag.qsb
color.vert -> color_repl.vert.qsb exposed as :/test/color_repl.vert.qsb
color.frag -> x/color_repl.frag.qsb exposed as :/test/x/color_repl.frag.qsb
Configuring submodule 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring submodule 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Running syncqt for module: 'QtQmlIntegration'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlCompiler'
-- Running syncqt for module: 'QtQmlLint'
-- Running syncqt for module: 'QtQmlDom'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmltc' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Qml;Quick
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Qml_MODULE_MAJOR_VERSION: 6
CMAKE_Qml_MODULE_MINOR_VERSION: 3
CMAKE_Qml_MODULE_PATCH_VERSION: 3
CMAKE_Quick_MODULE_MAJOR_VERSION: 6
CMAKE_Quick_MODULE_MINOR_VERSION: 3
CMAKE_Quick_MODULE_PATCH_VERSION: 3
CMake Warning at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:723 (message):
  The qmltc_test_module target is a QML module with target path QmltcTests.
  It uses an OUTPUT_DIRECTORY of
  D:/Repo/GitHub/testing/qt-docs/qt/build/qtdeclarative/tests/auto/qml/qmltc/data,
  which should end in the same target path, but doesn't.  Tooling such as
  qmllint may not work correctly.
Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1832 (_qt_internal_target_enable_qmllint)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:575 (qt6_target_qml_sources)
  qtdeclarative/tests/auto/qml/qmltc/data/CMakeLists.txt:108 (qt6_add_qml_module)


-- Tool 'Qt6::qjstest' will be built from source.
../data/shared/shaders/basic_alpha.frag -> shaders/basic_alpha.frag.qsb exposed as ://shaders/basic_alpha.frag.qsb
../data/shared/shaders/basic.frag -> shaders/basic.frag.qsb exposed as ://shaders/basic.frag.qsb
../data/shared/shaders/cmyk.frag -> shaders/cmyk.frag.qsb exposed as ://shaders/cmyk.frag.qsb
../data/shared/shaders/culling.frag -> shaders/culling.frag.qsb exposed as ://shaders/culling.frag.qsb
../data/shared/shaders/desaturate.frag -> shaders/desaturate.frag.qsb exposed as ://shaders/desaturate.frag.qsb
../data/shared/shaders/edge.frag -> shaders/edge.frag.qsb exposed as ://shaders/edge.frag.qsb
../data/shared/shaders/gradient2.frag -> shaders/gradient2.frag.qsb exposed as ://shaders/gradient2.frag.qsb
../data/shared/shaders/gradient3.frag -> shaders/gradient3.frag.qsb exposed as ://shaders/gradient3.frag.qsb
../data/shared/shaders/gradient4.frag -> shaders/gradient4.frag.qsb exposed as ://shaders/gradient4.frag.qsb
../data/shared/shaders/gradient5.frag -> shaders/gradient5.frag.qsb exposed as ://shaders/gradient5.frag.qsb
../data/shared/shaders/gradient.frag -> shaders/gradient.frag.qsb exposed as ://shaders/gradient.frag.qsb
../data/shared/shaders/gradientgrid.frag -> shaders/gradientgrid.frag.qsb exposed as ://shaders/gradientgrid.frag.qsb
../data/shared/shaders/property.frag -> shaders/property.frag.qsb exposed as ://shaders/property.frag.qsb
../data/shared/shaders/shadow.frag -> shaders/shadow.frag.qsb exposed as ://shaders/shadow.frag.qsb
../data/shared/shaders/stencil.frag -> shaders/stencil.frag.qsb exposed as ://shaders/stencil.frag.qsb
../data/shared/shaders/subrect.vert -> shaders/subrect.vert.qsb exposed as ://shaders/subrect.vert.qsb
../data/shared/shaders/wave.vert -> shaders/wave.vert.qsb exposed as ://shaders/wave.vert.qsb
Configuring submodule 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtMultimedia'
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring submodule 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
Configuring submodule 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtCore5Compat'
-- Found the following ICU libraries:
--   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
--   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- The following ICU libraries were not found:
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
Configuring submodule 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Widgets;Gui
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Widgets_MODULE_MAJOR_VERSION: 6
CMAKE_Widgets_MODULE_MINOR_VERSION: 3
CMAKE_Widgets_MODULE_PATCH_VERSION: 3
CMAKE_Gui_MODULE_MAJOR_VERSION: 6
CMAKE_Gui_MODULE_MINOR_VERSION: 3
CMAKE_Gui_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Charts
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Charts_MODULE_MAJOR_VERSION: 6
CMAKE_Charts_MODULE_MINOR_VERSION: 3
CMAKE_Charts_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtCoap'
Configuring submodule 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtBluetooth'
-- Running syncqt for module: 'QtNfc'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Bluetooth;Nfc
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Bluetooth_MODULE_MAJOR_VERSION: 6
CMAKE_Bluetooth_MODULE_MINOR_VERSION: 3
CMAKE_Bluetooth_MODULE_PATCH_VERSION: 3
CMAKE_Nfc_MODULE_MAJOR_VERSION: 6
CMAKE_Nfc_MODULE_MINOR_VERSION: 3
CMAKE_Nfc_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtDataVisualization'
-- Running syncqt for module: 'QtDataVisualizationQml'
Configuring submodule 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Could NOT find Clang (missing: Clang_DIR)
-- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- Running syncqt for module: 'QtTools'
-- Could NOT find Clang (missing: Clang_DIR)
-- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- Tool 'Qt6::lconvert' will be built from source.
-- Tool 'Qt6::lprodump' will be built from source.
-- Tool 'Qt6::lrelease' will be built from source.
-- Tool 'Qt6::lrelease-pro' will be built from source.
-- Tool 'Qt6::lupdate' will be built from source.
-- Tool 'Qt6::lupdate-pro' will be built from source.
-- Running syncqt for module: 'QtUiPlugin'
-- Running syncqt for module: 'QtUiTools'
-- Running syncqt for module: 'QtDesigner'
QtDesigner: WARNING: D:/Repo/GitHub/testing/qt-docs/qt/qttools/src/designer/src/lib/uilib/abstractformbuilder.h includes uilib_global.h when it should include QtDesigner/uilib_global.h
QtDesigner: WARNING: D:/Repo/GitHub/testing/qt-docs/qt/qttools/src/designer/src/lib/uilib/formbuilder.h includes uilib_global.h when it should include QtDesigner/uilib_global.h
QtDesigner: WARNING: D:/Repo/GitHub/testing/qt-docs/qt/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
-- Running syncqt for module: 'QtDesignerComponents'
-- Running syncqt for module: 'QtHelp'
-- 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:202 (FetchContent_Declare)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at build/_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/_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/_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.


-- Tool 'Qt6::qtattributionsscanner' will be built from source.
Configuring submodule 'qtdoc'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
Configuring submodule 'qtserialport'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtSerialPort'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;SerialPort
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_SerialPort_MODULE_MAJOR_VERSION: 6
CMAKE_SerialPort_MODULE_MINOR_VERSION: 3
CMAKE_SerialPort_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtlocation'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtPositioning'
-- Running syncqt for module: 'QtPositioningQuick'
Configuring submodule 'qtlottie'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtBodymovin'
Configuring submodule 'qtmqtt'
CMake Warning at build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:213 (find_package):
  Found package configuration file:

    D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake

  but it set Qt6WebSockets_FOUND to FALSE so package "Qt6WebSockets" is
  considered to be NOT FOUND.  Reason given by package:

  Target "Qt6::WebSockets" was not found.  Possibly due to
  QT_NO_CREATE_TARGETS being set to TRUE and thus
  D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsTargets.cmake
  was not included to define the target.

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


CMake Warning at build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
  Failed to find Qt component "WebSockets".

  Expected Config file at
  "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  exists

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


-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtMqtt'
Configuring submodule 'qtnetworkauth'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtNetworkAuth'
Configuring submodule 'qtopcua'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtOpcUa'
-- Running syncqt for module: 'QtDeclarativeOpcua'
Configuring submodule 'qtpositioning'
Configuring submodule 'qtqa'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
Configuring submodule 'qtquicktimeline'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtQuickTimeline'
Configuring submodule 'qtquick3d'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtQuick3DUtils'
-- Running syncqt for module: 'QtQuick3DAssetImport'
-- Running syncqt for module: 'QtQuick3DRuntimeRender'
-- Running syncqt for module: 'QtQuick3D'
-- Running syncqt for module: 'QtQuick3DParticles'
-- Running syncqt for module: 'QtQuick3DAssetUtils'
-- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5.1.6")
-- Running syncqt for module: 'QtQuick3DHelpers'
-- Running syncqt for module: 'QtQuick3DIblBaker'
-- Running syncqt for module: 'QtQuick3DGlslParser'
-- Tool 'Qt6::balsam' will be built from source.
-- Tool 'Qt6::balsamui' will be built from source.
-- Tool 'Qt6::meshdebug' will be built from source.
-- Tool 'Qt6::shadergen' will be built from source.
-- Tool 'Qt6::instancer' will be built from source.
-- Tool 'Qt6::shapegen' will be built from source.
-- Tool 'Qt6::materialeditor' will be built from source.
assets/shaders/frostedGlass.frag -> assets/shaders/frostedGlass.frag.qsb exposed as ://assets/shaders/frostedGlass.frag.qsb
Configuring submodule 'qtremoteobjects'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtRepParser'
-- Running syncqt for module: 'QtRemoteObjects'
-- Running syncqt for module: 'QtRemoteObjectsQml'
-- Tool 'Qt6::repc' will be built from source.
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Network;RemoteObjects
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Network_MODULE_MAJOR_VERSION: 6
CMAKE_Network_MODULE_MINOR_VERSION: 3
CMAKE_Network_MODULE_PATCH_VERSION: 3
CMAKE_RemoteObjects_MODULE_MAJOR_VERSION: 6
CMAKE_RemoteObjects_MODULE_MINOR_VERSION: 3
CMAKE_RemoteObjects_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtscxml'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtScxml'
-- Running syncqt for module: 'QtStateMachine'
-- Running syncqt for module: 'QtStateMachineQml'
-- Running syncqt for module: 'QtScxmlQml'
-- Tool 'Qt6::qscxmlc' will be built from source.
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Scxml
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Scxml_MODULE_MAJOR_VERSION: 6
CMAKE_Scxml_MODULE_MINOR_VERSION: 3
CMAKE_Scxml_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtsensors'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtSensors'
-- Running syncqt for module: 'QtSensorsQuick'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;Sensors
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_Sensors_MODULE_MAJOR_VERSION: 6
CMAKE_Sensors_MODULE_MINOR_VERSION: 3
CMAKE_Sensors_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtserialbus'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtSerialBus'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;SerialBus
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_SerialBus_MODULE_MAJOR_VERSION: 6
CMAKE_SerialBus_MODULE_MINOR_VERSION: 3
CMAKE_SerialBus_MODULE_PATCH_VERSION: 3
CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  Plugins are not intended to be linked to.  They should not have any public
  properties, but TestCanBusPlugin sets PUBLIC_LIBRARIES to the following
  value:

      Qt::Core;Qt::Network;Qt::SerialBus

  Update your project to use LIBRARIES instead.

Call Stack (most recent call first):
  qtserialbus/tests/auto/plugins/testcanbus/CMakeLists.txt:5 (qt_internal_add_plugin)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring submodule 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
Configuring submodule 'qtvirtualkeyboard'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
-- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
-- Running syncqt for module: 'QtVirtualKeyboard'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
Configuring submodule 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
Configuring submodule 'qtwebsockets'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtWebSockets'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;WebSockets
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_WebSockets_MODULE_MAJOR_VERSION: 6
CMAKE_WebSockets_MODULE_MINOR_VERSION: 3
CMAKE_WebSockets_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtwebchannel'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtWebChannel'
CMAKE_VERSION: 3.27.1
CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
CMAKE_MODULES_UNDER_TEST: Core;WebChannel
CMAKE_Core_MODULE_MAJOR_VERSION: 6
CMAKE_Core_MODULE_MINOR_VERSION: 3
CMAKE_Core_MODULE_PATCH_VERSION: 3
CMAKE_WebChannel_MODULE_MAJOR_VERSION: 6
CMAKE_WebChannel_MODULE_MINOR_VERSION: 3
CMAKE_WebChannel_MODULE_PATCH_VERSION: 3
Configuring submodule 'qtwebengine'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.3.3")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "12.0")
-- Windows 10 SDK version: 10.0.22000.0
-- Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "12")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Running syncqt for module: 'QtWebEngineCore'
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS gio)
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Tool 'Qt6::qwebengine_convert_dict' will be built from source.
-- Running syncqt for module: 'QtWebEngineWidgets'
-- Running syncqt for module: 'QtWebEngineQuick'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Running syncqt for module: 'QtPdf'
-- Running syncqt for module: 'QtPdfWidgets'
-- Running syncqt for module: 'QtPdfQuick'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Configuring submodule 'qtwebview'
CMake Warning at build/qtbase/lib/cmake/Qt6Positioning/Qt6PositioningConfigVersion.cmake:34 (message):
  Package Qt6Positioning with version 6.3.0 was accepted as compatible
  because QT_NO_PACKAGE_VERSION_CHECK was set to TRUE.  There is no guarantee
  the build will succeed.  You can silence this warning by passing
  -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:14 (find_dependency)
  build/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreDependencies.cmake:96 (_qt_internal_find_dependencies)
  build/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:213 (find_package)
  qtwebview/CMakeLists.txt:12 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Running syncqt for module: 'QtWebView'
-- Running syncqt for module: 'QtWebViewQuick'
-- The following packages have been found:

 * QtBuildInternals
 * OpenSSL
 * OpenGL
 * WrapPCRE2
 * WrapZLIB
 * WrapOpenSSLHeaders
 * WrapHarfbuzz
 * WrapPNG
 * WrapOpenGL
 * MySQL, MySQL client library, <https://www.mysql.com>
 * PostgreSQL
 * ODBC
 * WrapFreetype
 * WrapJpeg
 * Qt6LanguageServerPrivate (required version >= 6.3.3)
 * WMF
 * Qt6Multimedia (required version >= 6.3.3)
 * WrapIconv
 * Qt6Charts
 * Qt6Bluetooth
 * Qt6Nfc
 * Qt6AxContainerTools (required version >= 6.3.3)
 * Qt6AxContainer (required version >= 6.3.3)
 * Python
 * Qt6Sql (required version >= 6.3.3)
 * Qt6QmlXmlListModel (required version >= 6.3.3)
 * WrapOpenSSL (required version >= 1.1)
 * Qt6PacketProtocolPrivate (required version >= 6.3.3)
 * Qt6ShaderToolsTools (required version >= 6.3.3)
 * Qt6ShaderTools (required version >= 6.3.3)
 * Qt6QuickTimeline (required version >= 6.3.3)
 * Qt6QuickTestUtilsPrivate (required version >= 6.3.3)
 * Qt6RemoteObjectsTools (required version >= 6.3.3)
 * Qt6RemoteObjects
 * Qt6ScxmlTools (required version >= 6.3.3)
 * Qt6Scxml
 * Qt6DBusTools (required version >= 6.3.3)
 * Qt6DBus (required version >= 6.3.3)
 * Qt6Sensors
 * Qt6SerialPort (required version >= 6.3.3)
 * Qt6SerialBus
 * Qt6LinguistTools (required version >= 6.3.3)
 * Qt6Linguist (required version >= 6.3.3)
 * Qt6Svg (required version >= 6.3.3)
 * Qt6Concurrent (required version >= 6.3.3)
 * Qt6QuickControls2 (required version >= 6.3.3)
 * Qt6QuickWidgets (required version >= 6.3.3)
 * Qt6QuickTest (required version >= 6.3.3)
 * Qt6WebSockets (required version >= 6.3.3)
 * Qt6Designer (required version >= 6.3.3)
 * Qt6JpegPrivate (required version >= 6.3.3)
 * Qt6PngPrivate (required version >= 6.3.3)
 * Qt6HarfbuzzPrivate (required version >= 6.3.3)
 * Qt6FreetypePrivate (required version >= 6.3.3)
 * Python3 (required version >= 3.6)
 * GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
 * BISON
 * FLEX
 * Qt6PrintSupport (required version >= 6.3.3)
 * Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
 * Nodejs (required version >= 12), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
 * Qt6WidgetsTools (required version >= 6.3.3)
 * Qt6Widgets (required version >= 6.3.3)
 * Qt6BuildInternals (required version >= 6.3.3)
 * WrapAtomic
 * Qt6CoreTools (required version >= 6.3.3)
 * Qt6ZlibPrivate (required version >= 6.3.3)
 * Qt6Core (required version >= 6.3.3)
 * Threads
 * Qt6GuiTools (required version >= 6.3.3)
 * Qt6Gui (required version >= 6.3.3)
 * Qt6QmlTools (required version >= 6.3.3)
 * Qt6Qml (required version >= 6.3.3)
 * Qt6Quick (required version >= 6.3.3)
 * Qt6OpenGL (required version >= 6.3.3)
 * Qt6WebEngineCoreTools (required version >= 6.3.3)
 * Qt6WebEngineCore (required version >= 6.3.3)
 * Qt6WebEngineQuick (required version >= 6.3.3)
 * Qt6Test (required version >= 6.3.3)
 * Qt6 (required version >= 6.3.3)

-- 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
 * WrapRt
 * PCRE2 (required version >= 10.20)
 * WrapSystemPCRE2 (required version >= 10.20)
 * Slog2
 * unofficial-brotli
 * WrapBrotli
 * Libproxy
 * 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)
 * 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
 * ALSA
 * AVFoundation
 * GStreamer
 * PulseAudio
 * WrapPulseAudio
 * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
 * Qt6Gamepad (required version >= 6.3.3)
 * WrapQt3DAssimp (required version >= 5)
 * Vulkan
 * ICU
 * BlueZ
 * Clang
 * WrapLibClang (required version >= 8)
 * litehtml
 * Libudev
 * Gypsy
 * Gconf
 * Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
 * assimp (required version >= 5.1.6)
 * WrapQuick3DAssimp (required version >= 5.1.6)
 * XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
 * Hunspell
 * CerenceHwrAlphabetic
 * CerenceHwrCjk
 * CerenceXt9
 * MyScript
 * Gn (required version == 6.3.3), Meta-build system, <https://gn.googlesource.com/gn/>
 * Snappy
 * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
 * GSSAPI, Generic Security Services Application Program Interface
 * Cups
 * PkgConfig
 * Qt6QmlCompilerPlusPrivate


-- Configure summary:

Building for: win32-msvc (x86_64, CPU features: sse sse2)
Compiler: msvc 19.29.30147.0
Build options:
  Mode ................................... debug
  Fully optimize release builds (-O3) .... no
  Building shared libraries .............. yes
  Using C standard ....................... C11
  Using C++ standard ..................... C++17
  Relocatable ............................ yes
  Using precompiled headers .............. yes
  Using LTCG ............................. no
  Target compiler supports:
    SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
    AVX .................................. AVX AVX2
    AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI
    Other x86 ............................ AES F16C RDRAND SHA
  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
  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 ......................... yes
  Tracing backend ........................ <none>
  Logging backends:
    journald ............................. no
    syslog ............................... no
    slog2 ................................ no
  PCRE2 .................................. yes
    Using system PCRE2 ................... no
Qt Sql:
  SQL item models ........................ yes
Qt Network:
  getifaddrs() ........................... no
  IPv6 ifname ............................ no
  libproxy ............................... no
  Schannel ............................... yes
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
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
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 sequence object .................... yes
  QML XML http request ................... yes
  QML Locale ............................. yes
Qt QML Models:
  QML list model ......................... yes
  QML delegate model ..................... yes
Qt Quick:
  AnimatedImage item ..................... yes
  Canvas item ............................ yes
  Support for Qt Quick Designer .......... yes
  Flipable item .......................... yes
  GridView item .......................... yes
  ListView item .......................... yes
  TableView item ......................... yes
  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 Material Universal macOS Windows
Qt Multimedia:
  GStreamer 1.0 .......................... no
  Video for Linux ........................ no
  Linux DMA buffer support ............... no
  MMRenderer ............................. no
  AVFoundation ........................... no
  Windows Media Foundation ............... yes
Qt 3D:
  Assimp ................................. yes
  System Assimp .......................... no
  Use SSE2 instructions .................. yes
  Use AVX2 instructions .................. no
  Aspects:
    Render aspect ........................ yes
    Input aspect ......................... yes
    Logic aspect ......................... yes
    Animation aspect ..................... yes
    Extras aspect ........................ yes
Qt 3D APIs:
  Vulkan ................................. no
Qt 3D Renderers:
  OpenGL Renderer ........................ yes
  RHI Renderer ........................... yes
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Charts Types:
  Area Chart ............................. yes
  Line Chart ............................. yes
  Spline Chart ........................... yes
  Scatter Chart .......................... yes
  Bar Chart .............................. yes
  Pie Chart .............................. yes
  Boxplot Chart .......................... yes
  Candlestick Chart ...................... yes
Qt Axis Types:
  DateTime Axis .......................... yes
Qt Bluetooth:
  BlueZ .................................. no
  BlueZ Low Energy ....................... no
  Linux Crypto API ....................... no
  WinRT Bluetooth API .................... yes
  Qt Tools:
    Qt Assistant ......................... yes
    QDoc ................................. no
    Clang-based lupdate parser ........... no
    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
  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
  QtQuick3D:
    Assimp ............................... yes
    System Assimp ........................ no
  Qt Remote Objects:
    High Availability Manager (ham) ...... no
  Qt Scxml:
    ECMAScript data model for QtScxml .... yes
  Qt Sensors:
    WinRT sensors backend ................ yes
  Qt SerialBus:
    Socket CAN ........................... no
    Socket CAN FD ........................ no
    SerialPort Support ................... yes
  Qt Virtualkeyboard:
    Desktop integration .................. yes
    Built-in layouts ..................... yes
    Key navigation ....................... no
    Retro style as default ............... no
    Sensitive Debug ...................... no
    Cerence .............................. no
      Static Linking ..................... no
      Handwriting ........................ no
        Alphabetic ....................... no
        CJK .............................. no
      XT9 ................................ no
        XT9 Debug ........................ no
        XT9 9-key layouts ................ no
      Bundle resources ................... no
        Handwriting ...................... no
        XT9 .............................. no
    Hunspell ............................. no
      Using Hunspell copy from 3rdparty/ . no
    OpenWnn .............................. yes
    MyScript ............................. no
    Language support enabled for:
      Arabic ............................. yes
      Bulgarian .......................... yes
      Czech .............................. yes
      Danish ............................. yes
      German ............................. yes
      Greek .............................. yes
      English GB ......................... yes
      English US ......................... yes
      Spanish ............................ yes
      Spanish Mexico ..................... yes
      Estonian ........................... yes
      Farsi .............................. yes
      Finnish ............................ yes
      French Canada ...................... yes
      French France ...................... yes
      Hebrew ............................. yes
      Hindi .............................. yes
      Croatian ........................... yes
      Hungarian .......................... yes
      Indonesian ......................... yes
      Italian ............................ yes
      Japanese ........................... yes
      Korean ............................. yes
      Malay .............................. yes
      Norwegian .......................... yes
      Dutch .............................. yes
      Polish ............................. yes
      Portuguese Brazil .................. yes
      Portuguese Portugal ................ yes
      Romanian ........................... yes
      Russian ............................ yes
      Slovak ............................. yes
      Slovenian .......................... yes
      Albanian ........................... yes
      Serbian ............................ yes
      Swedish ............................ yes
      Thai ............................... yes
      Turkish ............................ yes
      Ukrainian .......................... yes
      Vietnamese ......................... yes
      Simplified Chinese ................. yes
      Traditional Chinese ................ yes
      HongKong Chinese ................... no
    Traditional chinese input methods:
      Zhuyin ............................. yes
      Cangjie ............................ yes
  WebEngine Repository Build Options:
    Build Ninja .......................... no
    Build Gn ............................. yes
    Jumbo Build .......................... yes
    Developer build ...................... yes
    Build QtWebEngine Modules:
      Build QtWebEngineCore .............. yes
      Build QtWebEngineWidgets ........... yes
      Build QtWebEngineQuick ............. yes
    Build QtPdf Modules:
      Build QtPdfWidgets ................. yes
      Build QtPdfQuick ................... yes
  Qt WebEngineCore:
    Embedded build ....................... no
    Full debug information ............... no
    Sanitizer support .................... no
    Pepper Plugins ....................... yes
    Printing and PDF ..................... yes
    Proprietary Codecs ................... no
    Spellchecker ......................... yes
    Native Spellchecker .................. no
    WebRTC ............................... yes
    PipeWire over GIO .................... no
    Geolocation .......................... yes
    WebChannel support ................... yes
    Kerberos Authentication .............. yes
    Extensions ........................... yes
  Qt WebEngineQuick:
    UI Delegates ......................... yes
  Qt PDF:
    Support V8 ........................... no
    Support XFA .......................... no
    Support XFA-BMP ...................... no
    Support XFA-GIF ...................... no
    Support XFA-PNG ...................... no
    Support XFA-TIFF ..................... no
    Bitcode support ...................... no
    Use static runtime ................... no


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

WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
Either set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.
On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
On macOS, you can use Homebrew's llvm package.
You will also need to set the FEATURE_clang CMake variable to ON to re-evaluate this check.
WARNING: Clang-based lupdate parser will not be available. LLVM and Clang C++ libraries have not been found.
You will need to set the FEATURE_clangcpp CMake variable to ON to re-evaluate this check.

-- Configuring done (3719.8s)
CMake Warning in qtlocation/tests/auto/qnmeapositioninfosource/qnmeapositioninfosource_realtime_generic/CMakeLists.txt:
  The object file directory

    D:/Repo/GitHub/testing/qt-docs/qt/build/qtlocation/tests/auto/qnmeapositioninfosource/qnmeapositioninfosource_realtime_generic/CMakeFiles/tst_qnmeapositioninfosource_realtime_generic.dir/./

  has 189 characters.  The maximum full path to an object file is 250
  characters (see CMAKE_OBJECT_PATH_MAX).  Object file

    __/__/qgeopositioninfosource/testqgeopositioninfosource.cpp.obj

  cannot be safely placed under this directory.  The build may not work
  correctly.


-- Generating done (395.7s)
-- Build files have been written to: D:/Repo/GitHub/testing/qt-docs/qt/build

D:\Repo\GitHub\testing\qt-docs\qt\build>


More information about the Development mailing list