--- a/app/app.pro +++ b/app/app.pro @@ -165,8 +165,8 @@ # PKGCONFIG += hunspell # hardcoded paths are (unfortunately) more robust: - INCLUDEPATH += /usr/include/hunspell + INCLUDEPATH += @TERMUX_PREFIX@/include/hunspell - LIBS += -lhunspell + LIBS += -lhunspell-1.7 HEADERS += \ ./src/qt/spelling/dictionary_provider_hunspell.h \