summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
blob: 4690047b70a8bf4f4a910c9743b33ae87453ee7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include($$QTWEBENGINE_OUT_ROOT/src/webengine/qtwebengine-config.pri) # workaround for QTBUG-68093
QT_FOR_CONFIG += webengine-private

TEMPLATE = subdirs

SUBDIRS += \
    dialogs \
    inspectorserver \
    qmltests \
    publicapi \
    qquickwebenginedefaultsurfaceformat \
    qquickwebengineview \
    qtbug-70248 \
    certificateerror

qtConfig(webengine-testsupport) {
    SUBDIRS += \
        qmltests2 \
        qquickwebengineviewgraphics
}

!qtHaveModule(quickcontrols): SUBDIRS -= qmltests

qtConfig(ssl): SUBDIRS += qmltests_ssl

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