Some qmake fixes

This commit is contained in:
Mat Sutcliffe
2020-09-15 00:08:56 +01:00
parent 446743b9b5
commit c0382df395
3 changed files with 2 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ HEADERS += *.h
REQUIRES += swiftConfig(sims.fsx) REQUIRES += swiftConfig(sims.fsx)
TARGET = simulatorfsxconfig TARGET = simulatorfsxconfig
DISTFILES += simulatorfsx.json DISTFILES += simulatorfsxconfig.json
win32 { win32 {
dlltarget.path = $$PREFIX/bin/plugins/simulator dlltarget.path = $$PREFIX/bin/plugins/simulator
@@ -27,5 +27,4 @@ win32 {
INSTALLS += target INSTALLS += target
} }
load(common_post) load(common_post)

View File

@@ -1,10 +1,5 @@
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

View File

@@ -17,7 +17,7 @@ HEADERS += *.h
REQUIRES += swiftConfig(sims.p3d) REQUIRES += swiftConfig(sims.p3d)
TARGET = simulatorp3dconfig TARGET = simulatorp3dconfig
DISTFILES += simulatorp3d.json DISTFILES += simulatorp3dconfig.json
win32 { win32 {
dlltarget.path = $$PREFIX/bin/plugins/simulator dlltarget.path = $$PREFIX/bin/plugins/simulator