<?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 20 released]]></title><description><![CDATA[<p dir="auto">We are happy to announce the release of Qt Creator 20!</p>
<p dir="auto"><a href="https://www.qt.io/blog/qt-creator-20-released" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.qt.io/blog/qt-creator-20-released</a></p>
]]></description><link>https://forum.qt.io/topic/164805/qt-creator-20-released</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Jul 2026 02:30:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164805.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2026 10:22:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Creator 20 released on Wed, 17 Jun 2026 16:16:38 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, looks good!</p>
<p dir="auto">A note for those (like me) who builds Qt Creator Plugins:<br />
Installing vanilla Qt 6.11.1 is not enough, you also need to install Qt TaskTree:<br />
<img src="https://ddgobkiprc33d.cloudfront.net/d9e1531e-09f0-426b-a1bd-6fe56c1f08c6.png" alt="Screenshot from 2026-06-17 17-59-12.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And you need to add this to the Plugin's CMakeLists.txt:</p>
<pre><code>set(CMAKE_CXX_STANDARD 20)
</code></pre>
<p dir="auto">(Otherwise I think CMake defaults to C++17 which is not good enough for Qt TaskTree).</p>
]]></description><link>https://forum.qt.io/post/838798</link><guid isPermaLink="true">https://forum.qt.io/post/838798</guid><dc:creator><![CDATA[hskoglund]]></dc:creator><pubDate>Wed, 17 Jun 2026 16:16:38 GMT</pubDate></item></channel></rss>