blob: 07e4ced9de25ab11a6b728c99bb53b1e6089e70b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- app/app.pro.orig 2021-12-26 14:16:12 UTC
+++ app/app.pro
@@ -137,12 +137,8 @@ macx {
./src/qt/spelling/dictionary_provider_voikko.cpp
} else:unix {
- # pkgconfig-based configuration does not work @ Ubuntu distribution build
- # CONFIG += link_pkgconfig
- # PKGCONFIG += hunspell
- # hardcoded paths are unfortunately more robust:
- INCLUDEPATH += /usr/include/hunspell
- LIBS += -lhunspell
+ CONFIG += link_pkgconfig
+ PKGCONFIG += hunspell
HEADERS += \
./src/qt/spelling/dictionary_provider_hunspell.h \
|