blob: 79bee02b651f61b08abd00f3a49b22e61a81f804 (
plain)
1
2
3
4
5
6
7
|
TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS = auto
# benchmarks in debug mode is rarely sensible
# benchmarks are not sensible for code coverage (here with tool testcocoon)
!ios:!testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
|