aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/3rdparty
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-12-31 11:25:32 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-01-12 16:22:53 +0200
commit03efe89e2ef8874006666143f22764a22bced447 (patch)
treed0207e8ef4f43f4dc30f65bd46c773d4735d6d99 /src/virtualkeyboard/3rdparty
parent4407cccb5854d3068bf2143e4c433d4c2a61c3a9 (diff)
Prepare Hunspell library for WIN32
Add missing header files to project. Use $$files() instead of wildcard character for locating source and header files. Add debug/release directories to library search paths for Windows build. Change-Id: Ie45e8e49d8aa4180a51471a45404ef50c1afba8d Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/virtualkeyboard/3rdparty')
-rw-r--r--src/virtualkeyboard/3rdparty/hunspell/hunspell.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro b/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
index bb4596bb..38688c47 100644
--- a/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
+++ b/src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
@@ -37,7 +37,7 @@ SOURCES += \
src/hunspell/replist.cxx \
src/hunspell/suggestmgr.cxx
SOURCES += \
- $$PWD/src/parsers/*.cxx
+ $$files(src/parsers/*.cxx)
HEADERS += \
config.h \
@@ -50,7 +50,9 @@ HEADERS += \
src/hunspell/filemgr.hxx \
src/hunspell/hashmgr.hxx \
src/hunspell/htypes.hxx \
+ src/hunspell/hunspell.h \
src/hunspell/hunspell.hxx \
+ src/hunspell/hunvisapi.h \
src/hunspell/hunzip.hxx \
src/hunspell/langnum.hxx \
src/hunspell/phonet.hxx \
@@ -58,7 +60,7 @@ HEADERS += \
src/hunspell/suggestmgr.hxx \
src/hunspell/w_char.hxx
HEADERS += \
- $$PWD/src/parsers/*.hxx
+ $$files(src/parsers/*.hxx)
OTHER_FILES +=\
src/hunspell/license.hunspell \