I have downloaded Qt SDK (with the libraries) for Linux from the Qt website. Now I want to add the poppler library to it so that I can read PDF files. But the problem is if I install libpoppler-qt4-dev from the Ubuntu repos it pulls all the Qt libs which are already there in the SDK.
How can I simply install poppler without the extra bloat.