Reputation: 7906
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?
Upvotes: 1
Views: 1146
Reputation: 3094
Just add
LIBS += -L/usr/lib -ljpeg8
in your .pro file