tags:

views:

71

answers:

0

Hello!

I would like to create an application in Qt that uses poppler to display pdf documents. I could manage this on Windows however I cannot make it work on MAC (which is also important for me). I used this but I cannot compile this example in Qt Creator, because it needs the poppler library to be linked with the project but I can't find the proper file. I tried to download it and compile for myself but it kept warning me that it won't work without specific libraries, then I tried to port it with darwin ports, but it also returned with dependecy errors. Does anyone know how to make the mentioned example work on MAC? (I have 10.5.8 OS X, Qt 4.6.2)

Thanks, Roland