From d87880294832c49ad26bd7cd4eccda96b8558e51 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Fri, 9 Aug 2013 12:24:33 +0200 Subject: [PATCH] Fixed a compilation problem on windows --- goldendict.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldendict.pro b/goldendict.pro index ba779145..1668e1ce 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -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 }