Files
pilotclient/src/plugins/simulator/simulator.pro

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)