summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-11-25 15:04:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 11:41:21 +0100
commit4269f9b3db3cdcb0e7bccf12161a1426cd6654b7 (patch)
tree67794dee463fb9b452790c84cc7da98437e62c05 /tests/auto
parent29449a60a45d2ddf28d0d6b8f1ba051632a47b79 (diff)
Fix the build with Qt 5.1
We are still able to build with Qt 5.1 if we disable the hardware acceleration codepaths. Change-Id: Ic748dac0a7f25bbd79f2f711a18431872cebd917 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/quick/quick.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 96e12c32f..51d6454b9 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
- qquickwebviewgraphics/qquickwebviewgraphics.pro \
qquickwebviewgraphics/qquickwebviewgraphics_software.pro \
+
+equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 1): SUBDIRS += qquickwebviewgraphics/qquickwebviewgraphics.pro