mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
MinGW no longer uses the debug suffix. MSVC is the only one > Qt 5.14
This commit is contained in:
committed by
Mat Sutcliffe
parent
655209333c
commit
6f55d8cb8a
@@ -176,7 +176,7 @@ isEmpty(PREFIX) {
|
||||
# Debug Suffix
|
||||
################################
|
||||
|
||||
win32: CONFIG(debug, debug|release): DLL_DEBUG_SUFFIX = d
|
||||
msvc: CONFIG(debug, debug|release): DLL_DEBUG_SUFFIX = d
|
||||
|
||||
################################
|
||||
# Inter-project dependencies
|
||||
|
||||
@@ -68,8 +68,12 @@ win32 {
|
||||
}
|
||||
|
||||
win32 {
|
||||
CONFIG(debug, debug|release): LIBS *= -lqwtd
|
||||
CONFIG(release, debug|release): LIBS *= -lqwt
|
||||
msvc {
|
||||
CONFIG(debug, debug|release): LIBS *= -lqwtd
|
||||
CONFIG(release, debug|release): LIBS *= -lqwt
|
||||
} else {
|
||||
LIBS *= -lqwt
|
||||
}
|
||||
}
|
||||
else:macx {
|
||||
macx: LIBS *= -framework qwt
|
||||
|
||||
Reference in New Issue
Block a user