Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.1.0 Beta 1, 6.7.0
-
Windows 10
CMake v3.19.3
VS 2019 v16,9
Description
Both configuration Debug and RelWithDebInfo are built. But debug libraries are not installed to prefix dir.
-opensource -confirm-license -prefix z:\install\6.1.0-windows-x86_64-msvc2019 -platform win32-msvc -make-tool cmake -mp -pch -ltcg -debug-and-release -force-debug-info -no-warnings-are-errors -no-incredibuild-xge -nomake examples -nomake tests
Building for: win32-msvc (x86_64, CPU features: sse sse2) Compiler: msvc 19.28.29337.0 Build options: Mode ................................... debug and release (with debug info) 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 ............................. yes
Build using the command cmake --build .
Install using the command cmake --install .
Attachments
Issue Links
- is duplicated by
-
QTBUG-92213 Qt6 debug libs did not get generated
- Closed
-
QTBUG-92553 Qt 6 does not deploy debug files when built with -debug-and-release
- Closed
-
QTBUG-118900 Building Qt on Windows with a multi-config build fails with missing dll
- Closed
-
QTBUG-88680 Installing a debug_and_release Qt with cmake . --install does not install "debug" DLLs
- Closed
-
QTBUG-93999 CMake Install fails with -debug-and-release and -separate-debug-info
- Closed
-
QTBUG-106639 Debug libraries are not installed when configured with -static -debug-and-release
- Closed
- relates to
-
QTBUG-115206 Document how to install debug-and-release builds to avoid missing debug libraries (upstream cmake multi-config install issue)
- Open
-
QTBUG-115242 Ninja Multi-Config build with MSVC fails after successfull configuration
- Closed
-
QTBUG-120602 Cannot build Qt modules standalone for iOS
- Closed
-
QTBUG-125147 qtdeclarative fails to link on MSVC due to mixing debug and release libraries (missing installed artifacts)
- Open