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

Haowei Hsu hwhsu1231 at gmail.com
Wed Aug 23 12:16:33 CEST 2023


Hello, Qt Development Team.

This time, I followed what Kai and Thiago suggested:

   - Kai: *Or just clone Qt 6.2.4 (and other branches/tags) in a separate
   git checkout directory.*
   - Thiago: *As suggested before, I recommend building all of qtbase
   first.*

I didn't initialize the submodules in the 'dev' branch. Instead, I run
'perl init-repository' after checking out to the '6.2.4' branch.
Therefore, the qt/qt5 repo would be clean as I expected. However, when
building the 'qtbase' target, it turns out to fail.
The following commands are what I run:

   1. *chdir /d D:\Repo\tmp*
   2. *git clone https://github.com/qt/qt5.git
   <https://github.com/qt/qt5.git> qt-6.2.4*
   3. *chdir qt-6.2.4*
   4. *perl init-repository*
   5. *git status*
   6. *where gcc*
   7.
*set PATH=D:\Repo\tmp\mingw64\bin;%PATH% *
   8. *where gcc*
   9. *gcc --version*
   10. *mkdir build\mingw-release && chdir build\mingw-release*
   11. *..\..\configure.bat -release -developer-build -nomake examples
   -nomake tests -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang
   -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c*
   12.
*cmake --build . --parallel 4 --target qtbase (failed) *

You can see the attachment with the full log:
*log-failed-to-build-qtbase-in-the-clean-6.2.4-branch.txt*

So, what happened this time?

---
Haowei Hsu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230823/cc14f2f9/attachment-0001.htm>
-------------- next part --------------
C:\Users\hwhsu1231>chdir /d D:\Repo\tmp

D:\Repo\tmp>git clone https://github.com/qt/qt5.git qt-6.2.4
Cloning into 'qt-6.2.4'...
remote: Enumerating objects: 35121, done.
remote: Counting objects: 100% (2124/2124), done.
remote: Compressing objects: 100% (580/580), done.
Receiving objects: 100% (35121/35121), 12.08 MiB | 2.51 MiB/s, done.sed 32997

Resolving deltas: 100% (25148/25148), done.

D:\Repo\tmp>chdir qt-6.2.4

D:\Repo\tmp\qt-6.2.4>git checkout 6.2.4
Switched to a new branch '6.2.4'
branch '6.2.4' set up to track 'origin/6.2.4'.

D:\Repo\tmp\qt-6.2.4>perl init-repository
+ git submodule init qt3d qt5compat qtactiveqt qtbase qtcharts qtcoap qtconnectivity qtdatavis3d qtdeclarative qtdoc qtimageformats qtlottie qtmqtt qtmultimedia qtnetworkauth qtopcua qtpositioning qtqa qtquick3d qtquicktimeline qtremoteobjects qtrepotools qtscxml qtsensors qtserialbus qtserialport qtshadertools qtsvg qttools qttranslations qtvirtualkeyboard qtwayland qtwebchannel qtwebengine qtwebsockets qtwebview
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 '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 'qtimageformats' (https://github.com/qt/qtimageformats.git) registered for path 'qtimageformats'
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 '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 '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 'qtsvg' (https://github.com/qt/qtsvg.git) registered for path 'qtsvg'
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 'qtwebsockets' (https://github.com/qt/qtwebsockets.git) registered for path 'qtwebsockets'
Submodule 'qtwebview' (https://github.com/qt/qtwebview.git) registered for path 'qtwebview'
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git clone --no-checkout https://github.com/qt/qt3d.git qt3d
Cloning into 'qt3d'...
remote: Enumerating objects: 148175, done.
remote: Counting objects: 100% (4015/4015), done.
remote: Compressing objects: 100% (1745/1745), done.
remote: Total 148175 (delta 2287), reused 3954 (delta 2251), pack-reused 144160
Receiving objects: 100% (148175/148175), 171.49 MiB | 4.67 MiB/s, done.
Resolving deltas: 100% (117247/117247), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qt3d.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qt5compat.git qt5compat
Cloning into 'qt5compat'...
remote: Enumerating objects: 8219, done.
remote: Counting objects: 100% (1286/1286), done.
remote: Compressing objects: 100% (524/524), done.
remote: Total 8219 (delta 768), reused 1270 (delta 755), pack-reused 6933
Receiving objects: 100% (8219/8219), 16.90 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (4759/4759), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qt5compat.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtactiveqt.git qtactiveqt
Cloning into 'qtactiveqt'...
remote: Enumerating objects: 12481, done.
remote: Counting objects: 100% (1868/1868), done.
remote: Compressing objects: 100% (721/721), done.
remote: Total 12481 (delta 1141), reused 1851 (delta 1126), pack-reused 10613
Receiving objects: 100% (12481/12481), 3.29 MiB | 2.07 MiB/s, done.
Resolving deltas: 100% (7750/7750), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtactiveqt.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtbase.git qtbase
Cloning into 'qtbase'...
remote: Enumerating objects: 921019, done.
remote: Counting objects: 100% (8648/8648), done.
remote: Compressing objects: 100% (2828/2828), done.
remote: Total 921019 (delta 6058), reused 8348 (delta 5781), pack-reused 912371
Receiving objects: 100% (921019/921019), 635.92 MiB | 4.65 MiB/s, done.
Resolving deltas: 100% (734277/734277), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtbase.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtcharts.git qtcharts
Cloning into 'qtcharts'...
remote: Enumerating objects: 55553, done.
remote: Counting objects: 100% (2672/2672), done.
remote: Compressing objects: 100% (1030/1030), done.
remote: Total 55553 (delta 1661), reused 2607 (delta 1633), pack-reused 52881
Receiving objects: 100% (55553/55553), 21.93 MiB | 3.88 MiB/s, done.
Resolving deltas: 100% (43122/43122), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtcharts.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtcoap.git qtcoap
Cloning into 'qtcoap'...
remote: Enumerating objects: 6072, done.
remote: Counting objects: 100% (996/996), done.
remote: Compressing objects: 100% (377/377), done.
remote: Total 6072 (delta 659), reused 954 (delta 617), pack-reused 5076
Receiving objects: 100% (6072/6072), 1.15 MiB | 1.37 MiB/s, done.
Resolving deltas: 100% (3851/3851), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtcoap.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtconnectivity.git qtconnectivity
Cloning into 'qtconnectivity'...
remote: Enumerating objects: 39834, done.
remote: Counting objects: 100% (2536/2536), done.
remote: Compressing objects: 100% (860/860), done.
remote: Total 39834 (delta 1618), reused 2485 (delta 1570), pack-reused 37298
Receiving objects: 100% (39834/39834), 18.07 MiB | 3.04 MiB/s, done.
Resolving deltas: 100% (28760/28760), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtconnectivity.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtdatavis3d.git qtdatavis3d
Cloning into 'qtdatavis3d'...
remote: Enumerating objects: 37465, done.
remote: Counting objects: 100% (3686/3686), done.
remote: Compressing objects: 100% (1345/1345), done.
remote: Total 37465 (delta 2252), reused 3595 (delta 2161), pack-reused 33779
Receiving objects: 100% (37465/37465), 43.61 MiB | 1.73 MiB/s, done.
Resolving deltas: 100% (27370/27370), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtdatavis3d.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtdeclarative.git qtdeclarative
Cloning into 'qtdeclarative'...
remote: Enumerating objects: 484950, done.
remote: Counting objects: 100% (28848/28848), done.
remote: Compressing objects: 100% (7345/7345), done.
remote: Total 484950 (delta 21830), reused 28337 (delta 21341), pack-reused 456102
Receiving objects: 100% (484950/484950), 237.19 MiB | 3.99 MiB/s, done.
Resolving deltas: 100% (385092/385092), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtdeclarative.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtdoc.git qtdoc
Cloning into 'qtdoc'...
remote: Enumerating objects: 45535, done.
remote: Counting objects: 100% (4565/4565), done.
remote: Compressing objects: 100% (1334/1334), done.
remote: Total 45535 (delta 3222), reused 4499 (delta 3166), pack-reused 40970
Receiving objects: 100% (45535/45535), 55.44 MiB | 3.34 MiB/s, done.
Resolving deltas: 100% (32658/32658), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtdoc.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtimageformats.git qtimageformats
Cloning into 'qtimageformats'...
remote: Enumerating objects: 12177, done.
remote: Counting objects: 100% (1589/1589), done.
remote: Compressing objects: 100% (696/696), done.
remote: Total 12177 (delta 906), reused 1568 (delta 887), pack-reused 10588
Receiving objects: 100% (12177/12177), 8.37 MiB | 3.70 MiB/s, done.
Resolving deltas: 100% (7449/7449), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtimageformats.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtlottie.git qtlottie
Cloning into 'qtlottie'...
remote: Enumerating objects: 4390, done.
remote: Counting objects: 100% (995/995), done.
remote: Compressing objects: 100% (381/381), done.
Receiving objects:  99% (4347/4390), 444.01 KiB | 749.00 KiB/sremote: Total 4390 (delta 622), reused 986 (delta 613), pack-reused 3395
Receiving objects: 100% (4390/4390), 747.30 KiB | 1.17 MiB/s, done.
Resolving deltas: 100% (2852/2852), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtlottie.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtmqtt.git qtmqtt
Cloning into 'qtmqtt'...
remote: Enumerating objects: 7038, done.
remote: Counting objects: 100% (661/661), done.
remote: Compressing objects: 100% (286/286), done.
remote: Total 7038 (delta 427), reused 609 (delta 375), pack-reused 6377
Receiving objects: 100% (7038/7038), 1.40 MiB | 1.47 MiB/s, done.
Resolving deltas: 100% (4451/4451), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtmqtt.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtmultimedia.git qtmultimedia
Cloning into 'qtmultimedia'...
remote: Enumerating objects: 98162, done.
remote: Counting objects: 100% (5527/5527), done.
remote: Compressing objects: 100% (1711/1711), done.
remote: Total 98162 (delta 3899), reused 5369 (delta 3744), pack-reused 92635
Receiving objects: 100% (98162/98162), 39.91 MiB | 2.22 MiB/s, done.
Resolving deltas: 100% (77602/77602), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtmultimedia.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtnetworkauth.git qtnetworkauth
Cloning into 'qtnetworkauth'...
remote: Enumerating objects: 6541, done.
remote: Counting objects: 100% (1227/1227), done.
remote: Compressing objects: 100% (509/509), done.
remote: Total 6541 (delta 750), reused 1174 (delta 715), pack-reused 5314
Receiving objects: 100% (6541/6541), 1.17 MiB | 1.53 MiB/s, done.
Resolving deltas: 100% (3975/3975), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtnetworkauth.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtopcua.git qtopcua
Cloning into 'qtopcua'...
remote: Enumerating objects: 15238, done.
remote: Counting objects: 100% (1164/1164), done.
remote: Compressing objects: 100% (619/619), done.Receiving objects:   0% (1/15238)
remote: Total 15238 (delta 664), reused 1031 (delta 540), pack-reused 14074
Receiving objects: 100% (15238/15238), 8.88 MiB | 2.71 MiB/s, done.
Resolving deltas: 100% (9798/9798), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtopcua.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtpositioning.git qtpositioning
Cloning into 'qtpositioning'...
remote: Enumerating objects: 58383, done.
remote: Counting objects: 100% (1042/1042), done.
remote: Compressing objects: 100% (428/428), done.
remote: Total 58383 (delta 620), reused 1026 (delta 604), pack-reused 57341
Receiving objects: 100% (58383/58383), 21.90 MiB | 3.16 MiB/s, done.
Resolving deltas: 100% (48818/48818), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtpositioning.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtqa.git qtqa
Cloning into 'qtqa'...
remote: Enumerating objects: 13589, done.
remote: Counting objects: 100% (1352/1352), done.
remote: Compressing objects: 100% (504/504), done.
remote: Total 13589 (delta 875), reused 1304 (delta 839), pack-reused 12237
Receiving objects: 100% (13589/13589), 15.85 MiB | 3.14 MiB/s, done.
Resolving deltas: 100% (8594/8594), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtqa.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtquick3d.git qtquick3d
Cloning into 'qtquick3d'...
remote: Enumerating objects: 54953, done.
remote: Counting objects: 100% (4199/4199), done.
remote: Compressing objects: 100% (1270/1270), done.
remote: Total 54953 (delta 2973), reused 4131 (delta 2905), pack-reused 50754
Receiving objects: 100% (54953/54953), 89.80 MiB | 3.01 MiB/s, done.
Resolving deltas: 100% (42214/42214), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtquick3d.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtquicktimeline qtquicktimeline
Cloning into 'qtquicktimeline'...
remote: Enumerating objects: 5340, done.
remote: Counting objects: 100% (780/780), done.
remote: Compressing objects: 100% (294/294), done.
Receiving objects:  99% (5287/5340), 452.01 KiB | 742.00 KiB/sremote: Total 5340 (delta 497), reused 768 (delta 485), pack-reused 4560
Receiving objects: 100% (5340/5340), 780.47 KiB | 1.17 MiB/s, done.
Resolving deltas: 100% (3414/3414), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtquicktimeline
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtremoteobjects.git qtremoteobjects
Cloning into 'qtremoteobjects'...
remote: Enumerating objects: 15448, done.
remote: Counting objects: 100% (1667/1667), done.
remote: Compressing objects: 100% (684/684), done.
remote: Total 15448 (delta 963), reused 1650 (delta 949), pack-reused 13781
Receiving objects: 100% (15448/15448), 4.35 MiB | 2.19 MiB/s, done.
Resolving deltas: 100% (10231/10231), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtremoteobjects.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtrepotools.git qtrepotools
Cloning into '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.49 MiB/s, done.
Resolving deltas: 100% (2552/2552), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtrepotools.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtscxml.git qtscxml
Cloning into 'qtscxml'...
remote: Enumerating objects: 16921, done.
remote: Counting objects: 100% (1937/1937), done.
remote: Compressing objects: 100% (823/823), done.
remote: Total 16921 (delta 1115), reused 1893 (delta 1071), pack-reused 14984
Receiving objects: 100% (16921/16921), 5.27 MiB | 2.63 MiB/s, done.
Resolving deltas: 100% (10972/10972), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtscxml.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtsensors.git qtsensors
Cloning into 'qtsensors'...
remote: Enumerating objects: 19033, done.
remote: Counting objects: 100% (1524/1524), done.
remote: Compressing objects: 100% (547/547), done.
remote: Total 19033 (delta 969), reused 1517 (delta 962), pack-reused 17509
Receiving objects: 100% (19033/19033), 7.29 MiB | 2.34 MiB/s, done.
Resolving deltas: 100% (12851/12851), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtsensors.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtserialbus.git qtserialbus
Cloning into 'qtserialbus'...
remote: Enumerating objects: 17353, done.
remote: Counting objects: 100% (1962/1962), done.
remote: Compressing objects: 100% (680/680), done.
remote: Total 17353 (delta 1295), reused 1932 (delta 1270), pack-reused 15391
Receiving objects: 100% (17353/17353), 4.36 MiB | 2.22 MiB/s, done.
Resolving deltas: 100% (11367/11367), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtserialbus.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtserialport.git qtserialport
Cloning into 'qtserialport'...
remote: Enumerating objects: 13817, done.
remote: Counting objects: 100% (1151/1151), done.
remote: Compressing objects: 100% (451/451), done.
remote: Total 13817 (delta 709), reused 1138 (delta 699), pack-reused 12666
Receiving objects: 100% (13817/13817), 3.69 MiB | 1.88 MiB/s, done.
Resolving deltas: 100% (8897/8897), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtserialport.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtshadertools.git qtshadertools
Cloning into 'qtshadertools'...
remote: Enumerating objects: 7067, done.
remote: Counting objects: 100% (1421/1421), done.
remote: Compressing objects: 100% (555/555), done.
remote: Total 7067 (delta 891), reused 1392 (delta 863), pack-reused 5646
Receiving objects: 100% (7067/7067), 4.68 MiB | 3.15 MiB/s, done.
Resolving deltas: 100% (4457/4457), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtshadertools.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtsvg.git qtsvg
Cloning into 'qtsvg'...
remote: Enumerating objects: 13294, done.
remote: Counting objects: 100% (1391/1391), done.
remote: Compressing objects: 100% (514/514), done.
remote: Total 13294 (delta 887), reused 1374 (delta 874), pack-reused 11903
Receiving objects: 100% (13294/13294), 5.58 MiB | 2.53 MiB/s, done.
Resolving deltas: 100% (8610/8610), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtsvg.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qttools.git qttools
Cloning into 'qttools'...
remote: Enumerating objects: 83133, done.
remote: Counting objects: 100% (5513/5513), done.
remote: Compressing objects: 100% (1833/1833), done.
remote: Total 83133 (delta 3773), reused 5263 (delta 3643), pack-reused 77620
Receiving objects: 100% (83133/83133), 47.39 MiB | 2.87 MiB/s, done.
Resolving deltas: 100% (65231/65231), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qttools.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qttranslations.git qttranslations
Cloning into 'qttranslations'...
remote: Enumerating objects: 7255, done.
remote: Counting objects: 100% (846/846), done.
remote: Compressing objects: 100% (322/322), done.
remote: Total 7255 (delta 538), reused 820 (delta 512), pack-reused 6409
Receiving objects: 100% (7255/7255), 12.40 MiB | 2.98 MiB/s, done.
Resolving deltas: 100% (5068/5068), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qttranslations.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtvirtualkeyboard.git qtvirtualkeyboard
Cloning into 'qtvirtualkeyboard'...
remote: Enumerating objects: 21686, done.
remote: Counting objects: 100% (2264/2264), done.
remote: Compressing objects: 100% (745/745), done.
remote: Total 21686 (delta 1531), reused 2221 (delta 1493), pack-reused 19422
Receiving objects: 100% (21686/21686), 18.87 MiB | 3.83 MiB/s, done.
Resolving deltas: 100% (15144/15144), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtvirtualkeyboard.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtwayland.git qtwayland
Cloning into 'qtwayland'...
remote: Enumerating objects: 53199, done.
remote: Counting objects: 100% (2953/2953), done.
remote: Compressing objects: 100% (983/983), done.
remote: Total 53199 (delta 1950), reused 2881 (delta 1900), pack-reused 50246
Receiving objects: 100% (53199/53199), 16.25 MiB | 5.52 MiB/s, done.
Resolving deltas: 100% (37681/37681), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwayland.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtwebchannel.git qtwebchannel
Cloning into 'qtwebchannel'...
remote: Enumerating objects: 7384, done.
remote: Counting objects: 100% (872/872), done.
remote: Compressing objects: 100% (355/355), done.
remote: Total 7384 (delta 528), reused 854 (delta 512), pack-reused 6512
Receiving objects: 100% (7384/7384), 1.74 MiB | 1.75 MiB/s, done.
Resolving deltas: 100% (4721/4721), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwebchannel.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtwebengine.git qtwebengine
Cloning into 'qtwebengine'...
remote: Enumerating objects: 79012, done.
remote: Counting objects: 100% (79003/79003), done.
remote: Compressing objects: 100% (16752/16752), done.
remote: Total 79012 (delta 62223), reused 77959 (delta 61187), pack-reused 9
Receiving objects: 100% (79012/79012), 29.30 MiB | 4.40 MiB/s, done.
Resolving deltas: 100% (62223/62223), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwebengine.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtwebsockets.git qtwebsockets
Cloning into 'qtwebsockets'...
remote: Enumerating objects: 11284, done.
remote: Counting objects: 100% (1196/1196), done.
remote: Compressing objects: 100% (411/411), done.
remote: Total 11284 (delta 798), reused 1177 (delta 780), pack-reused 10088
Receiving objects: 100% (11284/11284), 3.06 MiB | 2.08 MiB/s, done.
Resolving deltas: 100% (7736/7736), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwebsockets.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git clone --no-checkout https://github.com/qt/qtwebview.git qtwebview
Cloning into 'qtwebview'...
remote: Enumerating objects: 5818, done.
remote: Counting objects: 100% (808/808), done.
remote: Compressing objects: 100% (298/298), done.
remote: Total 5818 (delta 499), reused 802 (delta 493), pack-reused 5010Receiving objects:  99% (5760/5818), 308.01 KiB | 552.00 KiB/s
Receiving objects: 100% (5818/5818), 1.27 MiB | 1.56 MiB/s, done.
Resolving deltas: 100% (3482/3482), done.
+ git config commit.template D:/Repo/tmp/qt-6.2.4/.commit-template
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwebview.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git submodule update --force --no-fetch
Submodule path 'qt3d': checked out 'ba60c55bd21ac774154eadbbb7b1573674668a80'
Submodule path 'qt5compat': checked out 'd2f614a177ed8c1f7237a2c2b2a530d23bebace8'
Submodule path 'qtactiveqt': checked out 'a7d9fbfb46c46c95b468ee01f6fc31d7d82adfc3'
Submodule path 'qtbase': checked out 'd3b5353380797f3b67599ccebc5dc916057681e5'
Submodule path 'qtcharts': checked out 'bc4474149b50a4249a490cd541dabb77d1285576'
Submodule path 'qtcoap': checked out '66b731d0f2f3ec45d535a98e3859bf78e5ede8ed'
Submodule path 'qtconnectivity': checked out '1b8b3b251407e00423f1a58a5ee86c4d3e9901ec'
Submodule path 'qtdatavis3d': checked out 'b0d49a7eed0aa4164168b554519e3fe16d38e7bb'
Submodule path 'qtdeclarative': checked out '26140891b4b77e2e8292f75e9d20f5798a2bd247'
Submodule path 'qtdoc': checked out '4bd64592aad85fb02fa6dd7b0e40d9d0b7c959cf'
Submodule path 'qtimageformats': checked out '2dd8048d64de5ca7fcc817f5afdbd5fc368dd1f0'
Submodule path 'qtlottie': checked out '93601e37912efefc93a850e58861ffe8d4d604fa'
Submodule path 'qtmqtt': checked out '1db8babfef79f91e4a457633cc4e659b093d0e02'
Submodule path 'qtmultimedia': checked out '79739672e6a83b4095d0952068354cef9ff3495c'
Submodule path 'qtnetworkauth': checked out '97e6076031f7bc223e4ea68435e3d3d35ebadbb5'
Submodule path 'qtopcua': checked out '3eeb1db3b3687ad1110cb491b9d7f7d5fbed383d'
Submodule path 'qtpositioning': checked out '662461c306a17660fe94a6c3450bb7312423ee9b'
Submodule path 'qtqa': checked out '9a4e92089d4c23d8b1cde07ec5596f3611b0e362'
Submodule path 'qtquick3d': checked out 'ddff44aef63854644809a06d4fadf4f97833ce81'
Submodule path 'qtquicktimeline': checked out '764291bb8dcded2f4793f6fa48cfd3493d644135'
Submodule path 'qtremoteobjects': checked out '923c6dee3f0af69f848bf3bd4575e7dc8e0dc49e'
Submodule path 'qtrepotools': checked out '08ca9944715735726d36f7d82123dc299f73335d'
Submodule path 'qtscxml': checked out 'a3e8bf11424b306e38c8c7b114d2d6c600e0d3b4'
Submodule path 'qtsensors': checked out '45dc7967824262923694d83e36f94b4d6cc273b9'
Submodule path 'qtserialbus': checked out '58eb2dad75116ee51bd2939eb92202ec4f02a83a'
Submodule path 'qtserialport': checked out 'f41e290b17e68764da0bf88ded99f2180d79b83b'
Submodule path 'qtshadertools': checked out '47011f48f747a8855b0c4e9b7fdadb32ead254da'
Submodule path 'qtsvg': checked out '0237fcf58c8978c35386b2b7d38f306da0f20af2'
Submodule path 'qttools': checked out '2a982eb06ff9c35b48c969089e17c05f8248b57c'
Submodule path 'qttranslations': checked out 'eb6cc76cb8594080fc30abe44a497b62619691be'
Submodule path 'qtvirtualkeyboard': checked out 'd21c005345ea695a90dd980609762cb7e1f2f697'
Submodule path 'qtwayland': checked out 'b840a91bf5f4068efe3110411c156c17b869142c'
Submodule path 'qtwebchannel': checked out 'd6c00c7be359fe25846ed3d95f96afa36c4d11b1'
Submodule path 'qtwebengine': checked out 'acb01cacff784d51f97e8be16e57f89ebc2722f9'
Submodule path 'qtwebsockets': checked out '6dd991743fbd5b997392ac24997f97822df82053'
Submodule path 'qtwebview': checked out '4648d5d9ad50171a9f6e8fe8803cc92c12740baf'
+ git submodule init src/3rdparty/assimp/src
Submodule 'src/3rdparty/assimp/src' (https://github.com/qt/qtquick3d-assimp.git) registered for path 'src/3rdparty/assimp/src'
 *** /qt3d/src/3rdparty/assimp/src not found, ignoring alternate for this submodule
+ git clone --no-checkout https://github.com/qt/qtquick3d-assimp.git src/3rdparty/assimp/src
Cloning into 'src/3rdparty/assimp/src'...
remote: Enumerating objects: 78398, done.
remote: Counting objects: 100% (2185/2185), done.
remote: Compressing objects: 100% (792/792), done.
remote: Total 78398 (delta 1396), reused 2147 (delta 1359), pack-reused 76213
Receiving objects: 100% (78398/78398), 166.23 MiB | 4.85 MiB/s, done.
Resolving deltas: 100% (59449/59449), done.
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtquick3d-assimp.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git submodule update --force --no-fetch
Submodule path 'src/3rdparty/assimp/src': checked out '5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5'
+ git submodule init tests/auto/qml/ecmascripttests/test262
Submodule 'tests/auto/qml/ecmascripttests/test262' (https://github.com/qt/qtdeclarative-testsuites.git) registered for path 'tests/auto/qml/ecmascripttests/test262'
 *** /qtdeclarative/tests/auto/qml/ecmascripttests/test262 not found, ignoring alternate for this submodule
+ git clone --no-checkout https://github.com/qt/qtdeclarative-testsuites.git tests/auto/qml/ecmascripttests/test262
Cloning into '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 | 3.80 MiB/s, done.
Resolving deltas: 100% (112376/112376), done.
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtdeclarative-testsuites.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git submodule update --force --no-fetch
Submodule path 'tests/auto/qml/ecmascripttests/test262': checked out '4dad98d63c279b989fdb48006fbd1db8ee27bc7f'
+ git submodule init src/3rdparty/assimp/src
Submodule 'src/3rdparty/assimp/src' (https://github.com/qt/qtquick3d-assimp.git) registered for path 'src/3rdparty/assimp/src'
 *** /qtquick3d/src/3rdparty/assimp/src not found, ignoring alternate for this submodule
+ git clone --no-checkout https://github.com/qt/qtquick3d-assimp.git src/3rdparty/assimp/src
Cloning into 'src/3rdparty/assimp/src'...
remote: Enumerating objects: 78398, done.
remote: Counting objects: 100% (2185/2185), done.
remote: Compressing objects: 100% (792/792), done.
remote: Total 78398 (delta 1396), reused 2147 (delta 1359), pack-reused 76213
Receiving objects: 100% (78398/78398), 166.23 MiB | 2.60 MiB/s, done.
Resolving deltas: 100% (59449/59449), done.
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtquick3d-assimp.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git submodule update --force --no-fetch
Submodule path 'src/3rdparty/assimp/src': checked out '5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5'
+ git submodule init src/assistant/qlitehtml
Submodule 'src/assistant/qlitehtml' (https://code.qt.io/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml'
 *** /qttools/src/assistant/qlitehtml not found, ignoring alternate for this submodule
+ git clone --no-checkout https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml
Cloning into 'src/assistant/qlitehtml'...
remote: Enumerating objects: 299, done.
remote: Counting objects: 100% (299/299), done.
remote: Compressing objects: 100% (277/277), done.
Receiving objects:  75% (225/299)
Receiving objects: 100% (299/299), 88.95 KiB | 305.00 KiB/s, done.
Resolving deltas: 100% (182/182), done.
+ git submodule update --force --no-fetch
Submodule path 'src/assistant/qlitehtml': checked out '4931b7aa30f256c20573d283561aa432fecf8f38'
+ git submodule init src/3rdparty/litehtml
Submodule 'src/3rdparty/litehtml' (https://github.com/litehtml/litehtml.git) registered for path 'src/3rdparty/litehtml'
 *** /qttools/src/assistant/qlitehtml/src/3rdparty/litehtml not found, ignoring alternate for this submodule
+ git clone --no-checkout https://github.com/litehtml/litehtml.git src/3rdparty/litehtml
Cloning into '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.81 MiB/s, done.
Resolving deltas: 100% (4079/4079), done.
+ git submodule update --force --no-fetch
Submodule path 'src/3rdparty/litehtml': checked out '6236113734bb0a28467e5999e86fdd2834be8e01'
+ git submodule init src/3rdparty
Submodule 'src/3rdparty' (https://github.com/qt/qtwebengine-chromium.git) registered for path 'src/3rdparty'
 *** /qtwebengine/src/3rdparty not found, ignoring alternate for this submodule
+ git clone --no-checkout https://github.com/qt/qtwebengine-chromium.git src/3rdparty
Cloning into 'src/3rdparty'...
remote: Enumerating objects: 2281732, done.
remote: Counting objects: 100% (109956/109956), done.
remote: Compressing objects: 100% (66838/66838), done.
remote: Total 2281732 (delta 40564), reused 109227 (delta 39853), pack-reused 2171776
Receiving objects: 100% (2281732/2281732), 4.02 GiB | 5.94 MiB/s, done.
Resolving deltas: 100% (1638668/1638668), done.
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtwebengine-chromium.git
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
+ git submodule update --force --no-fetch
Submodule path 'src/3rdparty': checked out 'b33b4266df8c333d3d273ae4665d6b322eee33c6'
+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qt5
+ git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qt3d/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qt3d/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qt3d/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qt5compat/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qt5compat/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qt5compat/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtactiveqt/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtactiveqt/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtactiveqt/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtbase/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtbase/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtbase/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtcharts/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtcharts/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtcharts/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtcoap/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtcoap/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtcoap/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtconnectivity/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtconnectivity/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtconnectivity/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtdatavis3d/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtdatavis3d/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtdatavis3d/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtdeclarative/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtdeclarative/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtdeclarative/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtdoc/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtdoc/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtdoc/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtimageformats/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtimageformats/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtimageformats/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtlottie/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtlottie/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtlottie/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtmqtt/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtmqtt/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtmqtt/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtmultimedia/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtmultimedia/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtmultimedia/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtnetworkauth/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtnetworkauth/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtnetworkauth/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtopcua/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtopcua/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtopcua/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtpositioning/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtpositioning/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtpositioning/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtqa/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtqa/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtqa/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtquick3d/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtquick3d/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtquick3d/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtquicktimeline/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtquicktimeline/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtquicktimeline/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtremoteobjects/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtremoteobjects/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtremoteobjects/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtrepotools/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtrepotools/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtrepotools/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtscxml/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtscxml/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtscxml/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtsensors/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtsensors/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtsensors/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtserialbus/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtserialbus/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtserialbus/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtserialport/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtserialport/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtserialport/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtshadertools/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtshadertools/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtshadertools/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtsvg/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtsvg/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtsvg/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qttools/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qttools/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qttools/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qttranslations/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qttranslations/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qttranslations/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtvirtualkeyboard/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtvirtualkeyboard/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtvirtualkeyboard/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtwayland/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtwayland/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtwayland/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtwebchannel/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtwebchannel/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtwebchannel/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtwebengine/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtwebengine/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtwebengine/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtwebsockets/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtwebsockets/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtwebsockets/.git/hooks/pre-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/gerrit_commit_msg_hook
      as qtwebview/.git/hooks/commit-msg ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/git_post_commit_hook
      as qtwebview/.git/hooks/post-commit ...
Aliasing D:\Repo\tmp\qt-6.2.4/qtrepotools/git-hooks/clang-format-pre-commit
      as qtwebview/.git/hooks/pre-commit ...

D:\Repo\tmp\qt-6.2.4>git status
On branch 6.2.4
Your branch is up to date with 'origin/6.2.4'.

nothing to commit, working tree clean

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

  Update your project to use LIBRARIES instead.

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

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

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


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


Configuring 'qtvirtualkeyboard'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
-- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
-- Running syncqt for module: 'QtVirtualKeyboard'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtvirtualkeyboard/src/import/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

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

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

Configuring 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
Configuring 'qtwebsockets'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebSockets'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring 'qtwebchannel'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebChannel'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebchannel/src/imports/webchannel/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

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

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

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

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


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

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

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


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

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

-- The following OPTIONAL packages have not been found:

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

Configure summary:

Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 11.2.0
Build options:
  Mode ................................... release
  Optimize release build for size ........ no
  Fully optimize release builds (-O3) .... no
  Building shared libraries .............. yes
  Using C standard ....................... C11
  Using C++ standard ..................... C++17
  Relocatable ............................ yes
  Using precompiled headers .............. yes
  Using LTCG ............................. no
  Target compiler supports:
    SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
    AVX .................................. <none>
    AVX512 ............................... <none>
    Other x86 ............................ AES RDRAND SHA
    Intrinsics without compiler architecture option  yes
  Sanitizers:
    Addresses ............................ no
    Threads .............................. no
    Memory ............................... no
    Fuzzer (instrumentation only) ........ no
    Undefined ............................ no
  Build parts ............................ libs tools
  App store compliance ................... no
Qt modules and options:
  Qt Concurrent .......................... yes
  Qt D-Bus ............................... yes
  Qt D-Bus directly linked to libdbus .... no
  Qt Gui ................................. yes
  Qt Network ............................. yes
  Qt PrintSupport ........................ yes
  Qt Sql ................................. yes
  Qt Testlib ............................. yes
  Qt Widgets ............................. yes
  Qt Xml ................................. yes
Support enabled for:
  Using pkg-config ....................... no
  udev ................................... no
  Using system zlib ...................... no
  Zstandard support ...................... no
  Thread support ......................... yes
Common build options:
  Linker can resolve circular dependencies  yes
Qt Core:
  backtrace .............................. no
  DoubleConversion ....................... yes
    Using system DoubleConversion ........ no
  GLib ................................... no
  ICU .................................... no
  Using system libb2 ..................... no
  Built-in copy of the MIME database ..... yes
  cpp/winrt base ......................... no
  Tracing backend ........................ <none>
  Logging backends:
    journald ............................. no
    syslog ............................... no
    slog2 ................................ no
  PCRE2 .................................. yes
    Using system PCRE2 ................... no
Qt Sql:
  SQL item models ........................ yes
Qt Network:
  getifaddrs() ........................... no
  IPv6 ifname ............................ no
  libproxy ............................... no
  Schannel ............................... yes
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
Qt Gui:
  Accessibility .......................... yes
  FreeType ............................... yes
    Using system FreeType ................ no
  HarfBuzz ............................... yes
    Using system HarfBuzz ................ no
  Fontconfig ............................. no
  Image formats:
    GIF .................................. yes
    ICO .................................. yes
    JPEG ................................. yes
      Using system libjpeg ............... no
    PNG .................................. yes
      Using system libpng ................ no
  Text formats:
    HtmlParser ........................... yes
    CssParser ............................ yes
    OdfWriter ............................ yes
    MarkdownReader ....................... yes
      Using system libmd4c ............... no
    MarkdownWriter ....................... yes
  EGL .................................... no
  OpenVG ................................. no
  OpenGL:
    Desktop OpenGL ....................... no
    Dynamic OpenGL ....................... yes
    OpenGL ES 2.0 ........................ no
    OpenGL ES 3.0 ........................ no
    OpenGL ES 3.1 ........................ no
    OpenGL ES 3.2 ........................ no
  Vulkan ................................. no
  Session Management ..................... yes
Features used by QPA backends:
  evdev .................................. no
  libinput ............................... no
  INTEGRITY HID .......................... no
  mtdev .................................. no
  tslib .................................. no
  xkbcommon .............................. no
  X11 specific:
    XLib ................................. no
    XCB Xlib ............................. no
    EGL on X11 ........................... no
    xkbcommon-x11 ........................ no
    xcb-sm ............................... no
QPA backends:
  DirectFB ............................... no
  EGLFS .................................. no
  EGLFS details:
    EGLFS OpenWFD ........................ no
    EGLFS i.Mx6 .......................... no
    EGLFS i.Mx6 Wayland .................. no
    EGLFS RCAR ........................... no
    EGLFS EGLDevice ...................... no
    EGLFS GBM ............................ no
    EGLFS VSP2 ........................... no
    EGLFS Mali ........................... no
    EGLFS Raspberry Pi ................... no
    EGLFS X11 ............................ no
  LinuxFB ................................ no
  VNC .................................... no
  VK_KHR_display ......................... no
  QNX:
    lgmon ................................ no
    IMF .................................. no
  XCB:
    Using system-provided xcb-xinput ..... no
    GL integrations:
      GLX Plugin ......................... no
        XCB GLX .......................... no
      EGL-X11 Plugin ..................... no
  Windows:
    Direct 2D ............................ yes
    Direct 2D 1.1 ........................ yes
    DirectWrite .......................... yes
    DirectWrite 3 ........................ yes
Qt Widgets:
  GTK+ ................................... no
  Styles ................................. Fusion Windows WindowsVista
Qt Testlib:
  Tester for item models ................. yes
Qt PrintSupport:
  CUPS ................................... no
Qt Sql Drivers:
  DB2 (IBM) .............................. no
  InterBase .............................. no
  MySql .................................. yes
  OCI (Oracle) ........................... no
  ODBC ................................... yes
  PostgreSQL ............................. yes
  SQLite ................................. yes
    Using system provided SQLite ......... no
Core tools:
  qmake tool ............................. yes
Further Image Formats:
  JasPer ................................. no
  MNG .................................... no
  TIFF ................................... yes
    Using system libtiff ................. no
  WEBP ................................... yes
    Using system libwebp ................. no
Qt QML:
  QML network support .................... yes
  QML debugging and profiling support .... yes
  QML just-in-time compiler .............. yes
  QML sequence object .................... yes
  QML XML http request ................... yes
  QML Locale ............................. yes
Qt QML Models:
  QML list model ......................... yes
  QML delegate model ..................... yes
Qt Quick:
  AnimatedImage item ..................... yes
  Canvas item ............................ yes
  Support for Qt Quick Designer .......... yes
  Flipable item .......................... yes
  GridView item .......................... yes
  ListView item .......................... yes
  TableView item ......................... yes
  Path support ........................... yes
  PathView item .......................... yes
  Positioner items ....................... yes
  Repeater item .......................... yes
  ShaderEffect item ...................... yes
  Sprite item ............................ yes
Qt Quick Templates 2:
  Hover support .......................... yes
  Multi-touch support .................... yes
Qt Quick Controls 2:
  Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
Qt 3D:
  Assimp ................................. yes
  System Assimp .......................... no
  Use SSE2 instructions .................. yes
  Use AVX2 instructions .................. no
  Aspects:
    Render aspect ........................ yes
    Input aspect ......................... yes
    Logic aspect ......................... yes
    Animation aspect ..................... yes
    Extras aspect ........................ yes
Qt 3D APIs:
  Vulkan ................................. no
Qt 3D Renderers:
  OpenGL Renderer ........................ yes
  RHI Renderer ........................... no
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Multimedia:
  GStreamer 1.0 .......................... no
  Video for Linux ........................ no
  Linux DMA buffer support ............... no
  MMRenderer ............................. no
  AVFoundation ........................... no
  Windows Media Foundation ............... yes
Qt Charts Types:
  Area Chart ............................. yes
  Line Chart ............................. yes
  Spline Chart ........................... yes
  Scatter Chart .......................... yes
  Bar Chart .............................. yes
  Pie Chart .............................. yes
  Boxplot Chart .......................... yes
  Candlestick Chart ...................... yes
Qt Axis Types:
  DateTime Axis .......................... yes
Qt Tools:
  Qt Assistant ........................... yes
  QDoc ................................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  Mac Deployment Tool .................... no
  pixeltool .............................. yes
  qdbus .................................. yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtplugininfo ........................... yes
  Windows deployment tool ................ yes
Qt Opcua:
  Open62541 .............................. yes
  Unified Automation C++ SDK ............. no
  Support for namespace 0 NodeId names ... yes
  Namespace 0 NodeIds generator .......... no
  Open62541 security support ............. yes
  Support for global discovery server .... yes
Serial Port:
  ntddmodm ............................... no
QtQuick3D:
  Assimp ................................. yes
  System Assimp .......................... no
Qt Remote Objects:
  High Availability Manager (ham) ........ no
Qt Scxml:
  ECMAScript data model for QtScxml ...... yes
Qt Sensors:
  WinRT sensors backend .................. no
Qt SerialBus:
  Socket CAN ............................. no
  Socket CAN FD .......................... no
  SerialPort Support ..................... yes
Qt Virtualkeyboard:
  Desktop integration .................... yes
  Built-in layouts ....................... yes
  Key navigation ......................... no
  Retro style as default ................. no
  Sensitive Debug ........................ no
  Cerence ................................ no
    Static Linking ....................... no
    Handwriting .......................... no
      Alphabetic ......................... no
      CJK ................................ no
    XT9 .................................. no
      XT9 Debug .......................... no
      XT9 9-key layouts .................. no
    Bundle resources ..................... no
      Handwriting ........................ no
      XT9 ................................ no
  Hunspell ............................... no
    Using Hunspell copy from 3rdparty/ ... no
  OpenWnn ................................ yes
  MyScript ............................... no
  Language support enabled for:
    Arabic ............................... yes
    Bulgarian ............................ yes
    Czech ................................ yes
    Danish ............................... yes
    German ............................... yes
    Greek ................................ yes
    English GB ........................... yes
    English US ........................... yes
    Spanish .............................. yes
    Spanish Mexico ....................... yes
    Estonian ............................. yes
    Farsi ................................ yes
    Finnish .............................. yes
    French Canada ........................ yes
    French France ........................ yes
    Hebrew ............................... yes
    Hindi ................................ yes
    Croatian ............................. yes
    Hungarian ............................ yes
    Indonesian ........................... yes
    Italian .............................. yes
    Japanese ............................. yes
    Korean ............................... yes
    Malay ................................ yes
    Norwegian ............................ yes
    Dutch ................................ yes
    Polish ............................... yes
    Portuguese Brazil .................... yes
    Portuguese Portugal .................. yes
    Romanian ............................. yes
    Russian .............................. yes
    Slovak ............................... yes
    Slovenian ............................ yes
    Albanian ............................. yes
    Serbian .............................. yes
    Swedish .............................. yes
    Thai ................................. yes
    Turkish .............................. yes
    Ukrainian ............................ yes
    Vietnamese ........................... yes
    Simplified Chinese ................... yes
    Traditional Chinese .................. yes
    HongKong Chinese ..................... no
  Traditional chinese input methods:
    Zhuyin ............................... yes
    Cangjie .............................. yes
WebEngine Repository Build Options:
  Build Ninja ............................ no
  Build Gn ............................... yes
  Jumbo Build ............................ yes
  Developer build ........................ yes
  Build QtWebEngine Modules:
    Build QtWebEngineCore ................ no
    Build QtWebEngineWidgets ............. no
    Build QtWebEngineQuick ............... no
  Build QtPdf Modules:
    Build QtPdfWidgets ................... no
    Build QtPdfQuick ..................... no

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

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

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

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

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

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

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

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

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


More information about the Development mailing list