mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
refs #624 Use conditional SUBDIRS instead of REQUIRES for enabling/disabling subprojects.
This commit is contained in:
12
swift.pro
12
swift.pro
@@ -6,11 +6,17 @@ CONFIG += ordered
|
||||
OTHER_FILES += mkspecs/features/*.prf
|
||||
OTHER_FILES += mkspecs/features/*.pri
|
||||
|
||||
SUBDIRS += docs
|
||||
contains(BLACK_CONFIG,Doxygen) {
|
||||
SUBDIRS += docs
|
||||
}
|
||||
SUBDIRS += resources
|
||||
SUBDIRS += src
|
||||
SUBDIRS += samples
|
||||
SUBDIRS += tests
|
||||
contains(BLACK_CONFIG,Samples) {
|
||||
SUBDIRS += samples
|
||||
}
|
||||
contains(BLACK_CONFIG,Unittests) {
|
||||
SUBDIRS += tests
|
||||
}
|
||||
|
||||
include(install.pri)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user