summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
blob: 7543a43824327132347bc900479cec9552ba85d1 (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
TEMPLATE = subdirs

SUBDIRS += \
    qwebengineaccessibility \
    qwebenginedefaultsurfaceformat \
    qwebenginefaviconmanager \
    qwebenginepage \
    qwebenginehistory \
    qwebenginehistoryinterface \
    qwebengineinspector \
    qwebengineprofile \
    qwebenginescript \
    qwebenginesettings \
    qwebengineview

# QTBUG-53135, osx does not use hunspell
!contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
    SUBDIRS += qwebenginespellcheck
}

qtHaveModule(positioning) {
    SUBDIRS += positionplugin
    qwebenginepage.depends = positionplugin
}