aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-04-13 15:34:06 +0300
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-04-13 17:00:10 +0300
commit2134e81e9cc0c27b3b1ae3b7655777630ed99693 (patch)
tree4d5d111860d2482524262c5d3e23e059b8e2b5be
parented8a4653103403f21d88e8981cf4464e2628f96c (diff)
Remove parsers from the Hunspell projectv1.3.0
The parsers are not needed by the virtual keyboard and can be removed from the project file. They also don't compile out of the box with Visual Studio. Change-Id: I57d686a2902039586b4afc3eab5bba79c086626f Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-rw-r--r--src/virtualkeyboard/3rdparty/hunspell/hunspell.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro b/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
index 38688c47..a77f0f61 100644
--- a/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
+++ b/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
@@ -21,8 +21,7 @@ write_file($$PWD/config.h, config_file)
INCLUDEPATH += \
./ \
- src/hunspell \
- src/parsers
+ src/hunspell
SOURCES += \
src/hunspell/affentry.cxx \
@@ -36,8 +35,6 @@ SOURCES += \
src/hunspell/phonet.cxx \
src/hunspell/replist.cxx \
src/hunspell/suggestmgr.cxx
-SOURCES += \
- $$files(src/parsers/*.cxx)
HEADERS += \
config.h \
@@ -59,8 +56,6 @@ HEADERS += \
src/hunspell/replist.hxx \
src/hunspell/suggestmgr.hxx \
src/hunspell/w_char.hxx
-HEADERS += \
- $$files(src/parsers/*.hxx)
OTHER_FILES +=\
src/hunspell/license.hunspell \