Qt Creator CMake configuration export. How?
Moved
Unsolved
Qt Creator and other tools
-
wrote on 17 May 2023, 06:34 last edited by
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:
-
wrote on 17 May 2023, 06:40 last edited by bogong
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? -
-
wrote on 17 May 2023, 12:58 last edited by
1/3