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

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