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,10 +62,14 @@ win32 {
-lavformat-gd \
-lavcodec-gd
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS += -lhunspell-1.3
isEmpty(HUNSPELL_LIB) {
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS += -lhunspell-1.3-sjlj
} else {
LIBS += -lhunspell-1.3.2
}
} else {
LIBS += -lhunspell-1.3.2
LIBS += -l$$HUNSPELL_LIB
}
RC_FILE = goldendict.rc

Binary file not shown.