refs #271 CSimulatorXPlane sends text messages to XBus and they are displayed in X-Plane.

This commit is contained in:
Mathew Sutcliffe
2015-09-25 00:51:39 +01:00
parent 011488eaf1
commit b0b1a3a65d
8 changed files with 329 additions and 7 deletions

View File

@@ -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 {