summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-06-10 02:47:15 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-06-10 06:50:39 (GMT)
commitb2b0ac2f9abf58456e2dad2340c77c6004464a34 (patch)
tree9e9bcf6d02e2ddbe14d6ba47b809a482a18be673 /tests/arthur/common
parent141dccc381894b3a6f57b2a3a222f5c25eee9a5f (diff)
downloadQt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.zip
Qt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.tar.gz
Qt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.tar.bz2
Fixed compile of arthur tests when Qt is configured without opengl or
qt3support.
Diffstat (limited to 'tests/arthur/common')
-rw-r--r--tests/arthur/common/common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/common/common.pri b/tests/arthur/common/common.pri
index 58cb636..1f84904 100644
--- a/tests/arthur/common/common.pri
+++ b/tests/arthur/common/common.pri
@@ -1,7 +1,7 @@
VPATH+=$$PWD
INCLUDEPATH += $$PWD
-contains(QT_CONFIG, opengl):DEFINES += BUILD_OPENGL
+contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):DEFINES += BUILD_OPENGL
SOURCES += \
xmldata.cpp \