mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
24 lines
381 B
Prolog
24 lines
381 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
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
|
|
}
|
|
|
|
include(install.pri)
|
|
|
|
load(common_post)
|