MinGW no longer uses the debug suffix. MSVC is the only one > Qt 5.14

This commit is contained in:
Roland Rossgotterer
2020-01-28 10:06:31 +01:00
committed by Mat Sutcliffe
parent 655209333c
commit 6f55d8cb8a
2 changed files with 7 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ isEmpty(PREFIX) {
# Debug Suffix # Debug Suffix
################################ ################################
win32: CONFIG(debug, debug|release): DLL_DEBUG_SUFFIX = d msvc: CONFIG(debug, debug|release): DLL_DEBUG_SUFFIX = d
################################ ################################
# Inter-project dependencies # Inter-project dependencies

View File

@@ -68,8 +68,12 @@ win32 {
} }
win32 { win32 {
msvc {
CONFIG(debug, debug|release): LIBS *= -lqwtd CONFIG(debug, debug|release): LIBS *= -lqwtd
CONFIG(release, debug|release): LIBS *= -lqwt CONFIG(release, debug|release): LIBS *= -lqwt
} else {
LIBS *= -lqwt
}
} }
else:macx { else:macx {
macx: LIBS *= -framework qwt macx: LIBS *= -framework qwt