-
Notifications
You must be signed in to change notification settings - Fork 59
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
How to link poppler-qt5 when building on windows #26
Comments
seems I had to change the format of linking to be as below
progressing now |
You do not need to change the .pro file. Just uncompressed the bin-poppler-win32.tar.gz archive to uconfig/bin directory |
@sebcaux , thanks alot for the clarification, I did that but now I get the error |
I forgot to precise, this poppler build is for a mingw compiller in 32bits mode. You probably use another one. And for linked argument, you need to always remove extension of the library and replace lib prefix by -l argument. That is why to link with |
@sebcaux , Thanks Alot, compiled with no errors. yet the application crashes when I try to start it I did also run |
After trying different things, it seems the application runs in debug mode in Qt creator, but same error appears when I run the program either from Qt creator or generated |
After searching ... the reason was I had another verion x64 of Qt installed and /bin was added to system path. Am not sure of the issue, but when I copied all folders(iconengine, translations, printsupport, etc..) and DLLs(Qts) from the pre-build binary version of your application the exe worked |
Am trying to build the project on windows and using Qt creator, currently am stuck @building pdf_extract, I download the DLLs and header files as you mentioned, I add DLLs files to "dll" directory and added poppler folder to project
and this is the pdf_extract.pro content
but it keeps throwing the below
can you share with me how to do it properly ?
The text was updated successfully, but these errors were encountered: