How can I compile libpoppler-qt with Nokia's Qt SDK
Morning !
I would like to compile libpoppler and libpoppler-qt4 (the Qt Api/bindings) with the Nokia's mac sdk available on the website. I've tried 开发者_高级运维a lots of configure switch but it does not works. Any hint ?
Okay, found the solution : I have to use cmake:
tar xvzf poppler-0.14.0.tar.gz
cd poppler-0.14.0
mkdir build
cd build
cmake ../
For the libiconv problem, I just edited the CMakefileLists.txt to link with macport's iconv rather than macos one.
精彩评论