How to compile qt code from windows to MacOs
Unsolved
General and Desktop
-
wrote on 29 Jul 2020, 16:43 last edited by
How to compile the qt code developed on windows using clang compiler on MacOS.
-
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.
-
wrote on 30 Jul 2020, 08:16 last edited by
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).
1/4