mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #891, added dir / config for P3D plugin
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e2b573b850
commit
347b54171b
@@ -3,9 +3,16 @@ load(common_pre)
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
contains(BLACK_CONFIG,FSX|FS9) {
|
||||
contains(BLACK_CONFIG,FSX|FS9|P3D) {
|
||||
SUBDIRS += fscommon
|
||||
}
|
||||
contains(BLACK_CONFIG,FSX|P3D) {
|
||||
SUBDIRS += fsxcommon
|
||||
}
|
||||
contains(BLACK_CONFIG,P3D) {
|
||||
SUBDIRS += p3d
|
||||
SUBDIRS += p3dconfig
|
||||
}
|
||||
contains(BLACK_CONFIG,FSX) {
|
||||
SUBDIRS += fsx
|
||||
SUBDIRS += fsxconfig
|
||||
@@ -17,5 +24,4 @@ contains(BLACK_CONFIG,XPlane) {
|
||||
SUBDIRS += xplane
|
||||
SUBDIRS += xplaneconfig
|
||||
}
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user