View Single Post
Old 08-02-2013, 05:44 AM   #21
stefjan
Junior Member
stefjan is on a distinguished road
 
Posts: 7
Karma: 57
Join Date: Jun 2013
Device: kobo glo
are you still referring to this?

Quote:
Originally Posted by sunda View Post
.../qt/lib/libQtGui.so: undefined reference to 'png_read_info@PNG12_0
the problem is that libQtGui.so refers to symbols which are defined in the libpng12.so.0

try adding this to the .pro file (of your sketch application?).

LIBS_PRIVATE += -lpng12
stefjan is offline   Reply With Quote