summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: ef28a0daa41001a8989e74fa3ba44e438fca26c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
!contains(QT_CONFIG, opengl) {
    error(Tests requires OpenGL!)
}
contains(QT_CONFIG, opengles1) {
    error(Tests do not support OpenGL ES 1!)
}

TEMPLATE = subdirs

SUBDIRS += auto

qtHaveModule(quick) {
    SUBDIRS += qmlcamera \
               qmldynamicdata \
               qmlmultiwindow \
               qmlmultitest \
               qmlvolume \
               qmlperf
}

!android:!ios:!winrt {
    SUBDIRS += barstest \
               scattertest \
               surfacetest \
               multigraphs \
               directional \
               itemmodeltest \
               volumetrictest

    # For testing code snippets of minimal applications
    SUBDIRS += minimalbars \
               minimalscatter \
               minimalsurface

    # Requires Kinect drivers
    #SUBDIRS += kinectsurface
}

qtHaveModule(multimedia):!android:!static:!winrt: SUBDIRS += spectrum