Skip to content

Instantly share code, notes, and snippets.

@smellman
Last active July 15, 2024 07:48
Show Gist options
  • Save smellman/11acdf6ba204c462dead107538288ebf to your computer and use it in GitHub Desktop.
Save smellman/11acdf6ba204c462dead107538288ebf to your computer and use it in GitHub Desktop.
--- src/plugins/hunspell/hunspell.pro.orig 2024-07-14 22:25:32
+++ src/plugins/hunspell/hunspell.pro 2024-07-15 16:47:34
@@ -2,6 +2,9 @@
include(../../config.pri)
+INCLUDEPATH += /usr/local/include
+LIBS += -L/usr/local/lib -lhunspell
+
SUBDIRS += \
hunspellinputmethod \
plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment