summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/Source/WebKit/qt/tests/tests.pro
blob: a1a7ae8dcc062e34daeda99b9f598d48bb79af8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

TEMPLATE = subdirs
SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap

linux-* {
    # This test bypasses the library and links the tested code's object itself.
    # This stresses the build system in some corners so we only run it on linux.
    SUBDIRS += MIMESniffing
}

contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativewebview
SUBDIRS += benchmarks/painting benchmarks/loading
contains(DEFINES, ENABLE_WEBGL=1) {
    SUBDIRS += benchmarks/webgl
}