Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 6.0.0 Alpha
-
Fix Version/s: 6.0.0 Alpha
-
Component/s: Build System: CMake, Packaging & Installer
-
Platform/s:
-
Epic Link:
-
Commits:893ee163528731375cf2bc5115d73a3e8c018d17 (qt/qtbase/dev)
Description
Steps to reproduce:
- Create new cmake project/open example project
- Build project in release mode
- "dumpbin /dependents <path to executable>"
Expected result:
- Executable depends on release versions of Qt dlls (Qt6Core.dll ...)
Actual result:
- Executable depends on debug versions of Qt dlls (Qt6Cored.dll ...)
Attachments
Issue Links
- relates to
-
QTBUG-80901 Properly support RelWithDebInfo builds (aka --force-debug-info in qmake land)
-
- Closed
-