Quote:
Originally Posted by sunda
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.