[XSwiftBus] Apply XPLM 2.1 packaging structure

This commit is contained in:
Roland Rossgotterer
2019-02-20 09:18:50 +01:00
committed by Mat Sutcliffe
parent 680939346c
commit b775d99dc4

View File

@@ -79,20 +79,15 @@ TARGET_EXT = .xpl
win32:TARGET = win
linux:TARGET = lin
macx:TARGET = mac
macx {
# a single dylib file contains both 32bit and 64bit binaries
XSWIFTBUS_DIR = xswiftbus
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
} else {
equals(WORD_SIZE,64) {
XSWIFTBUS_DIR = xswiftbus/64
DEFINES += WORD_SIZE_64
}
equals(WORD_SIZE,32) {
XSWIFTBUS_DIR = xswiftbus
}
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
equals(WORD_SIZE,64) {
XSWIFTBUS_DIR = xswiftbus/64
DEFINES += WORD_SIZE_64
}
equals(WORD_SIZE,32) {
XSWIFTBUS_DIR = xswiftbus/32
}
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
# Default MSVC project name is $$TARGET, so use a better name
QMAKE_PROJECT_NAME = xswiftbus