hunspell / hunspell

The most popular spellchecking library.

Home Page:http://hunspell.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling Hunspell library using MinGW for use in a qt C++ project on Windows.

Step24520 opened this issue · comments

I need to use Hunspell in my project under QT5 C++. The application is cross-platform, it works fine under Linux according to the manual. However, I cannot use it under Windows. hunspell.lib from MinGW does not compile, however, in the examples:

win32 {
INCLUDEPATH += C:/path/to/hunspell/include
LIBS += C:/path/to/hunspell/Release/hunspell.lib
}

How can I obtain these files?

Perhaps I can help you, but I don't understand your situation. What are the steps to reproduce the problem? What needs to be installed? How did you try to compile?