<?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[Correct platform for configure on windows 64 bit, msvc-2015?]]></title><description><![CDATA[<p dir="auto">Here is the configure I ran, and the error it gave:<br />
C:\Qt\Qt-5.5.1\qtbase\configure.bat -top-level -release -nomake tests -nomake examples -skip qtdeclarative -skip qtquickcontrols -skip qtwebchannel -skip qt3D -skip qtsensors -skip qtserialport -skip qtwayland -skip qtandroidextras -icu<br />
Unable to detect the platform from environment. Use -platform command lineargument or set the QMAKESPEC environment variable and run configure again<br />
See the README file for a list of supported operating systems and compilers.</p>
<p dir="auto">The list of supported platforms does not seem to have either 64 bit or msvc-2015.  Help?</p>
]]></description><link>https://forum.qt.io/topic/62870/correct-platform-for-configure-on-windows-64-bit-msvc-2015</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 12:25:49 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/62870.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jan 2016 22:46:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Correct platform for configure on windows 64 bit, msvc-2015? on Tue, 19 Jan 2016 12:53:07 GMT]]></title><description><![CDATA[<p dir="auto">That did it, Chris... thank you!</p>
]]></description><link>https://forum.qt.io/post/308185</link><guid isPermaLink="true">https://forum.qt.io/post/308185</guid><dc:creator><![CDATA[buckler]]></dc:creator><pubDate>Tue, 19 Jan 2016 12:53:07 GMT</pubDate></item><item><title><![CDATA[Reply to Correct platform for configure on windows 64 bit, msvc-2015? on Mon, 18 Jan 2016 22:59:26 GMT]]></title><description><![CDATA[<p dir="auto">VS version and platform is detected automatically when you run configure and compilation from the compiler configured command prompt: <code>&lt;VS install dir&gt;\VC\vcvarsall.bat amd64</code>.</p>
<p dir="auto">Btw. you'll get a lot cleaner build if you use prefix:</p>
<pre><code>configure -prefix "X:/some/install/dir/" ...
nmake
nmake install  // copies a clean build and includes without temporary build artifacts to the prefix location
//delete build folder, saves tons of space
</code></pre>
]]></description><link>https://forum.qt.io/post/308019</link><guid isPermaLink="true">https://forum.qt.io/post/308019</guid><dc:creator><![CDATA[Chris Kawa]]></dc:creator><pubDate>Mon, 18 Jan 2016 22:59:26 GMT</pubDate></item></channel></rss>