feat(Spellchecking): Add huspell dependency

Closes: #397
This commit is contained in:
B.Melnik 2021-09-13 16:04:38 +03:00 committed by Michał Cieślak
parent 2bb282bb2c
commit 556de60a8d
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ macx {
CONFIG -= app_bundle
OBJECTIVE_SOURCES += \
statuswindow_mac.mm
hunspellTarget.depends = FORCE
hunspellTarget.commands = brew install hunspell
QMAKE_EXTRA_TARGETS += hunspellTarget
LIBS += -L"/usr/local/lib" -lhunspell-1.7
INCLUDEPATH += /usr/local/include/hunspell
}
ios {