summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/webenginewidgets.pro
blob: 78db442b9f0bb727e8fc59c140e933777a13522d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE=subdirs

SUBDIRS += \
    minimal \
    contentmanipulation \
    cookiebrowser \
    demobrowser \
    markdowneditor \
    simplebrowser \
    videoplayer

qtHaveModule(positioning): SUBDIRS += maps

contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile {
    !contains(WEBENGINE_CONFIG, use_native_spellchecker) {
        SUBDIRS += spellchecker
    } else {
        message("Spellcheck example will not be built because it depends on usage of Hunspell dictionaries.")
    }
}