aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc/src
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-06-04 12:28:19 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-06-16 14:21:45 +0300
commitff9b165b3453c1a5ecc6de1cfe8deae1f1e903ad (patch)
treee63ba3750780f9df347646327843073005f600c9 /src/virtualkeyboard/doc/src
parentc8e0e8080c29c83670045845f7b712aeccebf254 (diff)
Move hunspell project into 3rdparty directory
Change-Id: Ic96fe15587f65606e94280173ddef49bb582344d Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/virtualkeyboard/doc/src')
-rw-r--r--src/virtualkeyboard/doc/src/build.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc
index cfeba973..cd3629d9 100644
--- a/src/virtualkeyboard/doc/src/build.qdoc
+++ b/src/virtualkeyboard/doc/src/build.qdoc
@@ -86,9 +86,9 @@ By default, \e HunspellInputMethod will not be available unless the Hunspell
library and development headers are found. For Linux/X11 targets, the Hunspell
library can be provided by installing the libhunspell-dev package.
Alternatively, the Hunspell sources can be extracted into the
-\e src/virtualkeyboard/hunspell directory. If Hunspell sources are used,
+\e src/virtualkeyboard/3rdparty/hunspell directory. If Hunspell sources are used,
then the dictionary files must also be copied into the
-\e src/virtualkeyboard/hunspell/data directory. Furthermore, if Hunspell
+\e src/virtualkeyboard/3rdparty/hunspell/data directory. Furthermore, if Hunspell
sources are used, \e hunspell.pro will be used for all targets.
\section1 Deployment