Reorder projects to build plugins independent after all libraries.

Caused build errors when BlackCore was not finished.
This commit is contained in:
Roland Winklmeier
2014-04-21 15:07:08 +02:00
parent 15fb87ecd0
commit d3d6b420eb

View File

@@ -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