mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
38 lines
732 B
Prolog
38 lines
732 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += plugincommon
|
|
SUBDIRS += emulated
|
|
SUBDIRS += emulatedconfig
|
|
|
|
swiftConfig(sims.fsx)|swiftConfig(sims.fs9)|swiftConfig(sims.p3d) {
|
|
SUBDIRS += fsuipc32
|
|
SUBDIRS += fsuipc64
|
|
SUBDIRS += fscommon
|
|
}
|
|
swiftConfig(sims.fsx)|swiftConfig(sims.p3d) {
|
|
SUBDIRS += fsxcommon
|
|
}
|
|
swiftConfig(sims.p3d) {
|
|
SUBDIRS += p3d
|
|
SUBDIRS += p3dconfig
|
|
}
|
|
swiftConfig(sims.fsx) {
|
|
SUBDIRS += fsx
|
|
SUBDIRS += fsxconfig
|
|
}
|
|
swiftConfig(sims.fs9):swiftConfig(sims.fsuipc) {
|
|
SUBDIRS += fs9
|
|
}
|
|
swiftConfig(sims.xplane) {
|
|
SUBDIRS += xplane
|
|
SUBDIRS += xplaneconfig
|
|
}
|
|
swiftConfig(sims.fg) {
|
|
SUBDIRS += flightgear
|
|
SUBDIRS += flightgearconfig
|
|
}
|
|
load(common_post)
|