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