refs #891, added dir / config for P3D plugin

This commit is contained in:
Klaus Basan
2017-02-28 04:29:58 +01:00
committed by Mathew Sutcliffe
parent e2b573b850
commit 347b54171b
6 changed files with 39 additions and 25 deletions

View File

@@ -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)