Deploy a qt Windows app on MAc
-
wrote on 27 May 2015, 10:03 last edited by
Hi,
I have created a windows application using qt5.3.2 and qt3d. I want to deploy this app on the mac without having to compile it again on Mac. How can I use the qt 5 features to do it?
Thanks
Sunil -
Hi,
You can't without re-compiling your project. You need to compile your application for each targeted platform.
-
wrote on 27 May 2015, 19:29 last edited by
Plus, after building a release version on MacOS, run the macdeployqt tool to have all Qt dependencies inside the app.
1/3