Ref T118, changed to P3D v4.1

This commit is contained in:
Klaus Basan
2017-10-18 03:08:32 +02:00
parent eab2f0d72a
commit 41f5999094
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
equals(WORD_SIZE,64) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.1
}
equals(WORD_SIZE,32) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack

View File

@@ -17,7 +17,7 @@ SOURCES += *.cpp
HEADERS += *.h
equals(WORD_SIZE,64) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.1
}
equals(WORD_SIZE,32) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
@@ -25,7 +25,7 @@ equals(WORD_SIZE,32) {
LIBS += -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc
equals(WORD_SIZE,64) {
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4.1
LIBS *= -lAdvapi32
CONFIG(debug, debug|release): LIBS *= -lSimConnectDebug
else: LIBS *= -lSimConnect

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core widgets dbus network
QT += core widgets dbus network
TARGET = simulatorp3dconfig
TEMPLATE = lib