I want to create a wrapper class for existing jpeg library. I have created the project in Qt creator ? Can anyone tell me how to link libjpeg8 in Qt Creator?
Just add
LIBS += -L/usr/lib -ljpeg8
in your .pro file