Qt Creator integrate Poppler module win7
-
Hi! I need to integrate Poppler module (for work with PDF) into Qt Creator. I found how to do it with Visual Studio, but nothing on how do that with Qt Creator.
I have Qt SDK 4.7.2 installed on windows 7, and downloaded poppler-0.18 release from http://poppler.freedesktop.org/what shall I do the next? Please, guide me through this.
Thank you...
-
Just integrate the module into your build system like any other library. Qt Creator should then pick it up automatically.
-
how any other library should be integrated into build system? (don't know)
-
Read the "qmake manual":http://developer.qt.nokia.com/doc/qt-4.7/qmake-project-files.html, espcially section "Declaring Other Libraries".