Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.1.0 Beta3
-
None
-
Windows 10, MSVC2019, CMake 3.19.8
Description
I've configured and built Qt with the following commands:
configure -debug-and-release -prefix "c:\Qt\Qt-6.1.0" -opensource -confirm-license
cmake --build . --parallel
cmake --install .
However, while the debug dll are built at step 2 (I can see Qt6Cored.dll in qt-everywhere-src-6.1.0-beta3\qtbase\bin for instance), it is not deployed when calling --install. Only the release dll are deployed (Qt6Core.dll for instance).
Attachments
Issue Links
- duplicates
-
QTBUG-91647 Debug libraries are not installed to '-prefix' dir (upstream cmake multi-config install issue)
- Open