mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
refs #461 Use the REQUIRES variable in the leaf projects instead of conditions at the SUBDIRS level.
This commit is contained in:
13
swift.pro
13
swift.pro
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user