diff options
Diffstat (limited to 'Source/WebKit/qt/tests/tests.pro')
| -rw-r--r-- | Source/WebKit/qt/tests/tests.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebKit/qt/tests/tests.pro b/Source/WebKit/qt/tests/tests.pro new file mode 100644 index 0000000..5fffd7b --- /dev/null +++ b/Source/WebKit/qt/tests/tests.pro @@ -0,0 +1,8 @@ + +TEMPLATE = subdirs +SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap MIMESniffing +contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativewebview +SUBDIRS += benchmarks/painting benchmarks/loading +contains(DEFINES, ENABLE_WEBGL=1) { + SUBDIRS += benchmarks/webgl +} |
