mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Fixed a compilation problem on windows
This commit is contained in:
parent
dd695f93dc
commit
d878802948
|
@ -44,7 +44,7 @@ win32 {
|
|||
LIBS += -lshell32 -luser32 -lsapi -lole32 -lhunspell
|
||||
LIBS += -L$${PWD}/winlibs/lib/msvc
|
||||
} else {
|
||||
LIBS += lhunspell-1.3.2
|
||||
LIBS += -lhunspell-1.3.2
|
||||
LIBS += -L$${PWD}/winlibs/lib
|
||||
!x64:QMAKE_LFLAGS += -Wl,--large-address-aware
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue