<?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[CMake defined Compile Path &amp; QtCreator default Compile Path]]></title><description><![CDATA[<p dir="auto">Hi,<br />
In my Qt- CMake project, I have defined my own out paths with:</p>
<pre><code>set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${OUT_PATH}/${MySUBPATH})
</code></pre>
<p dir="auto">but QtCreator set its own compile paths too, they are like:</p>
<pre><code>build-cardea-Qt_5_15_2_gcc_64-Default
</code></pre>
<p dir="auto">Is there a enviroment variable that contains the "build-cardea-Qt_5_15_2_gcc_64-Default" directory? If there is, could I use it to define my CMAKE_RUNTIME_OUTPUT_DIRECTORY?</p>
<p dir="auto">If my assumptions are false, How could do, to have all compilation results on the same directory?</p>
<p dir="auto">Thanks in advance</p>
]]></description><link>https://forum.qt.io/topic/127045/cmake-defined-compile-path-qtcreator-default-compile-path</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 08:49:54 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/127045.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 May 2021 12:33:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CMake defined Compile Path &amp; QtCreator default Compile Path on Thu, 27 May 2021 12:37:47 GMT]]></title><description><![CDATA[<p dir="auto">I don't see what <a href="https://cmake.org/cmake/help/latest/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.html" target="_blank" rel="noopener noreferrer nofollow ugc">CMAKE_RUNTIME_OUTPUT_DIRECTORY</a>  has to do with the build directory. You can't set this in any way.</p>
]]></description><link>https://forum.qt.io/post/661865</link><guid isPermaLink="true">https://forum.qt.io/post/661865</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Thu, 27 May 2021 12:37:47 GMT</pubDate></item></channel></rss>