Deploy a qt Windows app on MAc
-
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.
-
Plus, after building a release version on MacOS, run the macdeployqt tool to have all Qt dependencies inside the app.