summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: d91d696673d2320aa00fa4f2935253467ff62642 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
!mac {
SUBDIRS = auto

# benchmarks in debug mode is rarely sensible
contains(QT_CONFIG,release):SUBDIRS += benchmarks
}