mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
* dmg comment and follow up issue created * cppcheck-suppress passedByValue in cppcheck.supp * renamed from Xsb -> XSwiftBus * reverted wrong "static const QString dataStr"
30 lines
527 B
Prolog
30 lines
527 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
OTHER_FILES += mkspecs/features/*.prf
|
|
OTHER_FILES += mkspecs/features/*.pri
|
|
OTHER_FILES += *.supp
|
|
|
|
CheckMandatoryDependency(gl)
|
|
CheckMandatoryDependency(glu)
|
|
CheckMandatoryDependency(libpng)
|
|
CheckMandatoryDependency(zlib)
|
|
|
|
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)
|