Commit ff4b006a authored by Florian Bruhin's avatar Florian Bruhin Committed by Simon Hausmann
Browse files

Add a QTWEBENGINE_DICTIONARIES_PATH environment variable


On a Linux system with an installed application, the only places dictionaries
are searched currently are /usr/bin/qtwebengine_dictionaries and
/usr/share/qt/qtwebengine_dictionaries (or similar, depending on the
distribution).

This adds an environment variable which makes it possible to customize the
location dictionaries are in (e.g. to something user-writable).

Documentation is added in the next commit, as it was duplicated in four
different locations and I cleaned it up a bit.

[ChangeLog] New QTWEBENGINE_DICTIONARIES_PATH environment variable to customize
the location for spell checking dictionaries.

Task-number: QTBUG-62236
Change-Id: Iefc90451c537656025abb785291fe55f6a82d50c
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Reviewed-by: default avatarViktor Engelmann <viktor.engelmann@qt.io>
Showing with 20 additions and 14 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment