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

Haowei Hsu hwhsu1231 at gmail.com
Thu Aug 17 09:33:12 CEST 2023


Hello, Qt Development Team.
After running:

   1. *git clean -xfdf && git submodule foreach --recursive git clean -xfdf*
   2.
*git submodule update --recursive *

the worktree is clean comprehensively.
However, there is another error when configuring the project.

[image: image.png]

The following cases are what I use to test:

*Case 1: Failed to configure.bat the 'dev' branch*

The following commands are what I run:

   1. *git clone --recursive https://github.com/qt/qt5.git
   <https://github.com/qt/qt5.git> qt*
   2. *chdir qt*
   3. *mkdir build && chdir build*
   4. *vcvarsall.bat x64*
   5. *..\configure.bat -developer-build --
   -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE*

You can see the attachment with the full log:
*log-case-1-git-clone-but-failed-to-configure-dev-branch.txt*

*Case 2: Failed to configure.bat the '6.3' branch*

The following commands are what I run:

   1. *chdir ..*
   2. *git checkout 6.3*
   3. *rmdir /s/q build*
   4. *git clean -xfdf && git submodule foreach --recursive git clean -xfdf*
   5. *git submodule update --recursive*
   6. *git status*
   7. *mkdir build && chdir build*
   8.
*..\configure.bat -developer-build --
   -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
   *

You can see the attachment with the full log:
*log-case-2-failed-to-configure-6.3-branch.txt*

*Case 3: Failed to configure.bat the '6.5' branch*

The following commands are what I run:

   1. *chdir ..*
   2. *git checkout 6.5*
   3. *rmdir /s/q build*
   4. *git clean -xfdf && git submodule foreach --recursive git clean -xfdf*
   5. *git submodule update --recursive*
   6. *git status*
   7. *mkdir build && chdir build*
   8. *..\configure.bat -developer-build --
   -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE*

You can see the attachment with the full log:
*log-case-3-failed-to-configure-6.5-branch.txt*

---
Haowei Hsu

Haowei Hsu <hwhsu1231 at gmail.com> 於 2023年8月15日 週二 下午2:51寫道:

> Hello, Alexey.
> About your previous comments:
>
> Calling 'git clean -xdf' as step 5b should remove those leftovers.
>
>
> and
>
>
>> From the log it's clear that qtgraphs has the newer version than the
>> qtbase and other repos. I'm not sure why cleaning qt5 repo didn't help.
>
>
> I think I found the solution to how to remove those untracked submodules
> properly. That is:
>
> *git clean -xfdf*
>
> This command is found at: https://stackoverflow.com/a/52044955/16265240
> The following commands are what I test:
>
>    1. *git status*
>    2. *git checkout v6.3.2*
>    3. *git status*
>    4. *git clean -xfdf*
>    5. *git status*
>
> [image: image.png]
>
> You can see the attachment with the full log:
> *log-git-clean-xfdf-after-checkout.txt*
> ---
> Haowei Hsu
>
> Alexey Edelev <alexey.edelev at qt.io> 於 2023年8月14日 週一 上午1:00寫道:
>
>> Hi Haowei Hsu,
>>
>> From the log it's clear that qtgraphs has the newer version than the
>> qtbase and other repos. I'm not sure why cleaning qt5 repo didn't help.
>>
>> Try remove the 'qtgraphs' directory manually to make sure it's not
>> included into top-level qt configuring process. You also may try to add
>> '-skip qtgraphs' argument to the '..\configure' command. If the issue
>> occurs again with other repo, do the same.
>>
>> Regards,
>> Alexey
>>
>> Alexey Edelev
>>
>> Software Engineer
>>
>> Qt Group
>> Erich-Thilo-Str. 10 12489
>> Berlin, Germany
>>
>> alexey.edelev at qt.io
>>
>> www.qt.io
>> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/Qt-Group-logo-black-1.png]
>> <https://www.qt.io/>
>> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/facebook-x2-right.png]
>> <https://www.facebook.com/qt/> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/twitter-x2.png]
>> <https://twitter.com/qtproject> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/linkedin-x2.png]
>> <https://www.linkedin.com/company/qtgroup/> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/youtube-x2.png]
>> <https://www.youtube.com/QtStudios>
>> ------------------------------
>> *From:* Haowei Hsu <hwhsu1231 at gmail.com>
>> *Sent:* Sunday, August 13, 2023 6:47 PM
>> *To:* Alexey Edelev <alexey.edelev at qt.io>
>> *Cc:* Qt development mailing list <development at qt-project.org>
>> *Subject:* Re: [Development] Failed to run configure.bat in qt/qt5
>> repository on Windows?
>>
>> Hello, Alexey.
>> Thanks for your reply. However, even though I run *'git clean -xdf'*
>> before *'..\configure.bat'*,
>> the error still showed up. The following commands are what I tried:
>>
>>    1. *rmdir /s/q build*
>>    2. *git status*
>>    3. *git clean -xdf*
>>    4. *git submodule update --recursive*
>>    5. *mkdir build && **chdir build*
>>    6. *..\configure.bat*
>>
>> What happened?
>> You can see the attachment with the full log:
>> *log-failed-even-after-git-clean-xdf.txt*
>> ---
>> Haowei Hsu
>>
>> Alexey Edelev <alexey.edelev at qt.io> 於 2023年8月13日 週日 下午8:27寫道:
>>
>> Hi Haowei Hsu,
>> you cloned the full Qt repo recursively at first step, so some modules
>> that are only available in 'dev', such as qtgraphs were cloned too. After
>> you checked out v 6.5.2 those repos remain on file system as free-floating
>> sources without version control.
>> Calling 'git clean -xdf' as step 5b should remove those leftovers.
>>
>> The error that you see means that some modules have incompatible version,
>> so the root cause of this behavior I described above.
>>
>> Regards,
>> Alexey
>>
>>
>>
>>
>> Alexey Edelev
>>
>> Software Engineer
>>
>>
>> Qt Group
>> Erich-Thilo-Str. 10 12489
>> Berlin, Germany
>>
>> alexey.edelev at qt.io
>>
>> www.qt.io
>>
>>
>>
>>
>>
>> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/Qt-Group-logo-black-1.png]
>> <https://www.qt.io/>
>> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/facebook-x2-right.png]
>> <https://www.facebook.com/qt/> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/twitter-x2.png]
>> <https://twitter.com/qtproject> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/linkedin-x2.png]
>> <https://www.linkedin.com/company/qtgroup/> [image:
>> https://s3.eu-north-1.amazonaws.com/email-signature-tool-leroy/youtube-x2.png]
>> <https://www.youtube.com/QtStudios>
>> ------------------------------
>> *From:* Development <development-bounces at qt-project.org> on behalf of
>> Haowei Hsu <hwhsu1231 at gmail.com>
>> *Sent:* Sunday, August 13, 2023 2:08 PM
>> *To:* Qt development mailing list <development at qt-project.org>
>> *Subject:* [Development] Failed to run configure.bat in qt/qt5
>> repository on Windows?
>>
>> Hello, Qt Development Team.
>>
>> Recently, I tried to configure the qt/qt5 <https://github.com/qt/qt5>
>> repository. The following commands
>> are what I use to configure the project according to its README.md:
>>
>>    1. *git clone --recursive https://github.com/qt/qt5.git
>>    <https://github.com/qt/qt5.git>*
>>    2. *chdir qt5*
>>    3. *git status*
>>    4. *git checkout v6.5.2*
>>    5. *git submodule update --recursive*
>>    6. *vcvarsall.bat x64*
>>    7. *configure.bat*
>>
>> However, it turns out that there are some errors occurred.
>> What do I miss? How to fix these errors?
>>
>> [image: image.png]
>>
>> *NOTE:* Currently, I just want to build Qt's Documentation instead of
>> the
>> whole Qt's artifacts.
>>
>> You can see the attachment with the full log:
>> *log-failed-to-run-configure-on-windows.txt*
>> ---
>> Haowei Hsu
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/01c57853/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 116156 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/01c57853/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 30966 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/01c57853/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 40941 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230817/01c57853/attachment-0005.png>
-------------- next part --------------
D:\Repo\GitHub\testing\qt-docs\qt\build>chdir ..

D:\Repo\GitHub\testing\qt-docs\qt>git checkout 6.3
warning: unable to rmdir 'qtgraphs': Directory not empty
warning: unable to rmdir 'qtgrpc': Directory not empty
warning: unable to rmdir 'qthttpserver': Directory not empty
warning: unable to rmdir 'qtquick3dphysics': Directory not empty
warning: unable to rmdir 'qtquickeffectmaker': Directory not empty
Switched to a new branch '6.3'
M       qt3d
M       qt5compat
M       qtactiveqt
M       qtbase
M       qtcharts
M       qtcoap
M       qtconnectivity
M       qtdatavis3d
M       qtdeclarative
M       qtdoc
M       qtimageformats
M       qtlanguageserver
M       qtlocation
M       qtlottie
M       qtmqtt
M       qtmultimedia
M       qtnetworkauth
M       qtopcua
M       qtpositioning
M       qtqa
M       qtquick3d
M       qtquicktimeline
M       qtremoteobjects
M       qtrepotools
M       qtscxml
M       qtsensors
M       qtserialbus
M       qtserialport
M       qtshadertools
M       qtspeech
M       qtsvg
M       qttools
M       qttranslations
M       qtvirtualkeyboard
M       qtwayland
M       qtwebchannel
M       qtwebengine
M       qtwebsockets
M       qtwebview
branch '6.3' set up to track 'origin/6.3'.

D:\Repo\GitHub\testing\qt-docs\qt>rmdir /s/q build

D:\Repo\GitHub\testing\qt-docs\qt>git clean -xfdf && git submodule foreach --recursive git clean -xfdf
Removing qtgraphs/
Removing qtgrpc/
Removing qthttpserver/
Removing qtquick3dphysics/
Removing qtquickeffectmaker/
Entering 'qt3d'
Entering 'qt3d/src/3rdparty/assimp/src'
Entering 'qt5compat'
Entering 'qtactiveqt'
Entering 'qtbase'
Entering 'qtcanvas3d'
Entering 'qtcharts'
Entering 'qtcoap'
Entering 'qtconnectivity'
Entering 'qtdatavis3d'
Entering 'qtdeclarative'
Entering 'qtdeclarative/tests/auto/qml/ecmascripttests/test262'
Entering 'qtdoc'
Entering 'qtfeedback'
Entering 'qtgamepad'
Entering 'qtimageformats'
Entering 'qtlanguageserver'
Entering 'qtlocation'
Entering 'qtlottie'
Entering 'qtmqtt'
Entering 'qtmultimedia'
Entering 'qtnetworkauth'
Entering 'qtopcua'
Entering 'qtpim'
Entering 'qtpositioning'
Entering 'qtqa'
Entering 'qtquick3d'
Entering 'qtquick3d/src/3rdparty/assimp/src'
Entering 'qtquicktimeline'
Entering 'qtremoteobjects'
Entering 'qtrepotools'
Entering 'qtscxml'
Entering 'qtsensors'
Entering 'qtserialbus'
Entering 'qtserialport'
Entering 'qtshadertools'
Entering 'qtspeech'
Entering 'qtsvg'
Entering 'qtsystems'
Entering 'qttools'
Entering 'qttools/src/assistant/qlitehtml'
Entering 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml'
Entering 'qttranslations'
Entering 'qtvirtualkeyboard'
Entering 'qtwayland'
Entering 'qtwebchannel'
Entering 'qtwebengine'
Entering 'qtwebengine/src/3rdparty'
Entering 'qtwebglplugin'
Entering 'qtwebsockets'
Entering 'qtwebview'
Entering 'qtxmlpatterns'
Entering 'qtxmlpatterns/tests/auto/3rdparty/testsuites'

D:\Repo\GitHub\testing\qt-docs\qt>git submodule update --recursive
Submodule path 'qt3d': checked out 'b6d9498192e589b1113d14ffb6b1c7fba2a7b468'
Submodule path 'qt5compat': checked out '6bc6fe33cebd496a529749ddd7a539010aedd838'
Submodule path 'qtactiveqt': checked out '7123e01a15123803c91aea3ce37afe32754bd144'
Submodule path 'qtbase': checked out 'fe0dd828ab031eb1fb6bcf081b463833086c5383'
Submodule path 'qtcharts': checked out '5e0013b27e7846c1e03a173e5929583803618288'
Submodule path 'qtcoap': checked out '28cdb946d3c25a4aebc6e629c071b501a902b4dd'
Submodule path 'qtconnectivity': checked out 'd369d77c8ec3cae31a7b08541958507132dd6036'
Submodule path 'qtdatavis3d': checked out '113e1124b7d4c9d8b82b3d7b2c180bd98e122a29'
Submodule path 'qtdeclarative': checked out '17af1433bfab54091051fa2b336a4c0866d4cc14'
Submodule path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262': checked out '4dad98d63c279b989fdb48006fbd1db8ee27bc7f'
Submodule path 'qtdoc': checked out 'bb1f1673cb62c072268be5262dcde72218b29dd1'
Submodule path 'qtimageformats': checked out 'f2b268c79f9022afc286ed24790436b0def58626'
Submodule path 'qtlanguageserver': checked out 'bdfa14f631b8d1495dad77ccfffa96f34044a8db'
Submodule path 'qtlocation': checked out '7f6ee8fa23a92660c4728b950bb14a46d1ec6a5b'
Submodule path 'qtlottie': checked out 'c14ae686397bec0aa5fb20ca3fab5d4d445b5e17'
Submodule path 'qtmqtt': checked out '9392cbf8033f21527c1739befcaf8fa4ae67f88c'
Submodule path 'qtmultimedia': checked out '792e5d45cf7c73d6b0c2c22af406ff3be3585731'
Submodule path 'qtnetworkauth': checked out '3818fcd517594a6684ed4c24124ca5654ab92146'
Submodule path 'qtopcua': checked out '5d56da55b5b5eb03e1840b57213997293ed925b5'
Submodule path 'qtpositioning': checked out '263c64a5cf5ccb68cfb1ba3060a87b8aa43d099c'
Submodule path 'qtqa': checked out '6d348a8719cc0c51e78463962ea1eaad9f223736'
Submodule path 'qtquick3d': checked out '2cbced05cecba24811d039d3d4ef8ebcc162ae32'
Submodule path 'qtquick3d/src/3rdparty/assimp/src': checked out '0d070876e813d36ebc87c9a1e06c0ff7d6cfd676'
Submodule path 'qtquicktimeline': checked out '041130beb0372490a7aa6d274f60da8d638d8c33'
Submodule path 'qtremoteobjects': checked out '4eeffd8725004d9628cfa6e581519d375942c0cf'
Submodule path 'qtrepotools': checked out '8b623958f5c90df70d83fd1f97d79b39b14840c8'
Submodule path 'qtscxml': checked out 'e05a7055366539a51f296218e394d6ef616cdf1c'
Submodule path 'qtsensors': checked out 'd8f8fc3927ae26e90417802943f04789e9e2559e'
Submodule path 'qtserialbus': checked out 'd0c21044dbe52453eee90a8cdeb877eb6bc47266'
Submodule path 'qtserialport': checked out '3c5b4a6a0ad16b49aebc141b1b012317bf6b93ea'
Submodule path 'qtshadertools': checked out '011d3b86679c42dbb46727de398447c86553f10b'
Submodule path 'qtspeech': checked out '25c1b5b74cc96ceaefeed6be76cda402f406a238'
Submodule path 'qtsvg': checked out 'c112dbe2e3cbdd3fa6a8f82f7fbd0a73ad33cded'
Submodule path 'qttools': checked out 'e24042be0fd018e40b8746d8d8f311fab034df3e'
Submodule path 'qttools/src/assistant/qlitehtml': checked out '4931b7aa30f256c20573d283561aa432fecf8f38'
Submodule path 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml': checked out '6236113734bb0a28467e5999e86fdd2834be8e01'
Submodule path 'qttranslations': checked out '5d98f4ff60361508223847efa3dc619605a37db3'
Submodule path 'qtvirtualkeyboard': checked out '5347a515744607c8574f13510d1665fd00d2c457'
Submodule path 'qtwayland': checked out 'd9d0a354b2bc9abcaf45acf2fa1b1b706f5d93cf'
Submodule path 'qtwebchannel': checked out '2090e6b7e89c5b387b8233afbf71cc44d0442090'
Submodule path 'qtwebengine': checked out '8267f39752832926bb530ffd08b8eb83838ce987'
Submodule path 'qtwebengine/src/3rdparty': checked out '9a8385241542eaad285501be6dc66d96a76c20aa'
Submodule path 'qtwebsockets': checked out '89fcf7eb3d4f24d01ed3130dac691042a99c72dd'
Submodule path 'qtwebview': checked out 'ff0b2c681dfbf0aab8715e9e677779c078941f58'

D:\Repo\GitHub\testing\qt-docs\qt>git status
On branch 6.3
Your branch is up to date with 'origin/6.3'.

nothing to commit, working tree clean

D:\Repo\GitHub\testing\qt-docs\qt>mkdir build && chdir build

D:\Repo\GitHub\testing\qt-docs\qt\build>..\configure.bat -developer-build -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE
+ cd qtbase
+ D:\Repo\GitHub\testing\qt-docs\qt\qtbase\configure.bat -top-level -developer-build -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE
-- Windows 10 SDK version: 10.0.22000.0
'C:/Program Files/CMake/bin/cmake.exe' '-DQT_HOST_PATH=C:/Qt/6.3.2/msvc2019_64' '-DQT_NO_PACKAGE_VERSION_CHECK=TRUE' '-DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'D:/Repo/GitHub/testing/qt-docs/qt'
-- The CXX compiler identification is MSVC 19.29.30147.0
-- The C compiler identification is MSVC 19.29.30147.0
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of submodule 'qtbase'
Checking dependencies of submodule 'qtimageformats'
Checking dependencies of submodule 'qtlanguageserver'
Checking dependencies of submodule 'qtshadertools'
Checking dependencies of submodule 'qtsvg'
Checking dependencies of submodule 'qtdeclarative'
Checking dependencies of submodule '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 'qtpositioning'
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'
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 /Ob0 /Od /RTC1
    -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
    -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
    -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
    -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
    -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
    -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
    -DCMAKE_OBJCOPY=C:/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.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Success
-- CMAKE_VERSION: "3.27.1"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_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")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Success
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Success
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Failed
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Success
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Success
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Failed
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Failed
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Success
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Failed
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Failed
-- 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)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Failed
-- 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)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Success
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
-- Found OpenSSL: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.lib (found version "3.0.8")
-- Found WrapOpenSSLHeaders: C:/Program Files/OpenSSL-Win64/include (found version "3.0.8")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.lib (found version "3.0.8")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Success
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (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)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- 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.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using Qt bundled ZLIB.
-- Found WrapZLIB: TRUE
-- 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)
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- 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.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (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)
-- Found MySQL: C:/Program Files/MySQL/MySQL Server 8.0/lib/libmysql.lib
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "9.6.3")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: odbc32.lib
-- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Using Qt bundled Jpeg.
-- Found WrapJpeg: TRUE
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)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: '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)


-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
-- Performing Test COMPILER_HAS_DEPRECATED
-- Performing Test COMPILER_HAS_DEPRECATED - Success
-- 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)
-- Found WMF: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/strmiids.lib
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring 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")
-- Performing Test
-- Performing Test  - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
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)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Failed
-- Performing Test HAVE_ICONV_WITH_LIB
-- Performing Test HAVE_ICONV_WITH_LIB - Failed
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'
-- Performing Test BlueZ
-- Performing Test BlueZ - Failed
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Success
-- 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/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'
-- Performing Test HAVE_ntddmodm
-- Performing Test HAVE_ntddmodm - Failed
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'
-- Performing Test WinRT geolocation
-- Performing Test WinRT geolocation - Success
-- 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'
-- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
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"
  does NOT exist

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'
-- Performing Test HAVE_uacpp
-- Performing Test HAVE_uacpp - Failed
-- Running syncqt for module: 'QtDeclarativeOpcua'
Configuring submodule 'qtpositioning'
-- CMAKE_BUILD_TYPE was set to: 'Debug'
-- CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "Bundled_Poly2Tri" because another target
  with the same name already exists.  The existing target is a static library
  created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/3rdparty/poly2tri".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:52 (_qt_internal_add_library)
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:163 (qt_internal_add_common_qt_library_helper)
  qtpositioning/src/3rdparty/poly2tri/CMakeLists.txt:7 (qt_internal_add_3rdparty_library)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "Bundled_Clipper" because another target
  with the same name already exists.  The existing target is a static library
  created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/3rdparty/clipper".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:52 (_qt_internal_add_library)
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:163 (qt_internal_add_common_qt_library_helper)
  qtpositioning/src/3rdparty/clipper/CMakeLists.txt:7 (qt_internal_add_3rdparty_library)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "Bundled_Clip2Tri" because another target
  with the same name already exists.  The existing target is a static library
  created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/3rdparty/clip2tri".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:52 (_qt_internal_add_library)
  qtbase/cmake/Qt3rdPartyLibraryHelpers.cmake:163 (qt_internal_add_common_qt_library_helper)
  qtpositioning/src/3rdparty/clip2tri/CMakeLists.txt:7 (qt_internal_add_3rdparty_library)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "Positioning" because another target with
  the same name already exists.  The existing target is a shared library
  created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/positioning".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  qtbase/cmake/QtModuleHelpers.cmake:128 (_qt_internal_add_library)
  qtpositioning/src/positioning/CMakeLists.txt:7 (qt_internal_add_module)


CMake Error at qtbase/cmake/QtDocsHelpers.cmake:94 (add_custom_target):
  add_custom_target cannot create target "qattributionsscanner_Positioning"
  because another target with the same name already exists.  The existing
  target is a custom target created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/positioning".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  qtpositioning/src/positioning/CMakeLists.txt:65 (qt_internal_add_docs)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "QGeoPositionInfoSourceFactoryPollPlugin"
  because another target with the same name already exists.  The existing
  target is a module library created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/plugins/position/positionpoll".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2368 (_qt_internal_add_library)
  qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin)
  qtpositioning/src/plugins/position/positionpoll/CMakeLists.txt:7 (qt_internal_add_plugin)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "QGeoPositionInfoSourceFactoryWinRTPlugin"
  because another target with the same name already exists.  The existing
  target is a module library created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/plugins/position/winrt".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2368 (_qt_internal_add_library)
  qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin)
  qtpositioning/src/plugins/position/winrt/CMakeLists.txt:7 (qt_internal_add_plugin)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "QGeoPositionInfoSourceFactoryNmeaPlugin"
  because another target with the same name already exists.  The existing
  target is a module library created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/plugins/position/nmea".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2368 (_qt_internal_add_library)
  qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin)
  qtpositioning/src/plugins/position/nmea/CMakeLists.txt:7 (qt_internal_add_plugin)


CMake Error at build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2535 (add_library):
  add_library cannot create target "positioningquickplugin" because another
  target with the same name already exists.  The existing target is a module
  library created in source directory
  "D:/Repo/GitHub/testing/qt-docs/qt/qtlocation/src/positioningquick".  See
  documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:2368 (_qt_internal_add_library)
  qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:224 (qt_internal_add_plugin)
  qtpositioning/src/positioningquick/CMakeLists.txt:7 (qt_internal_add_qml_module)


CMake Error at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:313 (message):
  Output directory for target "PositioningQuick" is already used by another
  QML module (target "PositioningQuick").  Output directory is:

    D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/qml/QtPositioning

Call Stack (most recent call first):
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:302 (qt6_add_qml_module)
  qtpositioning/src/positioningquick/CMakeLists.txt:7 (qt_internal_add_qml_module)


-- Configuring incomplete, errors occurred!
CMake Error at D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:963 (message):
  CMake exited with code 1.



D:\Repo\GitHub\testing\qt-docs\qt\build>
-------------- next part --------------
D:\Repo\GitHub\testing\qt-docs\qt\build>chdir ..

D:\Repo\GitHub\testing\qt-docs\qt>git checkout 6.5
Switched to branch '6.5'
M       qt3d
M       qt5compat
M       qtactiveqt
M       qtbase
M       qtcharts
M       qtcoap
M       qtconnectivity
M       qtdatavis3d
M       qtdeclarative
M       qtdoc
M       qtimageformats
M       qtlanguageserver
M       qtlocation
M       qtlottie
M       qtmqtt
M       qtmultimedia
M       qtnetworkauth
M       qtopcua
M       qtpositioning
M       qtqa
M       qtquick3d
M       qtquicktimeline
M       qtremoteobjects
M       qtrepotools
M       qtscxml
M       qtsensors
M       qtserialbus
M       qtserialport
M       qtshadertools
M       qtspeech
M       qtsvg
M       qttools
M       qttranslations
M       qtvirtualkeyboard
M       qtwayland
M       qtwebchannel
M       qtwebengine
M       qtwebsockets
M       qtwebview
Your branch is up to date with 'origin/6.5'.

D:\Repo\GitHub\testing\qt-docs\qt>rmdir /s/q build

D:\Repo\GitHub\testing\qt-docs\qt>git clean -xfdf && git submodule foreach --recursive git clean -xfdf
Entering 'qt3d'
Entering 'qt3d/src/3rdparty/assimp/src'
Entering 'qt5compat'
Entering 'qtactiveqt'
Entering 'qtbase'
Entering 'qtcanvas3d'
Entering 'qtcharts'
Entering 'qtcoap'
Entering 'qtconnectivity'
Entering 'qtdatavis3d'
Entering 'qtdeclarative'
Entering 'qtdeclarative/tests/auto/qml/ecmascripttests/test262'
Entering 'qtdoc'
Entering 'qtfeedback'
Entering 'qtgamepad'
Entering 'qtimageformats'
Entering 'qtlanguageserver'
Entering 'qtlocation'
Entering 'qtlottie'
Entering 'qtmqtt'
Entering 'qtmultimedia'
Entering 'qtnetworkauth'
Entering 'qtopcua'
Entering 'qtpim'
Entering 'qtpositioning'
Entering 'qtqa'
Entering 'qtquick3d'
Entering 'qtquick3d/src/3rdparty/assimp/src'
Entering 'qtquicktimeline'
Entering 'qtremoteobjects'
Entering 'qtrepotools'
Entering 'qtscxml'
Entering 'qtsensors'
Entering 'qtserialbus'
Entering 'qtserialport'
Entering 'qtshadertools'
Entering 'qtspeech'
Entering 'qtsvg'
Entering 'qtsystems'
Entering 'qttools'
Entering 'qttools/src/assistant/qlitehtml'
Entering 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml'
Entering 'qttranslations'
Entering 'qtvirtualkeyboard'
Entering 'qtwayland'
Entering 'qtwebchannel'
Entering 'qtwebengine'
Entering 'qtwebengine/src/3rdparty'
Entering 'qtwebglplugin'
Entering 'qtwebsockets'
Entering 'qtwebview'
Entering 'qtxmlpatterns'
Entering 'qtxmlpatterns/tests/auto/3rdparty/testsuites'

D:\Repo\GitHub\testing\qt-docs\qt>git submodule update --recursive
Submodule path 'qt3d': checked out '77234393b59b7d9be466e7c2ec00e90ee077c41f'
Submodule path 'qt5compat': checked out '24146684c6ba1f57e0d2515857fd63219908dfca'
Submodule path 'qtactiveqt': checked out 'a36e91e32b765f05d731da8c445f6b06e586cf17'
Submodule path 'qtbase': checked out '07876a4f1a76771ca19765ad2825923ec8f30c00'
Submodule path 'qtcharts': checked out 'fc2ef8535baf1f2ff3337985e559fcc98e56f09b'
Submodule path 'qtcoap': checked out 'e55c2ab18fb7fb31c5103b54ae0a78fd12ec4712'
Submodule path 'qtconnectivity': checked out 'cbb7d2522b94c443f7670faf08b9f64c7afa4379'
Submodule path 'qtdatavis3d': checked out '7422bcae8c5fbd2462a2a91c1cbcf74446f6d290'
Submodule path 'qtdeclarative': checked out '644f7c4483f5f91e62d027d21c01e01134c647a9'
Submodule path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262': checked out 'a0efb7e1ab1cee24c387abe1897ff18fa116c17d'
Submodule path 'qtdoc': checked out 'b77ba35a84ca31297f284a04619ae06764ff4fe1'
Submodule path 'qtgrpc': checked out '4fc51c87452c1a7d3308f4c07c045d4049f85dfc'
Submodule path 'qthttpserver': checked out '4574473cf7e8d576f5b49ea93a2a0a83f169724d'
Submodule path 'qtimageformats': checked out '4b8141cfc4e52dd2fcadc273c404e6c30d06e5c0'
Submodule path 'qtlanguageserver': checked out 'bd7da978b5ff2d368c17f5c32591d8c55c4df04b'
Submodule path 'qtlocation': checked out '8026da904730a26958107caa8f63700b6868c1e6'
Submodule path 'qtlottie': checked out 'fbeb909c87930b43969ef72945016195d1642fca'
Submodule path 'qtmqtt': checked out '8ac325a8e5ab6e13072ba259a5148c3d51f24aab'
Submodule path 'qtmultimedia': checked out 'e809ea2a619405394fce99139f38da088f51aed2'
Submodule path 'qtnetworkauth': checked out 'd3923a1b8e8def0d16da8e036fec6bc48c823640'
Submodule path 'qtopcua': checked out '663e13164c57b0d937e0caff5955b3df61d3a8d7'
Submodule path 'qtpositioning': checked out 'd1211a3d84954e6a643298d3b39507eb9f33bf38'
Submodule path 'qtqa': checked out 'f60f376b5f9c10234071263f21cbaa2e7414b33e'
Submodule path 'qtquick3d': checked out '46970f32338d4f51837d9ec8bda848369eccdf6f'
Submodule path 'qtquick3d/src/3rdparty/assimp/src': checked out 'fd7cd819e9e130385e17e707da31e60b82e787d0'
Submodule path 'qtquick3dphysics': checked out '58d1bfe6f78e91614984623d462460b83a425891'
Submodule path 'qtquickeffectmaker': checked out '98b7f8e56dc469d1874c5e8fe81a7a14a7b1448d'
Submodule path 'qtquicktimeline': checked out '613bae311976a83519415677823726164ddfd503'
Submodule path 'qtremoteobjects': checked out 'dcdb4084d34318cdf491f595fdfc941e2f29b738'
Submodule path 'qtrepotools': checked out 'e6f2e023492d3ded8ebeca331670bfc907dbd2fb'
Submodule path 'qtscxml': checked out '87ac5f7ef9f0c7c294d94b0c2e1d9e3dcda6277a'
Submodule path 'qtsensors': checked out 'b32878d8fa954a4776c5d4a316081205112ecbf7'
Submodule path 'qtserialbus': checked out '41d6d441a95f788187cdc52344b9be4d109b72f1'
Submodule path 'qtserialport': checked out 'b5d0b2a29adb9f342d01fd20ce33831c4e7660bf'
Submodule path 'qtshadertools': checked out 'f35e1f4134c7f4a29d1dce70c63111646a54d444'
Submodule path 'qtspeech': checked out '85b98f2e4d80670d68f39abe60dc208176d87532'
Submodule path 'qtsvg': checked out '52d4d79bb00e296e1fd47fbacf5fea0d4607bbe2'
Submodule path 'qttools': checked out '4088321c2e4c2668b8d51ec00d9e458b828dfd7e'
Submodule path 'qttools/src/assistant/qlitehtml': checked out 'f05f78ef33225823d348ee18f2fa464e95024dd2'
Submodule path 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml': checked out '43af58e8adad70c4f1a0a9235546a246754c1737'
Submodule path 'qttranslations': checked out '0307dced41fa31b8fe99c50683c8fd8be787edbc'
Submodule path 'qtvirtualkeyboard': checked out '543ad74c4ddd378600d0cb6f4fe4f474f30ea6bf'
Submodule path 'qtwayland': checked out '39fb9faf37a3f37202d5ef9e03990274e4ef4e9b'
Submodule path 'qtwebchannel': checked out 'e4ccd6e33068cb95c84d201beb5a6b053a805f40'
Submodule path 'qtwebengine': checked out 'f9705d97df33825f6b0a895a99f2590a9fcdb5c4'
Submodule path 'qtwebengine/src/3rdparty': checked out '4e6ef6da9efa4b482eec5e1be1df4a5a63b14311'
Submodule path 'qtwebsockets': checked out '8a1036f9118a68126e8bd0d4c263e6c49f6fde1b'
Submodule path 'qtwebview': checked out 'ea92279e5289ad8a79e54b8b9fc903c8c9fdc317'

D:\Repo\GitHub\testing\qt-docs\qt>git status
On branch 6.5
Your branch is up to date with 'origin/6.5'.

nothing to commit, working tree clean

D:\Repo\GitHub\testing\qt-docs\qt>mkdir build && chdir build

D:\Repo\GitHub\testing\qt-docs\qt\build>..\configure.bat -developer-build -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
+ cd qtbase
+ D:\Repo\GitHub\testing\qt-docs\qt\qtbase\configure.bat -top-level -developer-build -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
-- Windows 10 SDK version: 10.0.22000.0
'C:/Program Files/CMake/bin/cmake.exe' '-DQT_HOST_PATH=C:/Qt/6.3.2/msvc2019_64' '-DQT_NO_PACKAGE_VERSION_CHECK=TRUE' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'D:/Repo/GitHub/testing/qt-docs/qt'
-- The CXX compiler identification is MSVC 19.29.30147.0
-- The C compiler identification is MSVC 19.29.30147.0
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgrpc'
-- Checking dependencies of submodule 'qtlocation'
-- Checking dependencies of submodule 'qtlottie'
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qtnetworkauth'
-- Checking dependencies of submodule 'qtopcua'
-- Checking dependencies of submodule '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: 'Debug'
-- [QtBase] Check for feature set changes
-- [QtBase] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtBase] Building architecture extraction project with the following CMake arguments:
            -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
            -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
            -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
            -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
            -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
            -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
            -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
            -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
            -DCMAKE_EXE_LINKER_FLAGS=/machine:x64
            -DCMAKE_C_STANDARD=11
            -DCMAKE_C_STANDARD_REQUIRED=ON
            -DCMAKE_CXX_STANDARD=17
            -DCMAKE_CXX_STANDARD_REQUIRED=ON
            -DCMAKE_MODULE_PATH:STRING=D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from D:/Repo/GitHub/testing/qt-docs/qt/build/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/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] QT_INSTALL_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] QT_WILL_INSTALL: "OFF"
-- [QtBase] 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)
-- [QtBase] 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)
-- [QtBase] MSVC_VERSION: "1929"
-- [QtBase] MSVC_TOOLSET_VERSION: "142"
-- [QtBase] Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found suitable version "1.2.11", minimum required is "1.0.8")
-- [QtBase] Could NOT find WrapSystemZLIB (missing: WrapSystemZLIB_FOUND) (Required is at least version "1.0.8")
-- [QtBase] Found OpenSSL: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.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: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.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 - Success
-- [QtBase] Performing Test TEST_use_lld_linker
-- [QtBase] Performing Test TEST_use_lld_linker - Success
-- [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 - Failed
-- [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 - Success
-- [QtBase] Performing Test TEST_gdb_index
-- [QtBase] Performing Test TEST_gdb_index - Success
-- [QtBase] Performing Test HAVE_reduce_relocations
-- [QtBase] Performing Test HAVE_reduce_relocations - Failed
-- [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 - Failed
-- [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] 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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [QtBase]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _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 - Failed
-- [QtBase] Could NOT find WrapRt (missing: WrapRt_FOUND)
-- [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_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 - Success
-- [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) (found suitable version "2.7.1", minimum required is "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) (found version "90")
-- [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 - Failed
-- [QtBase] Looking for pthread_create in pthreads
-- [QtBase] Looking for pthread_create in pthreads - not found
-- [QtBase] Looking for pthread_create in pthread
-- [QtBase] Looking for pthread_create in pthread - not found
-- [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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [QtBase]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _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 WrapRt (missing: WrapRt_FOUND)
-- [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] 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) (found suitable version "2.7.1", minimum required is "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) (found version "90")
-- [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 "9.6.3")
-- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- [QtBase] Found ODBC: odbc32.lib
-- [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
CMake Warning at qtbase/tests/auto/CMakeLists.txt:22 (message):
   QtDBus is enabled with runtime support, but session bus is not available.
   Skipping QtDBus tests.


-- [QtBase] CMAKE_VERSION: 3.27.1
-- [QtBase] CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake
-- [QtBase] CMAKE_MODULES_UNDER_TEST: Core;Network;Xml;Sql;Test;DBus;Gui;Widgets;PrintSupport;OpenGL;Concurrent
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtimageformats/CMakeLists.txt:14 (find_package)


-- [QtImageFormats] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtImageFormats] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtImageFormats] Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
-- [QtImageFormats] Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- [QtImageFormats] Could NOT find TIFF (missing: TIFF_LIBRARY) (found version "4.0.7")
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtlanguageserver/CMakeLists.txt:14 (find_package)


-- [QtLanguageServer] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtLanguageServer] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtLanguageServer] Running syncqt.cpp for module: QtJsonRpc
-- [QtLanguageServer] Running syncqt.cpp for module: QtLanguageServer
-- Configuring submodule 'qtshadertools'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtshadertools/CMakeLists.txt:16 (find_package)


-- [QtShaderTools] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtShaderTools] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsvg/CMakeLists.txt:14 (find_package)


-- [QtSvg] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSvg] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtSvg] Running syncqt.cpp for module: QtSvg
-- [QtSvg] Running syncqt.cpp for module: QtSvgWidgets
-- Configuring submodule 'qtdeclarative'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdeclarative/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfigVersion.cmake:31 (message):
  Package Qt6ShaderToolsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdeclarative/CMakeLists.txt:45 (find_package)


-- [QtDeclarative] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDeclarative] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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 - Failed
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED - 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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtquicktimeline/CMakeLists.txt:16 (find_package)


-- [QtQuickTimeline] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQuickTimeline] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtQuickTimeline] Running syncqt.cpp for module: QtQuickTimeline
-- Configuring submodule 'qtquick3d'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtquick3d/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfigVersion.cmake:31 (message):
  Package Qt6ShaderToolsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtquick3d/CMakeLists.txt:56 (find_package)


-- [QtQuick3D] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQuick3D] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtmultimedia/CMakeLists.txt:16 (find_package)


-- [QtMultimedia] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtMultimedia] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/strmiids.lib
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qt3d/CMakeLists.txt:17 (find_package)


-- [Qt3D] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [Qt3D] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/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/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/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/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/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/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/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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qt5compat/CMakeLists.txt:16 (find_package)


-- [Qt5Compat] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [Qt5Compat] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [Qt5Compat] Found the following ICU libraries:
-- [Qt5Compat]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [Qt5Compat]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [Qt5Compat] The following ICU libraries were not found:
-- [Qt5Compat]   data (required)
-- [Qt5Compat] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [Qt5Compat] Performing Test HAVE_ICONV
-- [Qt5Compat] Performing Test HAVE_ICONV - Failed
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB - Failed
-- [Qt5Compat] Running syncqt.cpp for module: QtCore5Compat
CMake Warning (dev) at build/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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtactiveqt/CMakeLists.txt:28 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtactiveqt/CMakeLists.txt:29 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtactiveqt/CMakeLists.txt:29 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtactiveqt/CMakeLists.txt:29 (find_package)


-- [QtActiveQt] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtActiveQt] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtActiveQt] CMAKE_MODULES_UNDER_TEST: Core;Widgets;Gui
-- Configuring submodule 'qtcharts'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcharts/CMakeLists.txt:19 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcharts/CMakeLists.txt:20 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcharts/CMakeLists.txt:20 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcharts/CMakeLists.txt:20 (find_package)


-- [QtCharts] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtCharts] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtCharts] CMAKE_MODULES_UNDER_TEST: Core;Charts
-- Configuring submodule 'qtcoap'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcoap/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcoap/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcoap/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtcoap/CMakeLists.txt:15 (find_package)


-- [QtCoap] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtCoap] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtCoap] Running syncqt.cpp for module: QtCoap
-- Configuring submodule 'qtconnectivity'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtconnectivity/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake:31 (message):
  Package Qt6DBusTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtconnectivity/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtconnectivity/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtconnectivity/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtconnectivity/CMakeLists.txt:16 (find_package)


-- [QtConnectivity] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtConnectivity] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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 - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtConnectivity] CMAKE_MODULES_UNDER_TEST: Core;Bluetooth;Nfc
-- Configuring submodule 'qtdatavis3d'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdatavis3d/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdatavis3d/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdatavis3d/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdatavis3d/CMakeLists.txt:15 (find_package)


-- [QtDataVisualization] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDataVisualization] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualization
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualizationQml
-- Configuring submodule 'qtwebsockets'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebsockets/CMakeLists.txt:19 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebsockets/CMakeLists.txt:20 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebsockets/CMakeLists.txt:20 (find_package)


-- [QtWebSockets] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtWebSockets] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtWebSockets] Running syncqt.cpp for module: QtWebSockets
CMake Warning (dev) at build/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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtWebSockets] CMAKE_MODULES_UNDER_TEST: Core;WebSockets
-- Configuring submodule 'qthttpserver'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qthttpserver/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qthttpserver/CMakeLists.txt:17 (find_package)


-- [QtHttpServer] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtHttpServer] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtHttpServer] Running syncqt.cpp for module: QtHttpServer
-- [QtHttpServer] CMAKE_VERSION: 3.27.1
-- [QtHttpServer] 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
-- [QtHttpServer] CMAKE_MODULES_UNDER_TEST: Core;HttpServer
-- Configuring submodule 'qttools'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qttools/CMakeLists.txt:21 (find_package)


-- [QtTools] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtTools] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Could NOT find Clang (missing: Clang_DIR)
-- [QtTools] Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- [QtTools] Running syncqt.cpp for module: QtUiPlugin
-- [QtTools] Running syncqt.cpp for module: QtUiTools
-- Could NOT find Clang (missing: Clang_DIR)
-- [QtTools] Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- [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/_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.


-- [QtTools] Tool 'Qt6::qtattributionsscanner' will be built from source.
-- [QtTools] Generated QtModulePlugins.cmake files for the following modules: Designer
-- Configuring submodule 'qtserialport'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialport/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialport/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialport/CMakeLists.txt:17 (find_package)


-- [QtSerialPort] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSerialPort] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtSerialPort] CMAKE_MODULES_UNDER_TEST: Core;SerialPort
-- Configuring submodule 'qtpositioning'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtpositioning/CMakeLists.txt:17 (find_package)


-- [QtPositioning] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtPositioning] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtPositioning] Performing Test WinRT geolocation
-- [QtPositioning] Performing Test WinRT geolocation - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtPositioning] CMAKE_MODULES_UNDER_TEST: Core;Positioning
-- [QtPositioning] Generated QtModulePlugins.cmake files for the following modules: Positioning
-- Configuring submodule 'qtwebchannel'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebchannel/CMakeLists.txt:19 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebchannel/CMakeLists.txt:20 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebchannel/CMakeLists.txt:20 (find_package)


-- [QtWebChannel] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtWebChannel] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannel
CMake Warning (dev) at build/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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtWebChannel] CMAKE_MODULES_UNDER_TEST: Core;WebChannel
-- Configuring submodule 'qtwebengine'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtwebengine/CMakeLists.txt:15 (find_package)


-- [QtWebEngine] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtWebEngine] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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.3")
-- [QtWebEngine] Found Python3: C:/Python/Python310/python.exe (found suitable version "3.10.7", minimum required is "3.6") found components: Interpreter
-- [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 - Failed
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Success
[QtWebEngine] -- Windows 10 SDK version: 10.0.22000.0
-- [QtWebEngine] Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "12")
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS GIO)
-- [QtWebEngine] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- [QtWebEngine] Running syncqt.cpp for module: QtWebEngineCore
-- [QtWebEngine] Tool 'Qt6::qwebengine_convert_dict' will be built from source.
-- [QtWebEngine] Running syncqt.cpp for module: QtWebEngineWidgets
-- [QtWebEngine] Running syncqt.cpp for module: QtWebEngineQuick
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Running syncqt.cpp for module: QtPdf
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfWidgets
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfQuick
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Configuring submodule 'qtdoc'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtdoc/CMakeLists.txt:16 (find_package)


-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDoc] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Configuring submodule 'qtgrpc'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtgrpc/CMakeLists.txt:14 (find_package)


-- Could NOT find Qt6ProtobufTools (missing: Qt6ProtobufTools_DIR)
-- Could NOT find Qt6GrpcTools (missing: Qt6GrpcTools_DIR)
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtgrpc/CMakeLists.txt:21 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtgrpc/CMakeLists.txt:21 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtgrpc/CMakeLists.txt:21 (find_package)


-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtGrpc] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtlocation/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtlocation/CMakeLists.txt:29 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtlocation/CMakeLists.txt:29 (find_package)


-- [QtLocation] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtLocation] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtLocation] Running syncqt.cpp for module: QtLocation
-- [QtLocation] Generated QtModulePlugins.cmake files for the following modules: Location
-- Configuring submodule 'qtlottie'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtlottie/CMakeLists.txt:14 (find_package)


-- [QtLottie] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtLottie] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtLottie] Running syncqt.cpp for module: QtBodymovin
-- Configuring submodule 'qtmqtt'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtmqtt/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtmqtt/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtmqtt/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtmqtt/CMakeLists.txt:15 (find_package)


-- [QtMqtt] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtMqtt] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtMqtt] Running syncqt.cpp for module: QtMqtt
-- Configuring submodule 'qtnetworkauth'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtnetworkauth/CMakeLists.txt:16 (find_package)


-- [QtNetworkAuth] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtNetworkAuth] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtNetworkAuth] Running syncqt.cpp for module: QtNetworkAuth
-- Configuring submodule 'qtopcua'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtopcua/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtopcua/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtopcua/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtopcua/CMakeLists.txt:15 (find_package)


-- [QtOpcUa] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtOpcUa] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtqa/CMakeLists.txt:16 (find_package)


-- [QtQualityAssurance] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQualityAssurance] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Configuring submodule 'qtquick3dphysics'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtquick3dphysics/CMakeLists.txt:17 (find_package)


-- [QtQuick3DPhysics] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQuick3DPhysics] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysics
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysicsHelpers
-- Configuring submodule 'qtquickeffectmaker'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtquickeffectmaker/CMakeLists.txt:15 (find_package)


-- [QQEffectMaker] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QQEffectMaker] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
Nodes path: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtremoteobjects/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtremoteobjects/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtremoteobjects/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtremoteobjects/CMakeLists.txt:15 (find_package)


-- [QtRemoteObjects] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtRemoteObjects] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtRemoteObjects] CMAKE_MODULES_UNDER_TEST: Core;Network;RemoteObjects
-- Configuring submodule 'qtscxml'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtscxml/CMakeLists.txt:14 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtscxml/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtscxml/CMakeLists.txt:15 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtscxml/CMakeLists.txt:15 (find_package)


-- [QtScxml] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtScxml] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtScxml] CMAKE_MODULES_UNDER_TEST: Core;Scxml
-- [QtScxml] Generated QtModulePlugins.cmake files for the following modules: Scxml
-- Configuring submodule 'qtsensors'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsensors/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsensors/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsensors/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
  build/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsensors/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake:31 (message):
  Package Qt6DBusTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtsensors/CMakeLists.txt:17 (find_package)


-- [QtSensors] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSensors] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtSensors] Performing Test WinRT sensors
-- [QtSensors] Performing Test WinRT sensors - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtSensors] CMAKE_MODULES_UNDER_TEST: Core;Sensors
-- [QtSensors] Generated QtModulePlugins.cmake files for the following modules: Sensors
-- Configuring submodule 'qtserialbus'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialbus/CMakeLists.txt:42 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialbus/CMakeLists.txt:43 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtserialbus/CMakeLists.txt:43 (find_package)


-- [QtSerialBus] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSerialBus] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtSerialBus] CMAKE_MODULES_UNDER_TEST: Core;SerialBus
-- [QtSerialBus] Generated QtModulePlugins.cmake files for the following modules: SerialBus
-- Configuring submodule 'qtspeech'
CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtspeech/CMakeLists.txt:16 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake:31 (message):
  Package Qt6GuiTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtspeech/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake:31 (message):
  Package Qt6WidgetsTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtspeech/CMakeLists.txt:17 (find_package)


CMake Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake:31 (message):
  Package Qt6QmlTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:41 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qtspeech/CMakeLists.txt:17 (find_package)


-- [QtSpeech] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSpeech] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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 Warning at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake:31 (message):
  Package Qt6CoreTools with version 6.3.2 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):
  build/qtbase/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:65 (find_package)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:34 (_qt_internal_find_tool_dependencies)
  build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)
  build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)
  qttranslations/CMakeLists.txt:18 (find_package)


-- CMAKE_BUILD_TYPE was set to: 'Debug'
CMake Error at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:233 (_qt_internal_wrap_tool_command):
  Unknown CMake command "_qt_internal_wrap_tool_command".
Call Stack (most recent call first):
  C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:383 (qt6_add_lrelease)
  qttranslations/translations/CMakeLists.txt:195 (qt_add_lrelease)


-- Configuring incomplete, errors occurred!
CMake Error at D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:993 (message):
  CMake exited with code 1.



D:\Repo\GitHub\testing\qt-docs\qt\build>
-------------- next part --------------
D:\Repo\GitHub\testing\qt-docs>git clone --recursive https://github.com/qt/qt5.git qt
Cloning into 'qt'...
remote: Enumerating objects: 35034, done.
remote: Counting objects: 100% (2037/2037), done.
remote: Compressing objects: 100% (599/599), done.
remote: Total 35034 (delta 1561), reused 1832 (delta 1437), pack-reused 32997
Receiving objects: 100% (35034/35034), 12.07 MiB | 4.50 MiB/s, done.
Resolving deltas: 100% (25065/25065), done.
Submodule 'qt3d' (https://github.com/qt/qt3d.git) registered for path 'qt3d'
Submodule 'qt5compat' (https://github.com/qt/qt5compat.git) registered for path 'qt5compat'
Submodule 'qtactiveqt' (https://github.com/qt/qtactiveqt.git) registered for path 'qtactiveqt'
Submodule 'qtbase' (https://github.com/qt/qtbase.git) registered for path 'qtbase'
Submodule 'qtcanvas3d' (https://github.com/qt/qtcanvas3d.git) registered for path 'qtcanvas3d'
Submodule 'qtcharts' (https://github.com/qt/qtcharts.git) registered for path 'qtcharts'
Submodule 'qtcoap' (https://github.com/qt/qtcoap.git) registered for path 'qtcoap'
Submodule 'qtconnectivity' (https://github.com/qt/qtconnectivity.git) registered for path 'qtconnectivity'
Submodule 'qtdatavis3d' (https://github.com/qt/qtdatavis3d.git) registered for path 'qtdatavis3d'
Submodule 'qtdeclarative' (https://github.com/qt/qtdeclarative.git) registered for path 'qtdeclarative'
Submodule 'qtdoc' (https://github.com/qt/qtdoc.git) registered for path 'qtdoc'
Submodule 'qtfeedback' (https://github.com/qt/qtfeedback.git) registered for path 'qtfeedback'
Submodule 'qtgamepad' (https://github.com/qt/qtgamepad.git) registered for path 'qtgamepad'
Submodule 'qtgraphs' (https://github.com/qt/qtgraphs.git) registered for path 'qtgraphs'
Submodule 'qtgrpc' (https://github.com/qt/qtgrpc.git) registered for path 'qtgrpc'
Submodule 'qthttpserver' (https://github.com/qt/qthttpserver.git) registered for path 'qthttpserver'
Submodule 'qtimageformats' (https://github.com/qt/qtimageformats.git) registered for path 'qtimageformats'
Submodule 'qtlanguageserver' (https://github.com/qt/qtlanguageserver.git) registered for path 'qtlanguageserver'
Submodule 'qtlocation' (https://github.com/qt/qtlocation.git) registered for path 'qtlocation'
Submodule 'qtlottie' (https://github.com/qt/qtlottie.git) registered for path 'qtlottie'
Submodule 'qtmqtt' (https://github.com/qt/qtmqtt.git) registered for path 'qtmqtt'
Submodule 'qtmultimedia' (https://github.com/qt/qtmultimedia.git) registered for path 'qtmultimedia'
Submodule 'qtnetworkauth' (https://github.com/qt/qtnetworkauth.git) registered for path 'qtnetworkauth'
Submodule 'qtopcua' (https://github.com/qt/qtopcua.git) registered for path 'qtopcua'
Submodule 'qtpim' (https://github.com/qt/qtpim.git) registered for path 'qtpim'
Submodule 'qtpositioning' (https://github.com/qt/qtpositioning.git) registered for path 'qtpositioning'
Submodule 'qtqa' (https://github.com/qt/qtqa.git) registered for path 'qtqa'
Submodule 'qtquick3d' (https://github.com/qt/qtquick3d.git) registered for path 'qtquick3d'
Submodule 'qtquick3dphysics' (https://github.com/qt/qtquick3dphysics.git) registered for path 'qtquick3dphysics'
Submodule 'qtquickeffectmaker' (https://github.com/qt/qtquickeffectmaker.git) registered for path 'qtquickeffectmaker'
Submodule 'qtquicktimeline' (https://github.com/qt/qtquicktimeline) registered for path 'qtquicktimeline'
Submodule 'qtremoteobjects' (https://github.com/qt/qtremoteobjects.git) registered for path 'qtremoteobjects'
Submodule 'qtrepotools' (https://github.com/qt/qtrepotools.git) registered for path 'qtrepotools'
Submodule 'qtscxml' (https://github.com/qt/qtscxml.git) registered for path 'qtscxml'
Submodule 'qtsensors' (https://github.com/qt/qtsensors.git) registered for path 'qtsensors'
Submodule 'qtserialbus' (https://github.com/qt/qtserialbus.git) registered for path 'qtserialbus'
Submodule 'qtserialport' (https://github.com/qt/qtserialport.git) registered for path 'qtserialport'
Submodule 'qtshadertools' (https://github.com/qt/qtshadertools.git) registered for path 'qtshadertools'
Submodule 'qtspeech' (https://github.com/qt/qtspeech.git) registered for path 'qtspeech'
Submodule 'qtsvg' (https://github.com/qt/qtsvg.git) registered for path 'qtsvg'
Submodule 'qtsystems' (https://github.com/qt/qtsystems.git) registered for path 'qtsystems'
Submodule 'qttools' (https://github.com/qt/qttools.git) registered for path 'qttools'
Submodule 'qttranslations' (https://github.com/qt/qttranslations.git) registered for path 'qttranslations'
Submodule 'qtvirtualkeyboard' (https://github.com/qt/qtvirtualkeyboard.git) registered for path 'qtvirtualkeyboard'
Submodule 'qtwayland' (https://github.com/qt/qtwayland.git) registered for path 'qtwayland'
Submodule 'qtwebchannel' (https://github.com/qt/qtwebchannel.git) registered for path 'qtwebchannel'
Submodule 'qtwebengine' (https://github.com/qt/qtwebengine.git) registered for path 'qtwebengine'
Submodule 'qtwebglplugin' (https://github.com/qt/qtwebglplugin.git) registered for path 'qtwebglplugin'
Submodule 'qtwebsockets' (https://github.com/qt/qtwebsockets.git) registered for path 'qtwebsockets'
Submodule 'qtwebview' (https://github.com/qt/qtwebview.git) registered for path 'qtwebview'
Submodule 'qtxmlpatterns' (https://github.com/qt/qtxmlpatterns.git) registered for path 'qtxmlpatterns'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qt3d'...
remote: Enumerating objects: 148144, done.
remote: Counting objects: 100% (3984/3984), done.
remote: Compressing objects: 100% (1727/1727), done.
remote: Total 148144 (delta 2268), reused 3928 (delta 2238), pack-reused 144160
Receiving objects: 100% (148144/148144), 171.49 MiB | 6.05 MiB/s, done.
Resolving deltas: 100% (117228/117228), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qt5compat'...
remote: Enumerating objects: 8206, done.
remote: Counting objects: 100% (1273/1273), done.
remote: Compressing objects: 100% (524/524), done.
remote: Total 8206 (delta 760), reused 1252 (delta 742), pack-reused 6933
Receiving objects: 100% (8206/8206), 16.90 MiB | 3.25 MiB/s, done.
Resolving deltas: 100% (4751/4751), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtactiveqt'...
remote: Enumerating objects: 12438, done.
remote: Counting objects: 100% (1825/1825), done.
remote: Compressing objects: 100% (687/687), done.
remote: Total 12438 (delta 1126), reused 1821 (delta 1124), pack-reused 10613
Receiving objects: 100% (12438/12438), 3.28 MiB | 1.45 MiB/s, done.
Resolving deltas: 100% (7735/7735), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtbase'...
remote: Enumerating objects: 919056, done.
remote: Counting objects: 100% (6685/6685), done.
remote: Compressing objects: 100% (2151/2151), done.
remote: Total 919056 (delta 4716), reused 6457 (delta 4513), pack-reused 912371
Receiving objects: 100% (919056/919056), 633.96 MiB | 4.73 MiB/s, done.
Resolving deltas: 100% (732935/732935), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtcanvas3d'...
remote: Enumerating objects: 4734, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (44/44), done.
remote: Total 4734 (delta 32), reused 69 (delta 30), pack-reused 4660
Receiving objects: 100% (4734/4734), 14.50 MiB | 2.49 MiB/s, done.
Resolving deltas: 100% (2677/2677), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtcharts'...
remote: Enumerating objects: 55369, done.
remote: Counting objects: 100% (2488/2488), done.
remote: Compressing objects: 100% (971/971), done.
remote: Total 55369 (delta 1533), reused 2455 (delta 1510), pack-reused 52881
Receiving objects: 100% (55369/55369), 21.86 MiB | 3.55 MiB/s, done.
Resolving deltas: 100% (42994/42994), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtcoap'...
remote: Enumerating objects: 6046, done.
remote: Counting objects: 100% (970/970), done.
remote: Compressing objects: 100% (351/351), done.
remote: Total 6046 (delta 644), reused 943 (delta 617), pack-reused 5076
Receiving objects: 100% (6046/6046), 1.14 MiB | 1.39 MiB/s, done.
Resolving deltas: 100% (3836/3836), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtconnectivity'...
remote: Enumerating objects: 39725, done.
remote: Counting objects: 100% (2427/2427), done.
remote: Compressing objects: 100% (834/834), done.
remote: Total 39725 (delta 1539), reused 2372 (delta 1490), pack-reused 37298
Receiving objects: 100% (39725/39725), 18.06 MiB | 3.94 MiB/s, done.
Resolving deltas: 100% (28681/28681), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtdatavis3d'...
remote: Enumerating objects: 37398, done.
remote: Counting objects: 100% (3619/3619), done.
remote: Compressing objects: 100% (1338/1338), done.
remote: Total 37398 (delta 2203), reused 3517 (delta 2101), pack-reused 33779
Receiving objects: 100% (37398/37398), 43.56 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (27321/27321), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtdeclarative'...
remote: Enumerating objects: 484042, done.
remote: Counting objects: 100% (27940/27940), done.
remote: Compressing objects: 100% (7001/7001), done.
remote: Total 484042 (delta 21180), reused 27518 (delta 20781), pack-reused 456102
Receiving objects: 100% (484042/484042), 236.81 MiB | 5.43 MiB/s, done.
Resolving deltas: 100% (384442/384442), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtdoc'...
remote: Enumerating objects: 45333, done.
remote: Counting objects: 100% (4363/4363), done.
remote: Compressing objects: 100% (1234/1234), done.
remote: Total 45333 (delta 3094), reused 4333 (delta 3065), pack-reused 40970
Receiving objects: 100% (45333/45333), 55.38 MiB | 4.59 MiB/s, done.
Resolving deltas: 100% (32530/32530), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtfeedback'...
remote: Enumerating objects: 1710, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 1710 (delta 16), reused 13 (delta 13), pack-reused 1689
Receiving objects: 100% (1710/1710), 529.82 KiB | 681.00 KiB/s, done.
Resolving deltas: 100% (1006/1006), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtgamepad'...
remote: Enumerating objects: 2240, done.
remote: Counting objects: 100% (289/289), done.
remote: Compressing objects: 100% (150/150), done.
remote: Total 2240 (delta 133), reused 273 (delta 125), pack-reused 1951
Receiving objects: 100% (2240/2240), 787.86 KiB | 974.00 KiB/s, done.
Resolving deltas: 100% (1185/1185), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtgraphs'...
remote: Enumerating objects: 3341, done.
remote: Counting objects: 100% (970/970), done.
remote: Compressing objects: 100% (400/400), done.
remote: Total 3341 (delta 616), reused 921 (delta 567), pack-reused 2371
Receiving objects: 100% (3341/3341), 5.53 MiB | 2.52 MiB/s, done.
Resolving deltas: 100% (1999/1999), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtgrpc'...
remote: Enumerating objects: 6395, done.
remote: Counting objects: 100% (1637/1637), done.
remote: Compressing objects: 100% (698/698), done.
remote: Total 6395 (delta 1020), reused 1498 (delta 881), pack-reused 4758
Receiving objects: 100% (6395/6395), 1.62 MiB | 1.58 MiB/s, done.
Resolving deltas: 100% (4228/4228), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qthttpserver'...
remote: Enumerating objects: 3875, done.
remote: Counting objects: 100% (383/383), done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 3875 (delta 235), reused 341 (delta 193), pack-reused 3492
Receiving objects: 100% (3875/3875), 767.98 KiB | 990.00 KiB/s, done.
Resolving deltas: 100% (2615/2615), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtimageformats'...
remote: Enumerating objects: 12161, done.
remote: Counting objects: 100% (1573/1573), done.
remote: Compressing objects: 100% (692/692), done.
remote: Total 12161 (delta 896), reused 1550 (delta 875), pack-reused 10588
Receiving objects: 100% (12161/12161), 8.36 MiB | 3.89 MiB/s, done.
Resolving deltas: 100% (7439/7439), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtlanguageserver'...
remote: Enumerating objects: 1895, done.
remote: Counting objects: 100% (380/380), done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 1895 (delta 239), reused 331 (delta 190), pack-reused 1515
Receiving objects: 100% (1895/1895), 448.83 KiB | 571.00 KiB/s, done.
Resolving deltas: 100% (1206/1206), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtlocation'...
remote: Enumerating objects: 61488, done.
remote: Counting objects: 100% (2656/2656), done.
remote: Compressing objects: 100% (1057/1057), done.
remote: Total 61488 (delta 1599), reused 2609 (delta 1566), pack-reused 58832
Receiving objects: 100% (61488/61488), 28.45 MiB | 3.61 MiB/s, done.
Resolving deltas: 100% (47300/47300), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtlottie'...
remote: Enumerating objects: 4377, done.
remote: Counting objects: 100% (982/982), done.
remote: Compressing objects: 100% (371/371), done.
remote: Total 4377 (delta 614), reused 978 (delta 610), pack-reused 3395
Receiving objects: 100% (4377/4377), 745.78 KiB | 1.13 MiB/s, done.
Resolving deltas: 100% (2844/2844), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtmqtt'...
remote: Enumerating objects: 7025, done.
remote: Counting objects: 100% (648/648), done.
remote: Compressing objects: 100% (273/273), done.
remote: Total 7025 (delta 419), reused 604 (delta 375), pack-reused 6377
Receiving objects: 100% (7025/7025), 1.40 MiB | 1.66 MiB/s, done.
Resolving deltas: 100% (4443/4443), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtmultimedia'...
remote: Enumerating objects: 97957, done.
remote: Counting objects: 100% (5322/5322), done.
remote: Compressing objects: 100% (1632/1632), done.
remote: Total 97957 (delta 3752), reused 5186 (delta 3618), pack-reused 92635
Receiving objects: 100% (97957/97957), 39.74 MiB | 2.71 MiB/s, done.
Resolving deltas: 100% (77455/77455), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtnetworkauth'...
remote: Enumerating objects: 6510, done.
remote: Counting objects: 100% (1196/1196), done.
remote: Compressing objects: 100% (490/490), done.
remote: Total 6510 (delta 736), reused 1145 (delta 703), pack-reused 5314
Receiving objects: 100% (6510/6510), 1.17 MiB | 1.44 MiB/s, done.
Resolving deltas: 100% (3961/3961), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtopcua'...
remote: Enumerating objects: 15031, done.
remote: Counting objects: 100% (957/957), done.
remote: Compressing objects: 100% (472/472), done.
remote: Total 15031 (delta 536), reused 893 (delta 481), pack-reused 14074
Receiving objects: 100% (15031/15031), 8.15 MiB | 3.38 MiB/s, done.
Resolving deltas: 100% (9670/9670), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtpim'...
remote: Enumerating objects: 27529, done.
remote: Counting objects: 100% (131/131), done.
remote: Compressing objects: 100% (89/89), done.
remote: Total 27529 (delta 52), reused 121 (delta 42), pack-reused 27398
Receiving objects: 100% (27529/27529), 18.15 MiB | 2.74 MiB/s, done.
Resolving deltas: 100% (20728/20728), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtpositioning'...
remote: Enumerating objects: 58213, done.
remote: Counting objects: 100% (872/872), done.
remote: Compressing objects: 100% (491/491), done.
remote: Total 58213 (delta 509), reused 672 (delta 372), pack-reused 57341
Receiving objects: 100% (58213/58213), 21.72 MiB | 3.96 MiB/s, done.
Resolving deltas: 100% (48707/48707), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtqa'...
remote: Enumerating objects: 13502, done.
remote: Counting objects: 100% (1265/1265), done.
remote: Compressing objects: 100% (468/468), done.
remote: Total 13502 (delta 826), reused 1225 (delta 789), pack-reused 12237
Receiving objects: 100% (13502/13502), 15.77 MiB | 5.00 MiB/s, done.
Resolving deltas: 100% (8545/8545), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtquick3d'...
remote: Enumerating objects: 54940, done.
remote: Counting objects: 100% (4186/4186), done.
remote: Compressing objects: 100% (1258/1258), done.
remote: Total 54940 (delta 2965), reused 4125 (delta 2904), pack-reused 50754
Receiving objects: 100% (54940/54940), 89.80 MiB | 5.08 MiB/s, done.
Resolving deltas: 100% (42206/42206), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtquick3dphysics'...
remote: Enumerating objects: 5087, done.
remote: Counting objects: 100% (832/832), done.
remote: Compressing objects: 100% (418/418), done.
remote: Total 5087 (delta 549), reused 696 (delta 413), pack-reused 4255
Receiving objects: 100% (5087/5087), 7.04 MiB | 2.56 MiB/s, done.
Resolving deltas: 100% (2712/2712), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtquickeffectmaker'...
remote: Enumerating objects: 1689, done.
remote: Counting objects: 100% (471/471), done.
remote: Compressing objects: 100% (234/234), done.
remote: Total 1689 (delta 293), reused 412 (delta 234), pack-reused 1218
Receiving objects: 100% (1689/1689), 4.59 MiB | 2.77 MiB/s, done.
Resolving deltas: 100% (1013/1013), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtquicktimeline'...
remote: Enumerating objects: 5327, done.
remote: Counting objects: 100% (767/767), done.
remote: Compressing objects: 100% (291/291), done.
remote: Total 5327 (delta 489), reused 753 (delta 475), pack-reused 4560
Receiving objects: 100% (5327/5327), 779.04 KiB | 1.23 MiB/s, done.
Resolving deltas: 100% (3406/3406), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtremoteobjects'...
remote: Enumerating objects: 15425, done.
remote: Counting objects: 100% (1644/1644), done.
remote: Compressing objects: 100% (688/688), done.
remote: Total 15425 (delta 949), reused 1616 (delta 922), pack-reused 13781
Receiving objects: 100% (15425/15425), 4.35 MiB | 1.30 MiB/s, done.
Resolving deltas: 100% (10217/10217), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtrepotools'...
remote: Enumerating objects: 3868, done.
remote: Counting objects: 100% (543/543), done.
remote: Compressing objects: 100% (186/186), done.
remote: Total 3868 (delta 366), reused 520 (delta 356), pack-reused 3325
Receiving objects: 100% (3868/3868), 1.23 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (2552/2552), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtscxml'...
remote: Enumerating objects: 16795, done.
remote: Counting objects: 100% (1811/1811), done.
remote: Compressing objects: 100% (727/727), done.
remote: Total 16795 (delta 1068), reused 1793 (delta 1050), pack-reused 14984
Receiving objects: 100% (16795/16795), 5.19 MiB | 2.27 MiB/s, done.
Resolving deltas: 100% (10925/10925), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtsensors'...
remote: Enumerating objects: 19020, done.
remote: Counting objects: 100% (1511/1511), done.
remote: Compressing objects: 100% (534/534), done.
remote: Total 19020 (delta 962), reused 1511 (delta 962), pack-reused 17509
Receiving objects: 100% (19020/19020), 7.28 MiB | 2.94 MiB/s, done.
Resolving deltas: 100% (12844/12844), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtserialbus'...
remote: Enumerating objects: 17337, done.
remote: Counting objects: 100% (1946/1946), done.
remote: Compressing objects: 100% (674/674), done.
remote: Total 17337 (delta 1285), reused 1916 (delta 1260), pack-reused 15391
Receiving objects: 100% (17337/17337), 4.36 MiB | 1.19 MiB/s, done.
Resolving deltas: 100% (11357/11357), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtserialport'...
remote: Enumerating objects: 13798, done.
remote: Counting objects: 100% (1132/1132), done.
remote: Compressing objects: 100% (479/479), done.
remote: Total 13798 (delta 692), reused 1072 (delta 652), pack-reused 12666
Receiving objects: 100% (13798/13798), 3.71 MiB | 2.04 MiB/s, done.
Resolving deltas: 100% (8880/8880), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtshadertools'...
remote: Enumerating objects: 7048, done.
remote: Counting objects: 100% (1402/1402), done.
remote: Compressing objects: 100% (548/548), done.
remote: Total 7048 (delta 879), reused 1373 (delta 851), pack-reused 5646
Receiving objects: 100% (7048/7048), 4.67 MiB | 1.86 MiB/s, done.
Resolving deltas: 100% (4445/4445), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtspeech'...
remote: Enumerating objects: 6510, done.
remote: Counting objects: 100% (1473/1473), done.
remote: Compressing objects: 100% (532/532), done.
remote: Total 6510 (delta 939), reused 1438 (delta 904), pack-reused 5037
Receiving objects: 100% (6510/6510), 1.43 MiB | 1.71 MiB/s, done.
Resolving deltas: 100% (3937/3937), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtsvg'...
remote: Enumerating objects: 13244, done.
remote: Counting objects: 100% (1341/1341), done.
remote: Compressing objects: 100% (540/540), done.
remote: Total 13244 (delta 832), reused 1277 (delta 798), pack-reused 11903
Receiving objects: 100% (13244/13244), 5.61 MiB | 2.48 MiB/s, done.
Resolving deltas: 100% (8555/8555), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtsystems'...
remote: Enumerating objects: 9944, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 9944 (delta 1), reused 4 (delta 0), pack-reused 9934
Receiving objects: 100% (9944/9944), 3.90 MiB | 1.92 MiB/s, done.
Resolving deltas: 100% (7130/7130), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qttools'...
remote: Enumerating objects: 82984, done.
remote: Counting objects: 100% (5364/5364), done.
remote: Compressing objects: 100% (1696/1696), done.
remote: Total 82984 (delta 3701), reused 5175 (delta 3633), pack-reused 77620
Receiving objects: 100% (82984/82984), 47.20 MiB | 4.54 MiB/s, done.
Resolving deltas: 100% (65159/65159), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qttranslations'...
remote: Enumerating objects: 7242, done.
remote: Counting objects: 100% (833/833), done.
remote: Compressing objects: 100% (324/324), done.
remote: Total 7242 (delta 530), reused 800 (delta 497), pack-reused 6409
Receiving objects: 100% (7242/7242), 12.40 MiB | 2.84 MiB/s, done.
Resolving deltas: 100% (5060/5060), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtvirtualkeyboard'...
remote: Enumerating objects: 21646, done.
remote: Counting objects: 100% (2224/2224), done.
remote: Compressing objects: 100% (716/716), done.
remote: Total 21646 (delta 1512), reused 2189 (delta 1482), pack-reused 19422
Receiving objects: 100% (21646/21646), 18.85 MiB | 4.00 MiB/s, done.
Resolving deltas: 100% (15125/15125), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwayland'...
remote: Enumerating objects: 53152, done.
remote: Counting objects: 100% (2906/2906), done.
remote: Compressing objects: 100% (966/966), done.
remote: Total 53152 (delta 1925), reused 2830 (delta 1870), pack-reused 50246
Receiving objects: 100% (53152/53152), 16.23 MiB | 2.86 MiB/s, done.
Resolving deltas: 100% (37656/37656), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebchannel'...
remote: Enumerating objects: 7360, done.
remote: Counting objects: 100% (848/848), done.
remote: Compressing objects: 100% (344/344), done.
remote: Total 7360 (delta 515), reused 830 (delta 499), pack-reused 6512
Receiving objects: 100% (7360/7360), 1.74 MiB | 1.41 MiB/s, done.
Resolving deltas: 100% (4708/4708), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebengine'...
remote: Enumerating objects: 78754, done.
remote: Counting objects: 100% (78745/78745), done.
remote: Compressing objects: 100% (16675/16675), done.
remote: Total 78754 (delta 62024), reused 77719 (delta 61006), pack-reused 9
Receiving objects: 100% (78754/78754), 29.22 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (62024/62024), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebglplugin'...
remote: Enumerating objects: 1415, done.
remote: Counting objects: 100% (180/180), done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 1415 (delta 89), reused 162 (delta 73), pack-reused 1235
Receiving objects: 100% (1415/1415), 335.42 KiB | 819.00 KiB/s, done.
Resolving deltas: 100% (648/648), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebsockets'...
remote: Enumerating objects: 11242, done.
remote: Counting objects: 100% (1154/1154), done.
remote: Compressing objects: 100% (436/436), done.
remote: Total 11242 (delta 754), reused 1107 (delta 713), pack-reused 10088
Receiving objects: 100% (11242/11242), 3.06 MiB | 2.25 MiB/s, done.
Resolving deltas: 100% (7692/7692), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebview'...
remote: Enumerating objects: 5790, done.
remote: Counting objects: 100% (780/780), done.
remote: Compressing objects: 100% (330/330), done.
remote: Total 5790 (delta 479), reused 715 (delta 434), pack-reused 5010
Receiving objects: 100% (5790/5790), 1.28 MiB | 1.57 MiB/s, done.
Resolving deltas: 100% (3462/3462), done.
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtxmlpatterns'...
remote: Enumerating objects: 17854, done.
remote: Counting objects: 100% (904/904), done.
remote: Compressing objects: 100% (342/342), done.
remote: Total 17854 (delta 569), reused 890 (delta 562), pack-reused 16950
Receiving objects: 100% (17854/17854), 8.36 MiB | 3.37 MiB/s, done.
Resolving deltas: 100% (14516/14516), done.
Submodule path 'qt3d': checked out 'eac5987c9ee8146f13dea905fafd7107cbfabc49'
Submodule 'src/3rdparty/assimp/src' (https://github.com/qt/qtquick3d-assimp.git) registered for path 'qt3d/src/3rdparty/assimp/src'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qt3d/src/3rdparty/assimp/src'...
remote: Enumerating objects: 78391, done.
remote: Counting objects: 100% (2178/2178), done.
remote: Compressing objects: 100% (785/785), done.
remote: Total 78391 (delta 1392), reused 2144 (delta 1359), pack-reused 76213
Receiving objects: 100% (78391/78391), 166.22 MiB | 5.27 MiB/s, done.
Resolving deltas: 100% (59445/59445), done.
Submodule path 'qt3d/src/3rdparty/assimp/src': checked out '5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5'
Submodule path 'qt5compat': checked out 'bad2bf839d24115f506d2ff2235bd991d013f1bb'
Submodule path 'qtactiveqt': checked out '9c0eecd787b5884f0c0b8e9405b1e66758fbf1d2'
Submodule path 'qtbase': checked out '33f7eb44ff33e0f8f516a9e8076dfdb6098cfc6f'
Submodule path 'qtcanvas3d': checked out '1319e0965f6008f44f9216a7bb76e106a1710767'
Submodule path 'qtcharts': checked out '730d6fd3087e607359f9508ebc54f4e500c19f46'
Submodule path 'qtcoap': checked out 'fed8276fb9496bd4128f43a72392770fd2601289'
Submodule path 'qtconnectivity': checked out '1c49eaa90e45a534e69f3efae0afa5cd90e7ff1f'
Submodule path 'qtdatavis3d': checked out '3499a9a2d6a6f853b6f7d86e85378767873d5d67'
Submodule path 'qtdeclarative': checked out 'dcf2a5ff06a37fb1127635906e2de2421ab786fe'
Submodule 'tests/auto/qml/ecmascripttests/test262' (https://github.com/qt/qtdeclarative-testsuites.git) registered for path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtdeclarative/tests/auto/qml/ecmascripttests/test262'...
remote: Enumerating objects: 238785, done.
remote: Counting objects: 100% (60/60), done.
remote: Compressing objects: 100% (44/44), done.
remote: Total 238785 (delta 22), reused 54 (delta 16), pack-reused 238725
Receiving objects: 100% (238785/238785), 165.05 MiB | 4.16 MiB/s, done.
Resolving deltas: 100% (112376/112376), done.
Submodule path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262': checked out 'a0efb7e1ab1cee24c387abe1897ff18fa116c17d'
Submodule path 'qtdoc': checked out 'd10f39d945049baf3688099a4408f75e51cf5c29'
Submodule path 'qtfeedback': checked out '9ac8d8c272fc93416016e094fc6b97226a400082'
Submodule path 'qtgamepad': checked out '5fe6fd206f4aef1cb1ee9c328ee27e25e6b44f4a'
Submodule path 'qtgraphs': checked out 'ba2bd3ef9bfcd1a16436279c56515d2265284e22'
Submodule path 'qtgrpc': checked out '3d2d091cd9f847a379f1ff73b20bfda12e756339'
Submodule path 'qthttpserver': checked out '5577b023c29410342eb7e3f9b3ba67281deaddda'
Submodule path 'qtimageformats': checked out 'bc8971398db1eac7998de7d65585a32d1cc698c7'
Submodule path 'qtlanguageserver': checked out '1ca3e48dbb7dbd42d85ae21882c135658de5eb6f'
Submodule path 'qtlocation': checked out '0d48cc50abeab97bcb94dc52c60b736964e818e0'
Submodule path 'qtlottie': checked out '9d1c1a9439815e6e413de870718fa9c3e9f30bfb'
Submodule path 'qtmqtt': checked out '48627ebd8d0d5e3df297cd8c46f03c75f0bc1305'
Submodule path 'qtmultimedia': checked out 'b46edf3e5ade6863d7cfff65719fa4b921fa5712'
Submodule path 'qtnetworkauth': checked out 'f095fb81e135a128f59e42ab82df047f4bb045e6'
Submodule path 'qtopcua': checked out '982dee1f7e8a2fa1910d558adfea872517c1ef40'
Submodule path 'qtpim': checked out '02efef5ee63bf2407526f81fd6b68f5a59ac1de3'
Submodule path 'qtpositioning': checked out 'f47c678b2a3e8ddf90abe212ae12f3d9753f8643'
Submodule path 'qtqa': checked out 'f6768b336dcdf3a618add2d4212fe89e2e89808e'
Submodule path 'qtquick3d': checked out 'b0ce8699a584ff61c407bbed134507918e216880'
Submodule 'src/3rdparty/assimp/src' (https://github.com/qt/qtquick3d-assimp.git) registered for path 'qtquick3d/src/3rdparty/assimp/src'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtquick3d/src/3rdparty/assimp/src'...
remote: Enumerating objects: 78391, done.
remote: Counting objects: 100% (2178/2178), done.
remote: Compressing objects: 100% (785/785), done.
remote: Total 78391 (delta 1392), reused 2144 (delta 1359), pack-reused 76213
Receiving objects: 100% (78391/78391), 166.22 MiB | 5.73 MiB/s, done.
Resolving deltas: 100% (59445/59445), done.
Submodule path 'qtquick3d/src/3rdparty/assimp/src': checked out 'c300c2c8e32cb9125d7caf0342b83d79e4925acd'
Submodule path 'qtquick3dphysics': checked out 'a53745a3f1035b41a8b01fafe17d8639c8cac96f'
Submodule path 'qtquickeffectmaker': checked out '17463ef0d66dc35452f9b4bcb9ed665e9ff958d6'
Submodule path 'qtquicktimeline': checked out 'bd01ef66f7d4a6419f51c2b71f6f45db97798418'
Submodule path 'qtremoteobjects': checked out '1c3d60cef5ec279ddf8f6a171e96adaca9b18e9d'
Submodule path 'qtrepotools': checked out 'e6f2e023492d3ded8ebeca331670bfc907dbd2fb'
Submodule path 'qtscxml': checked out '591a04ef39f596e792da43a26fa0817a44bdb531'
Submodule path 'qtsensors': checked out '76c02d820ad7eddf43fa287d1cea3f78e2e8b476'
Submodule path 'qtserialbus': checked out '5941bd4feb934912a0cadc7cc05700accaaaa345'
Submodule path 'qtserialport': checked out 'ee89c4bc5aab1156b6022a327382aa4b5ed8c4b9'
Submodule path 'qtshadertools': checked out '452e38995e7ea518c275b51ebfc75f0370de95b0'
Submodule path 'qtspeech': checked out '4ce71631976f71dc5c6aecb4be034eac6bb36f0f'
Submodule path 'qtsvg': checked out 'ab7037874dbb22db38f3581657bec3b1e1ef9f76'
Submodule path 'qtsystems': checked out '434af789f0d56ca7a521ca2d9ec8cf3b1057fd37'
Submodule path 'qttools': checked out '88f1f1c9fc9b568bf8cebe7c79e80fb80176a238'
Submodule 'src/assistant/qlitehtml' (https://code.qt.io/playground/qlitehtml.git) registered for path 'qttools/src/assistant/qlitehtml'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qttools/src/assistant/qlitehtml'...
remote: Enumerating objects: 299, done.
remote: Counting objects: 100% (299/299), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 299 (delta 182), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (299/299), 88.95 KiB | 145.00 KiB/s, done.
Resolving deltas: 100% (182/182), done.
Submodule path 'qttools/src/assistant/qlitehtml': checked out 'f05f78ef33225823d348ee18f2fa464e95024dd2'
Submodule 'src/3rdparty/litehtml' (https://github.com/litehtml/litehtml.git) registered for path 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qttools/src/assistant/qlitehtml/src/3rdparty/litehtml'...
remote: Enumerating objects: 5653, done.
remote: Counting objects: 100% (1628/1628), done.
remote: Compressing objects: 100% (313/313), done.
remote: Total 5653 (delta 1411), reused 1320 (delta 1315), pack-reused 4025
Receiving objects: 100% (5653/5653), 8.21 MiB | 2.89 MiB/s, done.
Resolving deltas: 100% (4079/4079), done.
Submodule path 'qttools/src/assistant/qlitehtml/src/3rdparty/litehtml': checked out '43af58e8adad70c4f1a0a9235546a246754c1737'
Submodule path 'qttranslations': checked out 'fcd9ffc8886c525463c71299962fc4fccf379e29'
Submodule path 'qtvirtualkeyboard': checked out 'b89f143a1c79c5d8b5a76d9436fa33f29f025958'
Submodule path 'qtwayland': checked out '5913e7feb9e88223084c96ae852137932d124adf'
Submodule path 'qtwebchannel': checked out '174fa973b2f8dace9f27b57a5d57c59e9c9af5c8'
Submodule path 'qtwebengine': checked out 'da0b62fd95740a6c5e92f097800c9a447992a482'
Submodule 'src/3rdparty' (https://github.com/qt/qtwebengine-chromium.git) registered for path 'qtwebengine/src/3rdparty'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebengine/src/3rdparty'...
remote: Enumerating objects: 2281722, done.
remote: Counting objects: 100% (109946/109946), done.
remote: Compressing objects: 100% (66829/66829), done.
error: RPC failed; curl 56 Recv failure: Connection was resetiB/s
error: 1174 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/qt/qtwebengine-chromium.git' into submodule path 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebengine/src/3rdparty' failed
Failed to clone 'src/3rdparty'. Retry scheduled
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtwebengine/src/3rdparty'...
remote: Enumerating objects: 2281722, done.
remote: Counting objects: 100% (109946/109946), done.
remote: Compressing objects: 100% (66829/66829), done.
remote: Total 2281722 (delta 40562), reused 109219 (delta 39853), pack-reused 2171776
Receiving objects: 100% (2281722/2281722), 4.02 GiB | 4.35 MiB/s, done.
Resolving deltas: 100% (1638666/1638666), done.
Submodule path 'qtwebengine/src/3rdparty': checked out '2d71c20d894b2d19ecbbd6b54901eb00e130253d'
Submodule path 'qtwebengine/src/3rdparty': checked out '2d71c20d894b2d19ecbbd6b54901eb00e130253d'
Submodule path 'qtwebglplugin': checked out '531fb30d539f09003946ab768873ef87e6117fa6'
Submodule path 'qtwebsockets': checked out '3450f8516df0deb2152a2de02d7d3d300d543eed'
Submodule path 'qtwebview': checked out 'f4aff2e8fe89f6bbde85a0a2c21b5791a3acb32d'
Submodule path 'qtxmlpatterns': checked out '05ab44484453673ee813bcac287fc9052ec9164f'
Submodule 'testsuites' (https://github.com/qt/qtxmlpatterns-testsuites.git) registered for path 'qtxmlpatterns/tests/auto/3rdparty/testsuites'
Cloning into 'D:/Repo/GitHub/testing/qt-docs/qt/qtxmlpatterns/tests/auto/3rdparty/testsuites'...
remote: Enumerating objects: 44057, done.
remote: Counting objects: 100% (44057/44057), done.
remote: Compressing objects: 100% (9930/9930), done.
remote: Total 44057 (delta 31795), reused 44057 (delta 31795), pack-reused 0
Receiving objects: 100% (44057/44057), 12.44 MiB | 4.33 MiB/s, done.
Resolving deltas: 100% (31795/31795), done.
Submodule path 'qtxmlpatterns/tests/auto/3rdparty/testsuites': checked out 'ddfcd98e8d3f78d696bb25ddcaacc3e3cba51e7f'

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

D:\Repo\GitHub\testing\qt-docs\qt>git status
On branch dev
Your branch is up to date with 'origin/dev'.

nothing to commit, working tree clean

D:\Repo\GitHub\testing\qt-docs\qt>mkdir build && chdir build

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 -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE
+ cd qtbase
+ D:\Repo\GitHub\testing\qt-docs\qt\qtbase\configure.bat -top-level -developer-build -- -DQT_HOST_PATH="C:/Qt/6.3.2/msvc2019_64" -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE
-- Windows 10 SDK version: 10.0.22000.0
'C:/Program Files/CMake/bin/cmake.exe' '-DQT_HOST_PATH=C:/Qt/6.3.2/msvc2019_64' '-DQT_NO_PACKAGE_VERSION_CHECK=TRUE' '-DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'D:/Repo/GitHub/testing/qt-docs/qt'
-- The CXX compiler identification is MSVC 19.29.30147.0
-- The C compiler identification is MSVC 19.29.30147.0
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgraphs'
-- 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] Setting build type to 'Debug' as none was specified.
-- [QtBase] Check for feature set changes
-- [QtBase] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtBase] Building architecture extraction project with the following CMake arguments:
            -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
            -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
            -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
            -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
            -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
            -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
            -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
            -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
            -DCMAKE_EXE_LINKER_FLAGS=/machine:x64
            -DCMAKE_C_STANDARD=11
            -DCMAKE_C_STANDARD_REQUIRED=ON
            -DCMAKE_CXX_STANDARD=17
            -DCMAKE_CXX_STANDARD_REQUIRED=ON
            -DCMAKE_MODULE_PATH:STRING=D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from D:/Repo/GitHub/testing/qt-docs/qt/build/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/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] QT_INSTALL_DIR: "D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase"
-- [QtBase] QT_WILL_INSTALL: "OFF"
-- [QtBase] 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)
-- [QtBase] 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)
-- [QtBase] MSVC_VERSION: "1929"
-- [QtBase] MSVC_TOOLSET_VERSION: "142"
-- [QtBase] Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found suitable version "1.2.11", minimum required is "1.0.8")
-- [QtBase] Could NOT find WrapSystemZLIB (missing: WrapSystemZLIB_FOUND) (Required is at least version "1.0.8")
-- [QtBase] Found OpenSSL: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.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: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.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 - Success
-- [QtBase] Performing Test TEST_use_lld_linker
-- [QtBase] Performing Test TEST_use_lld_linker - Success
-- [QtBase] Performing Test TEST_use_mold_linker
-- [QtBase] Performing Test TEST_use_mold_linker - 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 - Failed
-- [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 - Success
-- [QtBase] Performing Test TEST_gdb_index
-- [QtBase] Performing Test TEST_gdb_index - Success
-- [QtBase] Performing Test HAVE_reduce_relocations
-- [QtBase] Performing Test HAVE_reduce_relocations - Failed
-- [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 - Failed
-- [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] 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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [QtBase]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _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 - Failed
-- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK
-- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK - Failed
-- [QtBase] Could NOT find WrapRt (missing: WrapRt_FOUND)
-- [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 POSIX monotonic clock - Failed because WrapRt::WrapRt not found
-- [QtBase] Performing Test HAVE_close_range
-- [QtBase] Performing Test HAVE_close_range - Failed
-- [QtBase] Performing Test HAVE_cloexec
-- [QtBase] Performing Test HAVE_cloexec - Failed
-- [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_inotify
-- [QtBase] Performing Test HAVE_inotify - Failed
-- [QtBase] Performing Test HAVE_sysv_shm
-- [QtBase] Performing Test HAVE_sysv_shm - Failed
-- [QtBase] Performing Test HAVE_sysv_sem
-- [QtBase] Performing Test HAVE_sysv_sem - Failed
-- [QtBase] Performing Test HAVE_posix_shm
-- [QtBase] Performing Test HAVE_posix_shm - Failed
-- [QtBase] Performing Test HAVE_posix_sem
-- [QtBase] Performing Test HAVE_posix_sem - 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_cpp_winrt
-- [QtBase] Performing Test HAVE_cpp_winrt - Success
-- [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_LIBRESOLV_FUNCTIONS
-- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS - Failed
-- [QtBase] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
-- [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 res_setservers() - Failed because WrapResolv::WrapResolv not found
-- [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) (found suitable version "2.7.1", minimum required is "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) (found version "90")
-- [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] Could NOT find RenderDoc (missing: RenderDoc_INCLUDE_DIR)
-- [QtBase] Performing Test DRM Atomic API - Failed because Libdrm::Libdrm not found
-- [QtBase] Performing Test EGL on X11 - Failed because EGL::EGL not found
-- [QtBase] Performing Test Broadcom EGL (Raspberry Pi) - Failed because EGL::EGL not found
-- [QtBase] Performing Test EGLDevice - Failed because EGL::EGL not found
-- [QtBase] Performing Test Mali EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test Mali 2 EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test i.Mx6 EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test OpenWFD EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test RCAR EGL - Failed because EGL::EGL not found
-- [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 OpenGL ES 3.0 - Failed because GLESv2::GLESv2 not found
-- [QtBase] Performing Test OpenGL ES 3.1 - Failed because GLESv2::GLESv2 not found
-- [QtBase] Performing Test OpenGL ES 3.2 - Failed because GLESv2::GLESv2 not found
-- [QtBase] Performing Test XCB (extensions) - Failed because XCB::CURSOR not found
-- [QtBase] Performing Test libinput hires wheel support - Failed because Libinput::Libinput not found
-- [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] Performing Test RenderDoc header check - Failed because RenderDoc::RenderDoc not found
-- [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 - Failed
-- [QtBase] Looking for pthread_create in pthreads
-- [QtBase] Looking for pthread_create in pthreads - not found
-- [QtBase] Looking for pthread_create in pthread
-- [QtBase] Looking for pthread_create in pthread - not found
-- [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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [QtBase]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [QtBase] The following ICU libraries were not found:
-- [QtBase]   data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _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 WrapRt (missing: WrapRt_FOUND)
-- [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] 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] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
-- [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) (found suitable version "2.7.1", minimum required is "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) (found version "90")
-- [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] Could NOT find RenderDoc (missing: RenderDoc_INCLUDE_DIR)
CMake Warning (dev) at qtbase/cmake/QtModuleHelpers.cmake:1310 (message):
  Condition is ignored when adding the following header file(s) to the Gui
  module:

  File:

      D:/Repo/GitHub/testing/qt-docs/qt/qtbase/src/gui/accessible/qaccessible.h

  Condition:

      QT_FEATURE_accessibility

  File:

      D:/Repo/GitHub/testing/qt-docs/qt/qtbase/src/gui/accessible/qplatformaccessibility.h

  Condition:

      QT_FEATURE_accessibility

  The usage of the file(s) is not properly isolated in this or other modules
  according to the condition.  This warning is for the Qt maintainers.
  Please make sure that file include(s) are guarded with the appropriate
  macros in the Qt code.  If files should be added to the module
  unconditionally, please move them to the common SOURCES section in the
  qt_internal_add_module call.
Call Stack (most recent call first):
  qtbase/cmake/QtModuleHelpers.cmake:893 (qt_internal_collect_module_headers)
  qtbase/cmake/QtScopeFinalizerHelpers.cmake:24:EVAL:1 (qt_finalize_module)
  qtbase/src/gui/CMakeLists.txt:DEFERRED
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [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 "9.6.3")
-- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- [QtBase] Found ODBC: odbc32.lib
-- [QtBase] Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- [QtBase] Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- [QtBase] Could NOT find Mimer (missing: Mimer_LIBRARIES Mimer_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Jpeg.
-- [QtBase] Found WrapJpeg: TRUE
-- [QtBase] CMAKE_VERSION: 3.27.1
-- [QtBase] CMAKE_PREFIX_PATH: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake
-- [QtBase] CMAKE_MODULES_UNDER_TEST: Core;Network;Xml;Sql;Test;DBus;Gui;Widgets;PrintSupport;OpenGL;Concurrent
CMake Warning at qtbase/tests/auto/CMakeLists.txt:73 (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: 'Debug'
-- [QtImageFormats] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtImageFormats] Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
-- [QtImageFormats] Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- [QtImageFormats] Could NOT find TIFF (missing: TIFF_LIBRARY) (found version "4.0.7")
-- [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: 'Debug'
-- [QtLanguageServer] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtLanguageServer] Running syncqt.cpp for module: QtJsonRpc
-- [QtLanguageServer] Running syncqt.cpp for module: QtLanguageServer
-- Configuring submodule 'qtshadertools'
-- [QtShaderTools] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtShaderTools] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: 'Debug'
-- [QtSvg] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtSvg] Running syncqt.cpp for module: QtSvg
-- [QtSvg] Running syncqt.cpp for module: QtSvgWidgets
-- Configuring submodule 'qtdeclarative'
-- [QtDeclarative] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDeclarative] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlToolingSettings
-- [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_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: QtQmlLS
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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 - Failed
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED
-- [QtDeclarative] Performing Test COMPILER_HAS_DEPRECATED - Success
-- [QtDeclarative] Tool 'Qt6::qjstest' will be built from source.
[QtDeclarative] data/render_bug37422.frag -> data/render_bug37422.frag.qsb exposed as ://data/render_bug37422.frag.qsb
[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: 'Debug'
-- [QtQuickTimeline] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtQuickTimeline] Running syncqt.cpp for module: QtQuickTimeline
-- Configuring submodule 'qtquick3d'
-- [QtQuick3D] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQuick3D] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: 'Debug'
-- [QtMultimedia] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/strmiids.lib
-- [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] Performing Test Linux DMA buffer support - Failed because EGL::EGL not found
-- [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: 'Debug'
-- [Qt3D] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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: 'Debug'
-- [Qt5Compat] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [Qt5Compat] Found the following ICU libraries:
-- [Qt5Compat]   i18n (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuin.Lib
-- [Qt5Compat]   uc (required): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/x64/icuuc.lib
-- [Qt5Compat] The following ICU libraries were not found:
-- [Qt5Compat]   data (required)
-- [Qt5Compat] Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [Qt5Compat] Performing Test HAVE_ICONV
-- [Qt5Compat] Performing Test HAVE_ICONV - Failed
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB - Failed
-- [Qt5Compat] Running syncqt.cpp for module: QtCore5Compat
CMake Warning (dev) at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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: 'Debug'
-- [QtActiveQt] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtActiveQt] CMAKE_MODULES_UNDER_TEST: Core;Widgets;Gui
-- Configuring submodule 'qtcharts'
-- [QtCharts] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtCharts] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtCharts] CMAKE_MODULES_UNDER_TEST: Core;Charts
-- Configuring submodule 'qtcoap'
-- [QtCoap] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtCoap] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtCoap] Running syncqt.cpp for module: QtCoap
-- Configuring submodule 'qtconnectivity'
-- [QtConnectivity] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtConnectivity] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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 - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtConnectivity] CMAKE_MODULES_UNDER_TEST: Core;Bluetooth;Nfc
-- Configuring submodule 'qtdatavis3d'
-- [QtDataVisualization] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDataVisualization] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualization
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualizationQml
-- Configuring submodule 'qtwebsockets'
-- [QtWebSockets] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtWebSockets] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtWebSockets] Running syncqt.cpp for module: QtWebSockets
CMake Warning (dev) at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtWebSockets] CMAKE_MODULES_UNDER_TEST: Core;WebSockets
-- Configuring submodule 'qthttpserver'
-- [QtHttpServer] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtHttpServer] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtHttpServer] Running syncqt.cpp for module: QtHttpServer
-- [QtHttpServer] CMAKE_VERSION: 3.27.1
-- [QtHttpServer] 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
-- [QtHttpServer] CMAKE_MODULES_UNDER_TEST: Core;HttpServer
-- Configuring submodule 'qttools'
-- [QtTools] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtTools] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Could NOT find Clang (missing: Clang_DIR)
-- [QtTools] Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- [QtTools] Running syncqt.cpp for module: QtUiPlugin
-- [QtTools] Running syncqt.cpp for module: QtUiTools
-- Could NOT find Clang (missing: Clang_DIR)
-- [QtTools] Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
-- [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.
-- [QtTools] Tool 'Qt6::qtattributionsscanner' will be built from source.
-- [QtTools] Running syncqt.cpp for module: QtQDocCatch
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchConversions
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchGenerators
-- [QtTools] Generated QtModulePlugins.cmake files for the following modules: Designer
-- Configuring submodule 'qtserialport'
-- [QtSerialPort] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtSerialPort] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtSerialPort] CMAKE_MODULES_UNDER_TEST: Core;SerialPort
-- Configuring submodule 'qtpositioning'
-- [QtPositioning] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtPositioning] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtPositioning] Performing Test WinRT geolocation
-- [QtPositioning] Performing Test WinRT geolocation - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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: 'Debug'
-- [QtWebChannel] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannel
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannelQuick
-- [QtWebChannel] CMAKE_VERSION: 3.27.1
-- [QtWebChannel] 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
-- [QtWebChannel] CMAKE_MODULES_UNDER_TEST: Core;WebChannel
-- Configuring submodule 'qtwebengine'
-- [QtWebEngine] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtWebEngine] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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.7.0")
-- [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 "14.0")
-- [QtWebEngine] Performing Test re2 - Failed because PkgConfig::RE2 not found
-- [QtWebEngine] Performing Test vpx - Failed because PkgConfig::VPX not found
-- [QtWebEngine] Performing Test snappy - Failed because Snappy::Snappy not found
-- [QtWebEngine] Performing Test compatible libxml2 and libxslt - Failed because PkgConfig::LIBXML2 not found
-- [QtWebEngine] Performing Test compatible libjpeg - Failed because PkgConfig::JPEG not found
-- [QtWebEngine] Performing Test freetype >= 2.4.2 - Failed because PkgConfig::FREETYPE not found
-- [QtWebEngine] Performing Test HAVE_glibc
-- [QtWebEngine] Performing Test HAVE_glibc - Failed
-- [QtWebEngine] Performing Test HAVE_khr
-- [QtWebEngine] Performing Test HAVE_khr - Failed
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Success
-- [QtWebEngine] Performing Test libavformat - Failed because PkgConfig::FFMPEG not found
[QtWebEngine] -- Windows 10 SDK version: 10.0.22000.0
[QtWebEngine] -- Support check for QtWebEngine failed: Build requires Windows 11 SDK at least version 10.0.22621.0
-- [QtWebEngine] Found Nodejs: C:/Program Files/nodejs/node.exe (found suitable version "18.17.0", minimum required is "14.19")
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Running syncqt.cpp for module: QtPdf
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfWidgets
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfQuick
-- Configuring submodule 'qtdoc'
-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtDoc] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Configuring submodule 'qtgraphs'
-- [QtGraphs] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtGraphs] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtGraphs] Running syncqt.cpp for module: QtGraphs
-- Configuring submodule 'qtgrpc'
-- Could NOT find Qt6ProtobufTools (missing: Qt6ProtobufTools_DIR)
-- Could NOT find Qt6GrpcTools (missing: Qt6GrpcTools_DIR)
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtGrpc] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- [QtGrpc] Performing Test  - Failed because WrapProtobuf::WrapLibProtobuf not found
-- [QtGrpc] Performing Test  - Failed because WrapProtobuf::WrapLibProtoc not found
-- [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
-- [QtGrpc] Running syncqt.cpp for module: QtGrpcQuick
-- Configuring submodule 'qtlocation'
-- [QtLocation] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtLocation] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: 'Debug'
-- [QtLottie] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtLottie] Running syncqt.cpp for module: QtBodymovin
-- Configuring submodule 'qtmqtt'
-- [QtMqtt] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtMqtt] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtMqtt] Running syncqt.cpp for module: QtMqtt
-- Configuring submodule 'qtnetworkauth'
-- [QtNetworkAuth] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtNetworkAuth] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtNetworkAuth] Running syncqt.cpp for module: QtNetworkAuth
-- Configuring submodule 'qtopcua'
-- [QtOpcUa] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtOpcUa] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: 'Debug'
-- [QtQualityAssurance] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- Configuring submodule 'qtquick3dphysics'
-- [QtQuick3DPhysics] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtQuick3DPhysics] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysics
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysicsHelpers
-- Configuring submodule 'qtquickeffectmaker'
-- [QQEffectMaker] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QQEffectMaker] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
Nodes path: D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
-- [QtRemoteObjects] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtRemoteObjects] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake
-- [QtRemoteObjects] CMAKE_MODULES_UNDER_TEST: Core;Network;RemoteObjects
-- Configuring submodule 'qtscxml'
-- [QtScxml] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtScxml] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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: 'Debug'
-- [QtSensors] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [QtSensors] Performing Test WinRT sensors
-- [QtSensors] Performing Test WinRT sensors - Success
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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: 'Debug'
-- [QtSerialBus] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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/GitHub/testing/qt-docs/qt/build/qtbase/lib/cmake;D:/Repo/GitHub/testing/qt-docs/qt/build/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: 'Debug'
-- [QtSpeech] CMAKE_STRIP (original): C:/Strawberry/c/bin/strip.exe
-- [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: 'Debug'
CMake Error at C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:233 (_qt_internal_wrap_tool_command):
  Unknown CMake command "_qt_internal_wrap_tool_command".
Call Stack (most recent call first):
  C:/Qt/6.3.2/msvc2019_64/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:383 (qt6_add_lrelease)
  qttranslations/translations/CMakeLists.txt:192 (qt_add_lrelease)


-- Configuring incomplete, errors occurred!
CMake Error at D:/Repo/GitHub/testing/qt-docs/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:1002 (message):
  CMake exited with code 1.



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


More information about the Development mailing list