summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: caa9072217665fa80decdb5fd97e48e92ce2baf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
!contains(QT_CONFIG, opengl) {
    error(Tests requires OpenGL!)
}
contains(QT_CONFIG, opengles1) {
    error(Tests do not support OpenGL ES 1!)
}

TEMPLATE = subdirs

SUBDIRS += auto
exists(manual): SUBDIRS += manual