Hi Hiura,
Yu are correct. After post here i try found the problem and correct, and if i copy the dylib files and all frameworks to "Frameworks" path in my build, it works.
Example:
My project when build, generate the path:
/Users/paulo/Pessoal/workspaces/qt/sfml-project-build-desktop-Qt_4_8_1__gcc__Debug/sfml-project.app/Contents/MacOS/
If i run the binary inside it, called: sfml-project , i get that error
So what i do? I have created a new directory:
/Users/paulo/Pessoal/workspaces/qt/sfml-project-build-desktop-Qt_4_8_1__gcc__Debug/sfml-project.app/Contents/Frameworks
And copy all this files to it:
SFML.framework libsfml-graphics.2.0.dylib libsfml-network.2.dylib libsfml-system.dylib sfml-audio.framework sfml-window.framework
libsfml-audio.2.0.dylib libsfml-graphics.2.dylib libsfml-network.dylib libsfml-window.2.0.dylib sfml-graphics.framework sndfile.framework
libsfml-audio.2.dylib libsfml-graphics.dylib libsfml-system.2.0.dylib libsfml-window.2.dylib sfml-network.framework
libsfml-audio.dylib libsfml-network.2.0.dylib libsfml-system.2.dylib libsfml-window.dylib sfml-system.framework
And when i run the binary, it works!
But i need do it direct from QtCreator or link/auto-copy it to correct location.