开发者

How can I compile libpoppler-qt with Nokia's Qt SDK

开发者 https://www.devze.com 2023-01-03 10:43 出处:网络
Morning ! I would like to compile libpoppler and libpoppler-qt4 (the Qt Api/bindings) with the Nokia\'s mac sdk available on the website.

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

精彩评论

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