1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Windows] Linking to system hunspell library

This commit is contained in:
nowrep 2013-02-18 19:09:29 +01:00
parent f3c7f5a3ba
commit 8ec59bf8b0

View File

@ -17,7 +17,7 @@ unix:contains(DEFINES, USE_QTWEBKIT_2_3):system(pkg-config --exists hunspell) {
win32 { win32 {
# QtWebKit 2.3 and Hunspell is now needed to build on Windows # QtWebKit 2.3 and Hunspell is now needed to build on Windows
buildSpellcheck = true buildSpellcheck = true
LIBS += $$PWD/../../../../bin/libhunspell.lib LIBS += -llibhunspell
} }
equals(buildSpellcheck, true) { equals(buildSpellcheck, true) {