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

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