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

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