Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.0 Alpha
-
-
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
-
QTBUG-125147 qtdeclarative fails to link on MSVC due to mixing debug and release libraries (missing installed artifacts)
- Open
- resulted in
-
QTBUG-115980 -DQT_NO_DEBUG is missing when app is Release host Qt is Release target Qt is Debug
- Open