mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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
|
# 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user