Using P3D 4.2 sinConnect x64

This commit is contained in:
Klaus Basan
2018-10-01 23:22:57 +02:00
parent ed6444bd55
commit 94e06e23e9
2 changed files with 5 additions and 2 deletions

View File

@@ -30,8 +30,8 @@ simconnect {
DEFINES += SIMCONNECT_H_NOMANIFEST DEFINES += SIMCONNECT_H_NOMANIFEST
equals(WORD_SIZE,64) { equals(WORD_SIZE,64) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.1 INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4.2
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4.1 LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4.2
LIBS *= -lAdvapi32 LIBS *= -lAdvapi32
LIBS += -ldxguid -lole32 LIBS += -ldxguid -lole32
# ole32 only needed for P3D on WIN64 systems, LNK2019: unresolved external symbol __imp_CoTaskMemFree referenced in function # ole32 only needed for P3D on WIN64 systems, LNK2019: unresolved external symbol __imp_CoTaskMemFree referenced in function

View File

@@ -2,6 +2,9 @@ load(common_pre)
load(common_pre) load(common_pre)
# the P3D version is decided here
# client\mkspecs\features\libraries.pri
QT += core dbus widgets network QT += core dbus widgets network
TEMPLATE = lib TEMPLATE = lib