summaryrefslogtreecommitdiff
path: root/tests/arthur/performancediff
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-06-10 12:47:15 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-06-10 16:50:39 +1000
commitb2b0ac2f9abf58456e2dad2340c77c6004464a34 (patch)
tree9e9bcf6d02e2ddbe14d6ba47b809a482a18be673 /tests/arthur/performancediff
parent141dccc381894b3a6f57b2a3a222f5c25eee9a5f (diff)
downloadqt4-tools-b2b0ac2f9abf58456e2dad2340c77c6004464a34.tar.gz
Fixed compile of arthur tests when Qt is configured without opengl or
qt3support.
Diffstat (limited to 'tests/arthur/performancediff')
-rw-r--r--tests/arthur/performancediff/performancediff.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/arthur/performancediff/performancediff.pro b/tests/arthur/performancediff/performancediff.pro
index 1c9b9fed27..15d5ec5956 100644
--- a/tests/arthur/performancediff/performancediff.pro
+++ b/tests/arthur/performancediff/performancediff.pro
@@ -9,7 +9,9 @@ DESTDIR = ../bin
CONFIG += console
-QT += xml opengl svg qt3support
+QT += xml svg
+contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
+contains(QT_CONFIG, qt3support):QT += qt3support
# Input
HEADERS += performancediff.h