summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
blob: d220348ab3e2ba74a3889ef3b45f3e01db16880a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS += \
    inspectorserver \
    publicapi \
    qquickwebenginedefaultsurfaceformat \
    qquickwebengineview

isQMLTestSupportApiEnabled() {
    SUBDIRS += \
        qmltests \
        qquickwebengineviewgraphics
}