Deploy Qt application on MAC with Qt framework

Multi tool use
Deploy Qt application on MAC with Qt framework
I developed one Qt application in Mac using Qt creator,Its working fine on my development machine.Then I copied the project output from my build directory to a new machine without Qt framework,but its not working in that machine, Do I need to install any frame work for running Qt application in Mac. How I can include qt framework in my application when deploying the project output?
I solved it by using the "macdeployqt" tool blog.inventic.eu/2012/08/…
– Arun Kumar K S
Oct 11 '13 at 6:22
3 Answers
3
Make sure to have read Developing Qt Applications for Mac OS X.
See Qt for macOS - Deployment specifically, and Qt for macOS generally.
The binary will be in your Debug or Release folder and it will be as .app
(.app extension may be hidden )
make sure you copy that and it should work fine as the binary has all its dependencies packed together
do you have any idea of what you are talking about!!! : |
– zeFree
Nov 12 '13 at 12:26
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
This question appears to be off-topic because it doesn't have SSCCE; doesn't demonstrate a minimal understanding of the problem being solved; and it's asking us to asking us to recommend or find a tool, library or favorite off-site resource.
– FakeRainBrigand
Jul 28 '13 at 21:45