<?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 ignores CMAKE_INSTALL_DIR]]></title><description><![CDATA[<p dir="auto">I am working on a project with Qt Creator. When I build and run the project via the terminal a folder named obj is created and the binaries and libraries are installed in it.</p>
<p dir="auto">This is facilitated with</p>
<p dir="auto">set(CMAKE_INSTALL_DIR ${PROJECT_SOURCE_DIR}/obj)</p>
<p dir="auto">in the top-level CMakeLists.txt file.</p>
<p dir="auto">However, when I build and run my project with qtCreator no obj directory is created. Instead, the binaries are installed to my build folder (out-of-source build)</p>
<p dir="auto">How can I change this behaviour and make it obey my CMakeLists commands?</p>
<p dir="auto">thank you in advance</p>
]]></description><link>https://forum.qt.io/topic/84049/qt-creator-ignores-cmake_install_dir</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 03:41:39 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/84049.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Oct 2017 11:45:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Creator ignores CMAKE_INSTALL_DIR on Tue, 10 Oct 2017 20:52:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">You should add which version of Qt Creator you are using, the support of CMake has been heavily modified in the recent minor release.</p>
]]></description><link>https://forum.qt.io/post/420000</link><guid isPermaLink="true">https://forum.qt.io/post/420000</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 10 Oct 2017 20:52:11 GMT</pubDate></item></channel></rss>