summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-09-03 08:21:22 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-09-03 08:43:59 +0300
commitde88514dba523734170652d75a5cefcc7feb7c6c (patch)
tree649f908f09720f02c949782dfac7847a1b62f9c6 /tests/tests.pro
parent7b988086e9976b78d0f1ff433dcec205c6d33478 (diff)
Fixed issues from Improve examples task
Task-number: QTRD-2239 + Moved extra-full examples to tests + Removed extra functionality from widget and scatterchart examples + Changed bars default to bevelbar + Changed default label style to nobackground Change-Id: Idffba7a44d5b54dbaf36d7cdbfe616b78e0d4073 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
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