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

QT_FOR_CONFIG += 3dcore

!package {
    SUBDIRS += auto
    qtConfig(qt3d-extras): SUBDIRS += manual
}

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