<?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 6.8.3 build fails on windows]]></title><description><![CDATA[<p dir="auto">I'm attempting to build Qt 6.8.3 on windows using MSVC 2022 and I'm running into a configure error:</p>
<p dir="auto">CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:48 (message):<br />
Could not find compiler set in environment variable CXX:</p>
<p dir="auto">\llvm\bin\clang-cl.exe.</p>
<p dir="auto">I'm running configure from an x64 Native command prompt, Cmake version is 3.31.4 and I'm using Visual Studio Commmunity 17.14.11.</p>
<p dir="auto">The configure command was</p>
<p dir="auto">configure.bat -top-level -opensource -debug-and-release -force-debug-info -c++std c++20 -qt-zlib -qt-libjpeg -qt-libpng -opengl desktop -no-feature-tiff -nomake examples -nomake tests -confirm-license -skip qtwebengine -skip qtquick3d -skip qtquick3dphysics -skip qtquicktimeline -skip qtwebview -skip qtdoc -skip qtlottie -skip qtmqtt -skip qtopcua -skip qtscxml -skip qtvirtualkeyboard -skip qt3d -skip qtmultimedia -qtnamespace MyQt_6_8_3 -prefix D:\Qt-6.8.3-Build\qtbase</p>
<p dir="auto">Does someone have an idea why it's looking for clang-cl ?</p>
]]></description><link>https://forum.qt.io/topic/162986/qt-6.8.3-build-fails-on-windows</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:36:08 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/162986.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Aug 2025 14:10:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt 6.8.3 build fails on windows on Thu, 14 Aug 2025 15:34:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gvanvoor">@<bdi>gvanvoor</bdi></a> said in <a href="/post/830457">Qt 6.8.3 build fails on windows</a>:</p>
<blockquote>
<p dir="auto">Does someone have an idea why it's looking for clang-cl ?</p>
</blockquote>
<p dir="auto">Because you set it in the CXX environment variable as cmake tells you some lines above.</p>
]]></description><link>https://forum.qt.io/post/830460</link><guid isPermaLink="true">https://forum.qt.io/post/830460</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Thu, 14 Aug 2025 15:34:52 GMT</pubDate></item></channel></rss>