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

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

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