summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: a3ca94a94f720b1b6c878cc208fc51e95070086a (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
CONFIG += no_docs_target
requires(qtHaveModule(testlib))

SUBDIRS = auto

# benchmarks in debug mode is rarely sensible
# benchmarks are not sensible for code coverage (here with tool testcocoon)
!uikit:!testcocoon:contains(QT_CONFIG, release): SUBDIRS += benchmarks