aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc/src/build.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/doc/src/build.qdoc')
-rw-r--r--src/virtualkeyboard/doc/src/build.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc
index add2738b..3d9d9eac 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.