mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
22 lines
343 B
Prolog
22 lines
343 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
contains(BLACK_CONFIG,FSX|FS9) {
|
|
SUBDIRS += fscommon
|
|
}
|
|
contains(BLACK_CONFIG,FSX) {
|
|
SUBDIRS += fsx
|
|
SUBDIRS += fsxconfig
|
|
}
|
|
contains(BLACK_CONFIG,FS9) {
|
|
SUBDIRS += fs9
|
|
}
|
|
contains(BLACK_CONFIG,XPlane) {
|
|
SUBDIRS += xplane
|
|
SUBDIRS += xplaneconfig
|
|
}
|
|
|
|
load(common_post)
|