summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 00000000..42550420
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,11 @@
+!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