[Qt-interest] Building JPEG2000 image plugin
Cole, Derek
dcole at integrity-apps.com
Tue Jun 7 17:51:09 CEST 2011
Hello,
I am trying to use images in the jpeg2000 format in my software. I fiound http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtjp2imageformat
How exactly to I add a plugin to QT though? I read the build instructions for this, and I saw I needed jasper. I downloaded jasper, and installed it in my local home directory (dont have full rights to let it install in /usr anywhere).
I then edited the qtjpimageformat.pri file to add in the location to the include and lib folders of my jasper install. I then loaded the qtjp2imageformat.pro file into QTCreator, and commented out the line: include(common.pri) since I have no idea where that is coming from.
Then I tried to build the project, and it is acting like it cant see jasper at all.
I also just tried just copying the entire qtjp2imageformat folder under my actual project folder, and added the line
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110607/7fba3c68/attachment.html
More information about the Qt-interest-old
mailing list