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

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