Ref T270, Ref T275 FSX/P3D .pro files adjusted

This commit is contained in:
Klaus Basan
2018-06-06 01:12:16 +02:00
parent 11aa3052f7
commit 78747782e4
5 changed files with 56 additions and 34 deletions

View File

@@ -13,6 +13,10 @@ CONFIG += blackconfig blackmisc blackcore blackgui
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
INCLUDEPATH *= $$EXTERNALSROOT/common/include/simconnect/FSX-XPack
SOURCES += *.cpp
HEADERS += *.h
DISTFILES += simulatorfsx.json
DESTDIR = $$DestRoot/bin/plugins/simulator
LIBS *= -L$$EXTERNALS_LIB_DIR/FSX-XPack
LIBS *= -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc -lSimConnect -lsimulatorplugincommon
@@ -22,12 +26,6 @@ addStaticLibraryDependency(simulatorfsxcommon)
addStaticLibraryDependency(fsuipc)
addStaticLibraryDependency(simulatorplugincommon)
SOURCES += *.cpp
HEADERS += *.h
DISTFILES += simulatorfsx.json
DESTDIR = $$DestRoot/bin/plugins/simulator
win32 {
dlltarget.path = $$PREFIX/bin/plugins/simulator
INSTALLS += dlltarget