Alfkil, is Poppler Qt4 part of qt itself or is it an external library?
It would be handy as candy to have!
...
Ok, it is as external lib.
http://poppler.freedesktop.org/...
Trying to build it myself here now, any extra steps to think of when configuring shared objects with cmake or is it just to type cmake .. and then build it?
hmm cmake fails to detect qt4 and some other libs... hmmm
Building Poppler with support for:
font configuration: fontconfig
splash output: yes
cairo output: no
qt4 wrapper: no
qt5 wrapper: no
glib wrapper: no
introspection: no
cpp wrapper: yes
use gtk-doc: not supported with this CMake build system
use libjpeg: yes
use libpng: yes
use libtiff: yes
use zlib: no
use curl: no
use libopenjpeg: no
use cms: no
command line utils: yes
Edit: OK, i found configure.h and enabled libopenjpeg, curl and zlib manually. Still not sure how to enable the qt4 bindings, but maybe those can be built separately when the lib is built.
....
Crap.. i got a simple error that i can't get rid of... :/
it wants LLONG_MAX and even when i define it in the file is still complains.. wtf?
Edited by spotUP on 2013/8/11 15:21:30
Edited by spotUP on 2013/8/11 15:22:47
Edited by spotUP on 2013/8/11 15:28:06