summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/tests/tests.pro
blob: 529fa04179133672eb84b4232ffb844d018e5d74 (plain)
1
2
3
4
5
6
7
8

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
}