Files
pilotclient/src/src.pro
Mathew Sutcliffe 4a4dea8d4d Rename xbus to xswiftbus
Summary:
I wanted to rename xbus because its relation to //swift// is not immediately clear from the name.

xswiftbus seems reasonable.

Reviewers: #swift_pilot_client, kbasan

Reviewed By: kbasan

Subscribers: kbasan, jenkins

Tags: #swift_pilot_client

Differential Revision: https://dev.swift-project.org/D14
2017-05-05 23:07:11 +01:00

38 lines
709 B
Prolog

load(common_pre)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += blackconfig
SUBDIRS += blackmisc
contains(BLACK_CONFIG,BlackSound) {
SUBDIRS += blacksound
}
contains(BLACK_CONFIG,BlackInput) {
SUBDIRS += blackinput
}
contains(BLACK_CONFIG,BlackCore) {
SUBDIRS += blackcore
}
contains(BLACK_CONFIG,BlackGui) {
SUBDIRS += blackgui
}
contains(BLACK_CONFIG,SwiftGui) {
SUBDIRS += swiftguistandard
}
contains(BLACK_CONFIG,SwiftCore) {
SUBDIRS += swiftcore
}
contains(BLACK_CONFIG,SwiftData) {
SUBDIRS += swiftdata
}
contains(BLACK_CONFIG,SwiftLauncher) {
SUBDIRS += swiftlauncher
}
contains(BLACK_CONFIG,XPlane) {
SUBDIRS += xswiftbus
}
SUBDIRS += plugins
load(common_post)