make exe of qt application that after clicking it, should be run on any platform(windows, linux, mac)
Unsolved
Installation and Deployment
-
I want to make exe, i want to give to windows, linux, mac only exe and application should run.
@ankush You will need to build your application for every OS you want to support. There are also tools which can help you to do the deployment: https://doc.qt.io/qt-6/deployment.html