views:

30

answers:

0

i am new to linux and qt.I am trying some tutorials.I wrote a simple t application to read jpeg image using QImage.But it is unable to load image.I have modified .pro file to QTPLUGIN += qjpeg LIBS += -ljpeg and when i try to add in file containing main function it gives compilation erors so i droped it and compiled and run the application. There were mmissing libqjpeg.so file which i set thru' export LD_LIBRARY_PATH

what else i have to do to enable qimage support for jpeg image? Please help i have alrady spend enough time on this