diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc index add2738b74d99ffad42cb342192c09a307f06e9e..3d9d9eace61745a41237ec46f6e8d49df121767f 100644 --- a/src/virtualkeyboard/doc/src/build.qdoc +++ b/src/virtualkeyboard/doc/src/build.qdoc @@ -264,6 +264,23 @@ then the dictionary files must also be copied into the \e src/virtualkeyboard/3rdparty/hunspell/data directory. Furthermore, if Hunspell sources are used, \e hunspell.pro will be used for all targets. +An example of how the directory structure should look after copying in the +Hunspell sources and dictionary files is listed below: + +\badcode +3rdparty +└── hunspell + ├── data + │ ├── en_GB.aff + │ └── en_GB.dic + ├── hunspell.pro + └── src + └── hunspell + ├── affentry.cxx + ├── affentry.hxx + (etc.) +\endcode + \section2 Static builds The virtual keyboard can be built and linked statically against the application.