mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Minor cleanup in qmake files.
This commit is contained in:
committed by
Klaus Basan
parent
f60f46bcda
commit
c43c1458f4
@@ -44,14 +44,14 @@ HEADERS -= libxplanemp/src/PlatformUtils.h
|
||||
|
||||
# Externals required by libxplanemp
|
||||
CONFIG += opengl
|
||||
win32-msvc* {
|
||||
msvc {
|
||||
CONFIG(debug, debug|release): LIBS += -lpngd -lzd -lopengl32 -lglu32
|
||||
CONFIG(release, debug|release): LIBS += -lpng -lz -lopengl32 -lglu32
|
||||
}
|
||||
else:win32: LIBS += -lpng -lz -lopengl32 -lglu32
|
||||
else: LIBS += -lpng -lz
|
||||
|
||||
win32-msvc*: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
msvc: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
# Required by X-Plane SDK and libxplanemp
|
||||
win32:DEFINES += IBM=1
|
||||
|
||||
Reference in New Issue
Block a user