mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Fix compilation error by build project reordering
BlackSim is required by BlackCore, hence it must be listed before
This commit is contained in:
16
client.pro
16
client.pro
@@ -11,14 +11,6 @@ contains(BLACK_CONFIG, BlackSound) {
|
|||||||
SUBDIRS += src/blacksound
|
SUBDIRS += src/blacksound
|
||||||
}
|
}
|
||||||
|
|
||||||
contains(BLACK_CONFIG, BlackCore) {
|
|
||||||
SUBDIRS += src/blackcore
|
|
||||||
}
|
|
||||||
|
|
||||||
contains(BLACK_CONFIG, BlackGui) {
|
|
||||||
SUBDIRS += src/blackgui
|
|
||||||
}
|
|
||||||
|
|
||||||
contains(BLACK_CONFIG, BlackSim) {
|
contains(BLACK_CONFIG, BlackSim) {
|
||||||
SUBDIRS += src/blacksim
|
SUBDIRS += src/blacksim
|
||||||
|
|
||||||
@@ -32,6 +24,14 @@ contains(BLACK_CONFIG, BlackSim) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
contains(BLACK_CONFIG, BlackCore) {
|
||||||
|
SUBDIRS += src/blackcore
|
||||||
|
}
|
||||||
|
|
||||||
|
contains(BLACK_CONFIG, BlackGui) {
|
||||||
|
SUBDIRS += src/blackgui
|
||||||
|
}
|
||||||
|
|
||||||
contains(BLACK_CONFIG, Samples) {
|
contains(BLACK_CONFIG, Samples) {
|
||||||
SUBDIRS += samples/cli_client/sample_cli_client.pro
|
SUBDIRS += samples/cli_client/sample_cli_client.pro
|
||||||
SUBDIRS += samples/plugin/sample_plugin.pro
|
SUBDIRS += samples/plugin/sample_plugin.pro
|
||||||
|
|||||||
Reference in New Issue
Block a user