Qt Creator CMake configuration export. How?
-
Hello all!
Need to create XCode project for MacOS and direct convertation not working via:
$ cmake -G Xcode .
Is there any way to export CMake configuration and variables and add it to this command? For now it's not working. Don't see Qt without Qt Creator CMake configuration. This settings:
-
Technically solution found.
There need to change CMake parameter CMAKE_GENERATOR onto Xcode instead of Ninja:
There are created XCode project file. No need to export CMake config if building it from Qt Creator. But never the less how to get this configs?
Is there any critical difference when using XCode instead of Ninja for building Qt Application for MacOS?
Why Qt using Ninja for MacOS instead of XCode? -
C Christian Ehrlicher moved this topic from General and Desktop on