Files
pilotclient/src/src.pro
2019-09-16 22:40:11 +01:00

42 lines
714 B
Prolog

load(common_pre)
TEMPLATE = subdirs
CONFIG += ordered
CONFIG -= declarative_debug
CONFIG -= qml_debug
SUBDIRS += blackconfig
SUBDIRS += blackmisc
swiftConfig(libs.blacksound) {
SUBDIRS += blacksound
}
swiftConfig(libs.blackinput) {
SUBDIRS += blackinput
}
swiftConfig(libs.blackcore) {
SUBDIRS += blackcore
}
swiftConfig(libs.blackgui) {
SUBDIRS += blackgui
}
swiftConfig(apps.swiftgui) {
SUBDIRS += swiftguistandard
}
swiftConfig(apps.swiftcore) {
SUBDIRS += swiftcore
}
swiftConfig(apps.swiftdata) {
SUBDIRS += swiftdata
}
swiftConfig(apps.swiftlauncher) {
SUBDIRS += swiftlauncher
}
swiftConfig(sims.xplane) {
SUBDIRS += xswiftbus
}
SUBDIRS += plugins
load(common_post)