开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜