Fixed a compilation problem on windows

This commit is contained in:
Tvangeste 2013-08-09 12:24:33 +02:00
parent dd695f93dc
commit d878802948

View file

@ -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
}