Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.1
Description
I am building Qt 6.5.1 from sources with:
- msvc2022
- CMake 3.26.4
With the following commands:
cd %WORK_FOLDER%\build call ..\qt5\configure.bat -prefix %INSTALL_FOLDER%%COMPILER_VERSION% -mp -debug-and-release -force-debug-info -nomake examples -nomake tests cmake --build . --parallel
I expect the binaries in Release (eg. Qt6Core.dll), RelWithDebInfo (Qt6Core.dll & Qt6Core.pdb) and Debug (Qt6Cored.dll) but the debug versions of the binaries are not built (Qt6Cored.dll is not generated).
How can I build at the same time release and debug versions of Qt ?
Thanks
Attachments
Issue Links
- is duplicated by
-
QTBUG-128542 QtOpcUa installation is missing release.cmake
- Closed
- relates to
-
QTBUG-91647 Debug libraries are not installed to '-prefix' dir (upstream cmake multi-config install issue)
- Open
-
QTBUG-125147 qtdeclarative fails to link on MSVC due to mixing debug and release libraries (missing installed artifacts)
- Open