Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Step24520 opened this issue Apr 14, 2024 · 1 comment

Comments

@Step24520
Copy link

Step24520 commented Apr 14, 2024

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?

@Step24520 Step24520 changed the title компиляция библиотеки Hunspell с помощью MinGW для использования в проекте qt C++ под Windows Compiling Hunspell library using MinGW for use in a qt C++ project on Windows. Apr 14, 2024
@juozhe
Copy link

juozhe commented May 29, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants