summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
blob: 1c1bf2ba93021e8cb07d228a159ac9078549cd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include($$QTWEBENGINE_OUT_ROOT/src/webenginequick/qtwebenginequick-config.pri) # workaround for QTBUG-68093
QT_FOR_CONFIG += webenginequick-private

TEMPLATE = subdirs

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

qtConfig(webenginequick-testsupport) {
    SUBDIRS += qquickwebengineviewgraphics
}

boot2qt: SUBDIRS -= inspectorserver qquickwebengineview qmltests