mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[Windows] Linking to system hunspell library
This commit is contained in:
parent
f3c7f5a3ba
commit
8ec59bf8b0
|
@ -17,7 +17,7 @@ unix:contains(DEFINES, USE_QTWEBKIT_2_3):system(pkg-config --exists hunspell) {
|
|||
win32 {
|
||||
# QtWebKit 2.3 and Hunspell is now needed to build on Windows
|
||||
buildSpellcheck = true
|
||||
LIBS += $$PWD/../../../../bin/libhunspell.lib
|
||||
LIBS += -llibhunspell
|
||||
}
|
||||
|
||||
equals(buildSpellcheck, true) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user