mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Some qmake fixes
This commit is contained in:
@@ -17,7 +17,7 @@ HEADERS += *.h
|
||||
|
||||
REQUIRES += swiftConfig(sims.fsx)
|
||||
TARGET = simulatorfsxconfig
|
||||
DISTFILES += simulatorfsx.json
|
||||
DISTFILES += simulatorfsxconfig.json
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||
@@ -27,5 +27,4 @@ win32 {
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
|
||||
load(common_post)
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
load(common_pre)
|
||||
|
||||
load(common_pre)
|
||||
|
||||
# the P3D version is decided here
|
||||
# client\mkspecs\features\libraries.pri
|
||||
|
||||
QT += core dbus widgets network
|
||||
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -17,7 +17,7 @@ HEADERS += *.h
|
||||
|
||||
REQUIRES += swiftConfig(sims.p3d)
|
||||
TARGET = simulatorp3dconfig
|
||||
DISTFILES += simulatorp3d.json
|
||||
DISTFILES += simulatorp3dconfig.json
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||
|
||||
Reference in New Issue
Block a user