Add static libhunspell built with mingw32-dwarf

This commit is contained in:
Timon Wong 2013-05-31 18:40:27 +08:00
parent 8015841a1a
commit 170ceb9a46
3 changed files with 7 additions and 3 deletions

View file

@ -62,11 +62,15 @@ win32 {
-lavformat-gd \
-lavcodec-gd
isEmpty(HUNSPELL_LIB) {
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS += -lhunspell-1.3
LIBS += -lhunspell-1.3-sjlj
} else {
LIBS += -lhunspell-1.3.2
}
} else {
LIBS += -l$$HUNSPELL_LIB
}
RC_FILE = goldendict.rc
INCLUDEPATH += winlibs/include

Binary file not shown.