summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 8bbdc3f2ca0394b0fe9465b4807cbe4f70ab947d (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
!contains(QT_CONFIG, opengl) {
    error(Tests requires OpenGL!)
}
contains(QT_CONFIG, opengles1) {
    error(Tests do not support OpenGL ES 1!)
}

TEMPLATE = subdirs

SUBDIRS += barstest \
           scattertest \
           surfacetest \
           qmlcamera \
           qmldynamicdata \
           multigraphs \
           directional \
           qmlmultiwindow \
           itemmodeltest \
           qmlmultitest

#SUBDIRS += kinectsurface

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

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