mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +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 \
|
-lavformat-gd \
|
||||||
-lavcodec-gd
|
-lavcodec-gd
|
||||||
|
|
||||||
|
isEmpty(HUNSPELL_LIB) {
|
||||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
LIBS += -lhunspell-1.3
|
LIBS += -lhunspell-1.3-sjlj
|
||||||
} else {
|
} else {
|
||||||
LIBS += -lhunspell-1.3.2
|
LIBS += -lhunspell-1.3.2
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
LIBS += -l$$HUNSPELL_LIB
|
||||||
|
}
|
||||||
|
|
||||||
RC_FILE = goldendict.rc
|
RC_FILE = goldendict.rc
|
||||||
INCLUDEPATH += winlibs/include
|
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