summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/tests/tests.pro')
-rw-r--r--Source/WebKit/qt/tests/tests.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/qt/tests/tests.pro b/Source/WebKit/qt/tests/tests.pro
index e5b7408..529fa04 100644
--- a/Source/WebKit/qt/tests/tests.pro
+++ b/Source/WebKit/qt/tests/tests.pro
@@ -3,3 +3,6 @@ TEMPLATE = subdirs
SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap
contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativewebview
SUBDIRS += benchmarks/painting benchmarks/loading
+contains(DEFINES, ENABLE_WEBGL=1) {
+ SUBDIRS += benchmarks/webgl
+}