mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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
@@ -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