summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 2ab283fc20da9ceedd3a990b985fe139e9517af7 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

!package: SUBDIRS += \
                auto \
                manual

# Benchmarks make sense in release mode only.
# Disable them for code coverage.
!testcocoon: contains(QT_CONFIG,release): SUBDIRS += benchmarks