mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #271 CSimulatorXPlane sends text messages to XBus and they are displayed in X-Plane.
This commit is contained in:
@@ -9,11 +9,12 @@ CONFIG += shared plugin
|
||||
CONFIG += blackmisc blackcore
|
||||
|
||||
win32 {
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64
|
||||
equals(WORD_SIZE,32): LIBS += -lXPLM
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64 -lXPWidgets_64
|
||||
equals(WORD_SIZE,32): LIBS += -lXPLM -lXPWidgets
|
||||
}
|
||||
else:macx {
|
||||
LIBS += -framework XPLM -framework Cocoa -framework CoreFoundation
|
||||
LIBS += -framework XPLM -framework XPWidgets \
|
||||
-framework Cocoa -framework CoreFoundation
|
||||
DEFINES += XUTILS_EXCLUDE_MAC_CRAP=1
|
||||
}
|
||||
else:unix {
|
||||
|
||||
Reference in New Issue
Block a user