1 2 TEMPLATE = subdirs 3 SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap MIMESniffing 4 contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativewebview 5 SUBDIRS += benchmarks/painting benchmarks/loading 6 contains(DEFINES, ENABLE_WEBGL=1) { 7 SUBDIRS += benchmarks/webgl 8 } 9