1 / using configure and make i built a new set of qtframework with a new namespace...
./configure -qtnamespace foo -qt-libjpeg
all works fine so far...
2/ to deploy i take care of my frameworks and that works fine
3/ now for my jpeg plugin ...
i create a 'myplugin' folder and i put the libqjpeg.dylib that was generated there
in my code i have a QCoreApplication::setLibraryPaths("/myplugin");
when i test my program .... the setLibraryPaths does not seemed to be used at all and the jpeg is loaded only if the frameworks are within /usr/local/Trolltech/Qt-4.8.2/lib which is not what i want at all when deployed
(working with the standard qt without namespace change, i have no problem, so i must be missing something...)
i am stuck here, have no clue what i am doing wrong, many thanks for all help
Bookmarks