refs #461 Use the REQUIRES variable in the leaf projects instead of conditions at the SUBDIRS level.

This commit is contained in:
Mathew Sutcliffe
2015-11-23 20:55:38 +00:00
parent d32f211a71
commit 9968ccbbdb
21 changed files with 53 additions and 59 deletions

View File

@@ -6,20 +6,11 @@ CONFIG += ordered
OTHER_FILES += mkspecs/features/*.prf
OTHER_FILES += mkspecs/features/*.pri
contains(BLACK_CONFIG, Doxygen) {
SUBDIRS += docs
}
SUBDIRS += resources
SUBDIRS += src
contains(BLACK_CONFIG, Samples) {
SUBDIRS += samples
}
contains(BLACK_CONFIG, Unittests) {
SUBDIRS += tests
}
SUBDIRS += samples
SUBDIRS += tests
include(install.pri)