aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mindforger/files/patch-app_app.pro
blob: dba5719015cd409092a6fa1ff9428e71841c0663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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 \