Details
-
Bug
-
Resolution: Moved
-
P3: Somewhat important
-
None
-
6.2.4
Description
configure -static -debug-and-release -prefix C:\otp\Qt6.2.4
cmake --build .
cmake --install .
Doing above installs only release libraries to C:\otp\Qt6.2.4.
Workaround is to run this separately
cmake --install . --config Debug
Attachments
Issue Links
- duplicates
-
QTBUG-91647 Debug libraries are not installed to '-prefix' dir (upstream cmake multi-config install issue)
- Open