Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.8.3
-
None
-
Windows 11 , tested on 64bit and 32 bit
Description
compiling qt 6.8.3 (static) with the same procedure tested for previous versions,from Windows terminal :
-C:\Qt\Qt6.8.3\64\src>configure.bat -platform win32-msvc -release -static -static-runtime -prefix C:/Qt/Qt6.8.3/64 -commercial -confirm-license -plugin-manifests -nomake examples -nomake tests -skip qtwebengine -skip qtpdf -skip qtdoc
-cmake --build . --parallel
starts a never ending loop due to
Re-running CMake...- Checking dependencies of submodule 'qtbase'
this process doesn't appear to end (see the included cmake report, copy from Windows terminal)
I attach the configuration files for review