How to deploy an application
-
Hello
I have done an application with QtCreator based on 5.3.2 enterprise edition(trial version). I have installed the program as downloaded from Qt website(downloaded as .dmg). Now I want to deploy application to make it work on other Mac's. I have tried to follow the procedure described on the Qt website, but the terminal doesn't recognize the command "macdeployqt" or other commands relative to Qt. What am I supposed to do to make it work?
I would be grateful if someone could help me. -
Hi,
You have to use the full path to macdeployqt which should be located in the same folder as qmake
-
qmake is a binary (executable), not a folder. You need to search in the bin directory of your Qt installation,
-
See the documentation, as usual :-) "Link":http://doc.qt.io/qt-5/osx-deployment.html#the-mac-deployment-tool.