From de88514dba523734170652d75a5cefcc7feb7c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Tue, 3 Sep 2013 08:21:22 +0300 Subject: 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 --- tests/tests.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/tests.pro (limited to 'tests/tests.pro') 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 -- cgit v1.2.3