summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 1b13cce2b5ffcbb601f8f77276664bc362a3b545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!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 \
           multigraphs

#SUBDIRS += kinectsurface

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