How to compile qt code from windows to MacOs
Unsolved
General and Desktop
-
Hi,
The usual qmake and make if you do that on the command line.
You should explain your current setup to have a more complete answer.
-
The usual qmake and make if you do that on the command line.? No
- Our Qt application should work on cross platform.
- Current development base is windows
- CMake tool used to build our project.
My question is once the project is built on windows and if I want it to compile on MacOs too.
what all the steps to follow. -
You already has been answered, use same steps as in on windows (using CMake).