summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/webenginewidgets.pro
blob: 8e91c530b1a6e7e5c33c7d9c3364786a50cb22c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QT_FOR_CONFIG += webengine

TEMPLATE=subdirs

SUBDIRS += \
    minimal \
    contentmanipulation \
    cookiebrowser \
    html2pdf \
    markdowneditor \
    simplebrowser \
    stylesheetbrowser \
    videoplayer

qtHaveModule(positioning): SUBDIRS += maps

qtConfig(spellchecker):!qtConfig(native-spellchecker):!cross_compile {
    SUBDIRS += spellchecker
} else {
    message("Spellcheck example will not be built because it depends on usage of Hunspell dictionaries.")
}