mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #320 fix linker error in xbus
This commit is contained in:
@@ -43,8 +43,8 @@ HEADERS -= libxplanemp/src/PlatformUtils.h
|
|||||||
# Externals required by libxplanemp
|
# Externals required by libxplanemp
|
||||||
CONFIG += opengl
|
CONFIG += opengl
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
CONFIG(debug, debug|release): LIBS += -lpngd -lzd
|
CONFIG(debug, debug|release): LIBS += -lpngd -lzd -lopengl32 -lglu32
|
||||||
CONFIG(release, debug|release): LIBS += -lpng -lz
|
CONFIG(release, debug|release): LIBS += -lpng -lz -lopengl32 -lglu32
|
||||||
}
|
}
|
||||||
else: LIBS += -lpng -lz
|
else: LIBS += -lpng -lz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user