What folder should I put hunspell (Windows)?
LIBS += -lhunspell
I tried adding the main folder of the project, tried to add the folder “src”, but both cause the following error:
error: cannot find -lhunspell
I tried doing this:
LIBS += -LC:/Users/cr/Desktop/QT/qtwebkit-plugins-master/src/hunspell
but this error occurs:
C:\Users\cr\Desktop\QT\qtwebkit-plugins-master\src\spellcheck\speller.cpp:57: error: undefined reference to Hunspell::Hunspell(char const*, char const*, char const*)
see all errors that occur in the following image:
↧