Hello ,
i try to deploy a qt project with macdeployqt. But it does not work because everytime i try the command "macdeployqt MyProject.app" it says command not found. (I had the same problem with qmake).
I red many topics in the net. for example
http://developer.qt.nokia.com/doc/qt-4.8…nd-windows.html and so on.But still nothing works.
My Build is in a directory like: /user/me/QTCreatorProjects/build/MyProject.app
macdeploy is in : /user/me/QTSDK/QT/474/gcc/bin/macdeployqt
With Terminal i step into the folder where may .app is and then i type: macdeployqt MyProject.app
so, im not that friend of shell-commands, so if here is someone who can give me the right commands on shell which are neccassary for deploy, this would be really nice.
Thanks!