summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
blob: 56c7d02aaa9e97a6ce6b2d4953109373f1ebe487 (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(webengine-testsupport) {
    SUBDIRS += \
        qmltests \
        qquickwebengineviewgraphics
}

# QTBUG-66055
boot2qt: SUBDIRS -= inspectorserver qquickwebenginedefaultsurfaceformat qquickwebengineview qmltests