mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 04:35:41 +08:00
Reorder projects to build plugins independent after all libraries.
Caused build errors when BlackCore was not finished.
This commit is contained in:
18
client.pro
18
client.pro
@@ -13,15 +13,6 @@ contains(BLACK_CONFIG, BlackSound) {
|
||||
|
||||
contains(BLACK_CONFIG, BlackSim) {
|
||||
SUBDIRS += src/blacksim
|
||||
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, XPlane) {
|
||||
SUBDIRS += src/xbus/xbus.pro
|
||||
SUBDIRS += src/plugins/simulator/xplane/plugin_xplane.pro
|
||||
}
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, BlackCore) {
|
||||
@@ -32,6 +23,15 @@ contains(BLACK_CONFIG, BlackGui) {
|
||||
SUBDIRS += src/blackgui
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, XPlane) {
|
||||
SUBDIRS += src/xbus/xbus.pro
|
||||
SUBDIRS += src/plugins/simulator/xplane/plugin_xplane.pro
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, Samples) {
|
||||
SUBDIRS += samples/cli_client/sample_cli_client.pro
|
||||
SUBDIRS += samples/plugin/sample_plugin.pro
|
||||
|
||||
Reference in New Issue
Block a user