no in previous posts if i quote myself i said " if using my qtnamespace modified frameworks i do a setLibraryPath toward the folder where those (namespace modified) xx.dylib are in my deployed version ... "

yes everything is built using qtnamespace there is NO mixup... when i run in a non deployed version all works fine and in debug mode i can see that the QT_BEGINNAMESPACE works properly and use the qtnamespace modified frameworks.


my issue is in deployment mode when i try to load the qtnamespace modified dll (who have been deployed too!) located in my own plugin folder using setLibraryPath those dll are not used.

i know they are not used because again i am in deployment mode.. the only qt left are the (qtnamespace modified) frameworks located in my own framework folder. (i removed those that were installed with make install). Now if i try to use the (qtnamespace modified) qtjpeg.dylib located in my own plugin folder (that has been designated thru setLibraryPath) to open jpeg image , they are not opened.