summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 17c91cb1fee42c7e300d40f6c034b51dd672b623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

!qtHaveModule(3dcore): \
    return()

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