summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
blob: 2e6343469b2af631fac3a935917977a8f22355cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT_FOR_CONFIG += webengine-private

TEMPLATE = subdirs

SUBDIRS += \
    inspectorserver \
    publicapi \
    qquickwebenginedefaultsurfaceformat \
    qquickwebengineview

qtConfig(testsupport) {
    SUBDIRS += \
        qmltests \
        qquickwebengineviewgraphics
}

# QTBUG-60268
boot2qt: SUBDIRS -= inspectorserver qquickwebenginedefaultsurfaceformat qquickwebengineview