<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Qt Creator CMake configuration export. How?]]></title><description><![CDATA[<p dir="auto">Hello all!</p>
<p dir="auto">Need to create <a href="https://forum.qt.io/topic/145158/qt-6-5-for-macos-creating-xcode-project-for-macos-how/3?_=1684303227684">XCode project for MacOS</a> and direct convertation not working via:</p>
<pre><code>$ cmake -G Xcode .
</code></pre>
<p dir="auto">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:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/0d3d945d-8fcf-4ae7-a2dd-e64e1cc5407d.png" alt="Screen Shot 2023-05-17 at 09.30.00.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/145171/qt-creator-cmake-configuration-export-how</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 22:28:33 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/145171.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 May 2023 06:34:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Creator CMake configuration export. How? on Wed, 17 May 2023 12:58:12 GMT]]></title><description><![CDATA[<p dir="auto">Or you could change it in Kit Configuration:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/2527d565-1125-492b-bfcf-17a9bc16da79.png" alt="Screen Shot 2023-05-17 at 15.57.07.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/758487</link><guid isPermaLink="true">https://forum.qt.io/post/758487</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Wed, 17 May 2023 12:58:12 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator CMake configuration export. How? on Wed, 17 May 2023 06:46:27 GMT]]></title><description><![CDATA[<p dir="auto">Technically solution found.</p>
<p dir="auto">There need to change CMake parameter CMAKE_GENERATOR onto Xcode instead of Ninja:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/d34ae480-8eca-4915-9419-0e3fef10b99c.png" alt="Screen Shot 2023-05-17 at 09.38.45.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">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?<br />
Is there any critical difference when using XCode instead of Ninja for building Qt Application for MacOS?<br />
Why Qt using Ninja for MacOS instead of XCode?</p>
]]></description><link>https://forum.qt.io/post/758435</link><guid isPermaLink="true">https://forum.qt.io/post/758435</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Wed, 17 May 2023 06:46:27 GMT</pubDate></item></channel></rss>