mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Add static libhunspell built with mingw32-dwarf
This commit is contained in:
parent
8015841a1a
commit
170ceb9a46
|
@ -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
|
||||
|
|
BIN
winlibs/lib/libhunspell-1.3-dw2.a
Normal file
BIN
winlibs/lib/libhunspell-1.3-dw2.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue