refs #461 SUBDIRS projects will need common_post.

This commit is contained in:
Mathew Sutcliffe
2015-11-23 02:32:19 +00:00
parent 7ece093ee9
commit 7c9ddd1fda
6 changed files with 12 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ SUBDIRS += blackmiscdbus
SUBDIRS += blackmisc
SUBDIRS += blackmiscsim
SUBDIRS += hotkey
load(common_post)

View File

@@ -4,3 +4,5 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += simulator
load(common_post)

View File

@@ -21,3 +21,5 @@ contains(BLACK_CONFIG, XPlane) {
SUBDIRS += xplane
SUBDIRS += xplaneconfig
}
load(common_post)

View File

@@ -37,3 +37,5 @@ contains(BLACK_CONFIG, XPlane) {
}
SUBDIRS += plugins
load(common_post)

View File

@@ -22,3 +22,5 @@ contains(BLACK_CONFIG, Unittests) {
}
include(install.pri)
load(common_post)

View File

@@ -6,3 +6,5 @@ CONFIG += ordered
SUBDIRS += blackmisc
SUBDIRS += blackcore
SUBDIRS += blackgui
load(common_post)