You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, January 5th 2012, 12:39pm

Deploy QT-app on Mac

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!

2

Thursday, January 5th 2012, 10:04pm

google on your shell and how to add directories to your PATH or equivalent
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

3

Thursday, January 5th 2012, 11:30pm

Thanks a lot...now everything works great ;-)

Similar threads