link with the correct 32bit or 64bit X-Plane SDK library

This commit is contained in:
Mathew Sutcliffe
2014-06-19 18:37:42 +01:00
parent 1afef03c6d
commit 41ce54377a

View File

@@ -8,7 +8,8 @@ TEMPLATE = lib
CONFIG += shared
CONFIG += blackmisc blackcore
LIBS += -lXPLM
equals(WORD_SIZE,64): LIBS += -lXPLM_64
equals(WORD_SIZE,32): LIBS += -lXPLM
DEPENDPATH += . ../../src
INCLUDEPATH += . ../../src