mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Using P3D 4.2 sinConnect x64
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user