Enable P3D-v4 64 bit build

Summary:
This commit enables P3D-v4 for 64 bit including all dependent libraries.
Those binaries are not yet installed, since they are considered
experimental.

Reviewers: #swift_pilot_client, msutcliffe

Reviewed By: #swift_pilot_client, msutcliffe

Differential Revision: https://dev.swift-project.org/D30
This commit is contained in:
Roland Winklmeier
2017-06-29 13:38:25 +02:00
committed by Mathew Sutcliffe
parent d15b6446e3
commit 984b30aef3
10 changed files with 40 additions and 15 deletions

View File

@@ -11,6 +11,13 @@ CONFIG += blackmisc blackcore blackgui
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
equals(WORD_SIZE,64) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/P3D-v4
}
equals(WORD_SIZE,32) {
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
}
SOURCES += *.cpp
HEADERS += *.h
FORMS += *.ui