<?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[Problems with Compiling Qt Creator Source Code with Visual Studio 2019]]></title><description><![CDATA[<p dir="auto">I am trying to compile the Qt Creator source code using Visual Studio 2019 following the instructions on Github, and the following issue occurred:</p>
<p dir="auto">The command I referenced is ：</p>
<p dir="auto">cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja "-DCMAKE_PREFIX_PATH=/path/to/Qt;/path/to/llvm" \path\to\qtcreator_sources</p>
<p dir="auto">When I compile with *-G ninja * ， I run qt-creator.exe Ok! But I can't get .sln file. When I compile without *-G ninja * ， it's noy Ok!</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/a0368b1f-d0e9-4814-9dce-7c84beff245b.png" alt="2023-07-15_094219.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/146661/problems-with-compiling-qt-creator-source-code-with-visual-studio-2019</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 15:02:18 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/146661.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Jul 2023 07:26:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with Compiling Qt Creator Source Code with Visual Studio 2019 on Sat, 22 Jul 2023 03:25:44 GMT]]></title><description><![CDATA[<p dir="auto">This error indicates that the path for Qt to load the plugin is incorrect. At this point, the code has already been compiled, so we can debug it and modify some of the code in the loading path.</p>
]]></description><link>https://forum.qt.io/post/765800</link><guid isPermaLink="true">https://forum.qt.io/post/765800</guid><dc:creator><![CDATA[XiaofengXu]]></dc:creator><pubDate>Sat, 22 Jul 2023 03:25:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with Compiling Qt Creator Source Code with Visual Studio 2019 on Sat, 15 Jul 2023 14:30:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a><br />
Acyually,  the command I use is :  cmake -DWITH_TESTS=OFF -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_PREFIX_PATH=D:\qt6installl;D:\llvm2\llvminstall" E:\QtCodeexercise\qtcreatorsrc\qt-creator</p>
]]></description><link>https://forum.qt.io/post/764998</link><guid isPermaLink="true">https://forum.qt.io/post/764998</guid><dc:creator><![CDATA[XiaofengXu]]></dc:creator><pubDate>Sat, 15 Jul 2023 14:30:52 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with Compiling Qt Creator Source Code with Visual Studio 2019 on Sat, 15 Jul 2023 07:37:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xiaofengxu">@<bdi>XiaofengXu</bdi></a> said in <a href="/post/764962">Problems with Compiling Qt Creator Source Code with Visual Studio 2019</a>:</p>
<blockquote>
<p dir="auto">"-DCMAKE_PREFIX_PATH=/path/to/Qt;/path/to/llvm" \path\to\qtcreator_sources</p>
</blockquote>
<p dir="auto">You're aware that there must be correct paths in there?</p>
]]></description><link>https://forum.qt.io/post/764967</link><guid isPermaLink="true">https://forum.qt.io/post/764967</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 15 Jul 2023 07:37:36 GMT</pubDate></item></channel></rss>