mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 01:35:45 +08:00
Some qmake fixes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user