I downloaded the archive from the official site of poppler and Unpacked it when I tried but there is no .lib file there. Please explain step by step how to connect a popler to QT Creator!
Asked
Active
Viewed 254 times
0
-
1Add links to the downloaded file and list the steps that you've tried so far. – Azeem Mar 29 '20 at 10:08
-
https://poppler.freedesktop.org/poppler-0.87.0.tar.xz - poppler and i just unpact this – Stalin Mar 29 '20 at 15:33
-
And, how does your `.pro` file look like and how are you using this library e.g. `main.cpp`? OS? – Azeem Mar 29 '20 at 16:00
-
In order to add this baggage to the pro file, you need to first compose it. But I don’t know how to do it. – Stalin Mar 29 '20 at 16:18
-
So, unable to build and install the dev binaries? – Azeem Mar 29 '20 at 16:21
-
CMake says it cannot find a compiler to build – Stalin Mar 29 '20 at 16:23
-
What's your OS? Version? – Azeem Mar 29 '20 at 16:24
-
Windows 10 - my sys – Stalin Mar 29 '20 at 16:26
-
Can you try `pacman -S mingw-w64-x86_64-poppler`? Link: https://packages.msys2.org/package/mingw-w64-x86_64-poppler. Also try the solutions from this [thread](https://stackoverflow.com/questions/18381713/how-to-install-poppler-on-windows). – Azeem Mar 29 '20 at 16:33