-
Michal Klocek authored
This example demonstrates how to convert 'dic' dictionary files into 'bdict' binary format using qwebengine_convert_dict tool. It shows how to implement language selection. It adds two dummy dictionaries. Change-Id: Iffc23a0ed4e51cbc749f666c8f565fafb3739a9b Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
e8d1b991
TEMPLATE=subdirs
qtHaveModule(webengine) {
SUBDIRS += \
webengine/minimal \
webengine/quicknanobrowser
}
qtHaveModule(webenginewidgets) {
SUBDIRS += \
webenginewidgets/minimal \
webenginewidgets/contentmanipulation \
webenginewidgets/cookiebrowser \
webenginewidgets/demobrowser \
webenginewidgets/markdowneditor \
webenginewidgets/simplebrowser
!contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
SUBDIRS += webenginewidgets/spellchecker
}
}