aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \