How to add qpdf module in qt 5.10

550 views Asked by At

I want to add pdfreader in my qt application.when searched online I got to know about qtpdf class. I try to include same in my project. seems I don't have package in my system itself so it don't allows me to run qmake with qpdf includes. Is there any way to download qpdf module from internet? I'm running qt community edition 5.10 Any other alternatives to display pdf files are also welcome..

1

There are 1 answers

3
HiFile.app - best file manager On

You probably need to add QT += pdf to your qmake project file.