mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
Ref T118, changed to P3D v4.1
This commit is contained in:
@@ -12,7 +12,7 @@ DEPENDPATH += . $$SourceRoot/src
|
|||||||
INCLUDEPATH += . $$SourceRoot/src
|
INCLUDEPATH += . $$SourceRoot/src
|
||||||
|
|
||||||
equals(WORD_SIZE,64) {
|
equals(WORD_SIZE,64) {
|
||||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4
|
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.1
|
||||||
}
|
}
|
||||||
equals(WORD_SIZE,32) {
|
equals(WORD_SIZE,32) {
|
||||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
|
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ SOURCES += *.cpp
|
|||||||
HEADERS += *.h
|
HEADERS += *.h
|
||||||
|
|
||||||
equals(WORD_SIZE,64) {
|
equals(WORD_SIZE,64) {
|
||||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4
|
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.1
|
||||||
}
|
}
|
||||||
equals(WORD_SIZE,32) {
|
equals(WORD_SIZE,32) {
|
||||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
|
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
|
||||||
@@ -25,7 +25,7 @@ equals(WORD_SIZE,32) {
|
|||||||
|
|
||||||
LIBS += -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc
|
LIBS += -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc
|
||||||
equals(WORD_SIZE,64) {
|
equals(WORD_SIZE,64) {
|
||||||
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4
|
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4.1
|
||||||
LIBS *= -lAdvapi32
|
LIBS *= -lAdvapi32
|
||||||
CONFIG(debug, debug|release): LIBS *= -lSimConnectDebug
|
CONFIG(debug, debug|release): LIBS *= -lSimConnectDebug
|
||||||
else: LIBS *= -lSimConnect
|
else: LIBS *= -lSimConnect
|
||||||
|
|||||||
Reference in New Issue
Block a user