View Single Post
Old 08-02-2013, 07:38 AM   #23
stefjan
Junior Member
stefjan is on a distinguished road
 
Posts: 7
Karma: 57
Join Date: Jun 2013
Device: kobo glo
Quote:
Originally Posted by sunda View Post
Somehow the libpng12.so.0 is in the "fs" folder but not in the "Qt" folder
that's "normal", everything (apart from qt) gets installed into fs (which matches the filesystem of your kobo), but qt installs itself in Qt (and on your kobo that matches with the /usr/local/Trolltech/... - or something like that, i do not have my kobo at hand)

how about adding this to the offending .pro file (you should be able to find out which one it is by looking at the output from make and cd into those directories)

LIBS_PRIVATE += -lpng12 -Wl,-rpath,<path to your fs directory>/lib -L<path to your fs directory>/lib

something like that did the trick for me.
stefjan is offline   Reply With Quote