blob: 5fffd7b683493107cce09382ba9b6a704f1afd50 (
plain)
1
2
3
4
5
6
7
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
}
|