Apply a minor fix so that correct version would be reported in the About dialog and window title (the tree had been tagged for the release before the fix had been committed to the master). Reported by: portscout
19 lines
544 B
Prolog
19 lines
544 B
Prolog
--- app/app.pro.orig 2022-01-09 17:09:45 UTC
|
|
+++ app/app.pro
|
|
@@ -160,13 +160,8 @@ macx {
|
|
./src/qt/spelling/dictionary_provider_voikko.cpp
|
|
|
|
} else:unix {
|
|
- # pkgconfig-based configuration does not work @ Ubuntu
|
|
- # 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 \
|