I have downloaded QT SDK (with libraries) for Linux from QT website. Now I want to add it to Poppler Library so that I can read PDF files. But the problem is that if I install libpoppler-qt4-dev from Ubuntu repos, then it pulls all QT Libs already in the SDK.
How can I just install Poppler without additional bloat?
I think that to do it properly, you have to make LibPipper from the source. The Qt libraries given in the SDK are a separate version for supply in normal Ubuntu packages.
You can try to rely on the compatibility of QT's binary back if the versions are being downloaded equally,) Modifying the Libpoppler-qt4-dev package and its dependency but it works a lot And difficult bugs may apply.
Comments
Post a Comment