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

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

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.")
    }
}