mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
refs #392 Add INSTALL target for config plugins
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3dd86d4984
commit
7b398f3728
@@ -17,4 +17,12 @@ DISTFILES += simulator_fsx_config.json
|
|||||||
|
|
||||||
DESTDIR = $$BuildRoot/bin/plugins/simulator
|
DESTDIR = $$BuildRoot/bin/plugins/simulator
|
||||||
|
|
||||||
|
win32 {
|
||||||
|
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||||
|
INSTALLS += dlltarget
|
||||||
|
} else {
|
||||||
|
target.path = $$PREFIX/bin/plugins/simulator
|
||||||
|
INSTALLS += target
|
||||||
|
}
|
||||||
|
|
||||||
load(common_post)
|
load(common_post)
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ QT += core widgets dbus
|
|||||||
|
|
||||||
TARGET = simulator_xplane_config
|
TARGET = simulator_xplane_config
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
CONFIG += plugin shared
|
CONFIG += plugin shared
|
||||||
CONFIG += blackmisc blackcore blackgui
|
CONFIG += blackmisc blackcore blackgui
|
||||||
|
|
||||||
@@ -17,4 +18,12 @@ DISTFILES += simulator_xplane_config.json
|
|||||||
|
|
||||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||||
|
|
||||||
|
win32 {
|
||||||
|
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||||
|
INSTALLS += dlltarget
|
||||||
|
} else {
|
||||||
|
target.path = $$PREFIX/bin/plugins/simulator
|
||||||
|
INSTALLS += target
|
||||||
|
}
|
||||||
|
|
||||||
load(common_post)
|
load(common_post)
|
||||||
|
|||||||
Reference in New Issue
Block a user