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


In the morning!

I have libpoppler and libpoppler-qt4 (QT API / binding) available on Nokia's Mac SDK website. I have tried too many configured switches but it does not work any signals?

OK, solution found: I have to use cmake:

  tar xvzf poppler-0.14.0.tar.gz cd poppler-0.14.0 mkdir build cd build cmake .. libiconv For problem, I've just edited CMakefileLists to link to MacPort instead of MacPaul For .txt. 


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -