<?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[Building the Qt540 beta from source on win32.]]></title><description><![CDATA[<p dir="auto">Good day,</p>
<p dir="auto">I'm not sure if this is the right spot for a beta version question but for interest I downloaded the source of the Qt5.4 beta and tried to build it like I would normally do for released version but it seems that the qtbase/configure.exe is missing. This is running on Windows 7 64bit OS with VS2010. I wanted to build the 32bit version. Should it be there or am I doing something wrong? and yes I could just download a pre-built version to continue on but was curious.</p>
<p dir="auto">Thanks for any info.<br />
m</p>
]]></description><link>https://forum.qt.io/topic/47201/building-the-qt540-beta-from-source-on-win32</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 13:13:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47201.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Oct 2014 16:32:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Mon, 27 Oct 2014 23:16:04 GMT]]></title><description><![CDATA[<p dir="auto">I forgot that you jumped in :-D</p>
]]></description><link>https://forum.qt.io/post/249200</link><guid isPermaLink="true">https://forum.qt.io/post/249200</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 27 Oct 2014 23:16:04 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Mon, 27 Oct 2014 07:12:33 GMT]]></title><description><![CDATA[<p dir="auto">Well, since I don't own the thread, I can't do so... :/</p>
]]></description><link>https://forum.qt.io/post/249100</link><guid isPermaLink="true">https://forum.qt.io/post/249100</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 27 Oct 2014 07:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sun, 26 Oct 2014 18:40:18 GMT]]></title><description><![CDATA[<p dir="auto">Well, at least it's just a glitch, would have been worse if configure.exe was out of reach :D</p>
<p dir="auto">Anyway, since it's working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)</p>
]]></description><link>https://forum.qt.io/post/249033</link><guid isPermaLink="true">https://forum.qt.io/post/249033</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 26 Oct 2014 18:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sun, 26 Oct 2014 14:20:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot! This is what I've been looking for!<br />
Eventhough I'm not too happy with using that workaround, I think it will do. After all it still is just the beta release...</p>
<p dir="auto">Over and out</p>
]]></description><link>https://forum.qt.io/post/249016</link><guid isPermaLink="true">https://forum.qt.io/post/249016</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 26 Oct 2014 14:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sat, 25 Oct 2014 21:33:37 GMT]]></title><description><![CDATA[<p dir="auto">configure.bat should have but "here":<a href="https://bugreports.qt-project.org/browse/QTBUG-42069" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt-project.org/browse/QTBUG-42069</a> you have the workaround</p>
]]></description><link>https://forum.qt.io/post/248990</link><guid isPermaLink="true">https://forum.qt.io/post/248990</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 25 Oct 2014 21:33:37 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sat, 25 Oct 2014 08:44:11 GMT]]></title><description><![CDATA[<p dir="auto">Ok, since I had some spare time, I went through everything one more time.</p>
<p dir="auto">Step by step:</p>
<p dir="auto">I used a different PC, installed Perl and Python (just to be sure), set the PATH variable accordingly and downloaded the zipped source code of the alpha and the beta release.</p>
<p dir="auto">I unzipped both using the same tool and folder-strucutre, created new folders for the configurations. I opened two windows shells and changed into the two empty folders for the configurations.</p>
<p dir="auto">After that i typed the identical configuration command into both shells:<br />
@..\qt-everywhere-opensource-src-5.4.0-[...]\configure -opensource -debug-and-release -confirm-license -skip qtwebkit -skip qtwebengine -mp@</p>
<p dir="auto">Same result as always: the alpha will configure correctly, while the beta will fail right at the beginning</p>
<p dir="auto">!<a href="https://farm6.staticflickr.com/5610/15435436847_a92cfeb64a_o.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://farm6.staticflickr.com/5610/15435436847_a92cfeb64a_o.png</a>!</p>
<p dir="auto">After that I followed your hint with the configure.bat and took a look at the script: the same for both files (alpha and beta). If I understand correctly the configure.bat will (after some tests) change into the qtbase directory and call the configure.bat there.</p>
<p dir="auto">Except for the copyright this file is identical in both releases, too.<br />
One of the first things done by the batch script ist<br />
@if not exist %QTSRC%.gitignore goto sconf@</p>
<p dir="auto">Since I can't find the .gitignore file anywhere, I assume the goto will be executed und we will end up in these lines:<br />
@<br />
:sconf<br />
%QTSRC%\configure.exe %*<br />
:exit<br />
@</p>
<p dir="auto">But since the configure.exe doesn't exist, the configuration will fail!</p>
<p dir="auto">Did I miss out a step? Where would the configure.exe be created?</p>
]]></description><link>https://forum.qt.io/post/248952</link><guid isPermaLink="true">https://forum.qt.io/post/248952</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 25 Oct 2014 08:44:11 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Fri, 24 Oct 2014 20:27:12 GMT]]></title><description><![CDATA[<p dir="auto">I'd first call configure.bat, IIRC it should generate configure.exe</p>
]]></description><link>https://forum.qt.io/post/248928</link><guid isPermaLink="true">https://forum.qt.io/post/248928</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 24 Oct 2014 20:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Thu, 23 Oct 2014 06:49:17 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I uploaded an image comparing the content of two recently downloaded .zip files of the source code - one containing the alpha, the other containing the beta.<br />
We are inside the "qtbase" folder:</p>
<p dir="auto">!<a href="https://farm6.staticflickr.com/5604/15603441731_60b3569027_o.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://farm6.staticflickr.com/5604/15603441731_60b3569027_o.png</a>!</p>
<p dir="auto">In the beta folder, the "configure.exe" is simply missing... there might be an obscure workaround, but to be honest, I think  a re-upload would be the best solution?</p>
]]></description><link>https://forum.qt.io/post/248734</link><guid isPermaLink="true">https://forum.qt.io/post/248734</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 23 Oct 2014 06:49:17 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Thu, 23 Oct 2014 02:23:35 GMT]]></title><description><![CDATA[<p dir="auto">As a quick experiment I copied the configure.exe out of a released 5.3 source disto and dropped it into the 5.4 disto. While I can run configure now it quickly says something about not having a GPL'd license and pukes.</p>
]]></description><link>https://forum.qt.io/post/248718</link><guid isPermaLink="true">https://forum.qt.io/post/248718</guid><dc:creator><![CDATA[mapaton]]></dc:creator><pubDate>Thu, 23 Oct 2014 02:23:35 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Tue, 21 Oct 2014 21:22:28 GMT]]></title><description><![CDATA[<p dir="auto">There's not only the content but also the line endings that matters.</p>
<p dir="auto">You clone a repository not a branch, once cloned you need to checkout 5.4</p>
]]></description><link>https://forum.qt.io/post/248560</link><guid isPermaLink="true">https://forum.qt.io/post/248560</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 21 Oct 2014 21:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Tue, 21 Oct 2014 11:17:44 GMT]]></title><description><![CDATA[<p dir="auto">Ok, the version I checked out from gitorious can be configured, but it turned out to be version 5.3.3 ... eventough I'm quite sure I told him to clone the 5.4 version... but I'm not exactly what you would call a git expert...</p>
<p dir="auto">After that I downloaded the .zip archive containing the Qt5.4beta source code again... the problem remains:</p>
<p dir="auto">the command "[...] \qt-everywhere-opensource-src-5.4.0-beta\qtbase\configure.exe" could not be found</p>
]]></description><link>https://forum.qt.io/post/248501</link><guid isPermaLink="true">https://forum.qt.io/post/248501</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 21 Oct 2014 11:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Tue, 21 Oct 2014 04:59:36 GMT]]></title><description><![CDATA[<p dir="auto">Well, it doesn't matter what kind of archive I use, the .exe is always missing... (besides, all packages should have the same content, shouldn't they?)<br />
However, I will give the checkout a try as soon as I get back to work<br />
Thanks for your reply!</p>
]]></description><link>https://forum.qt.io/post/248435</link><guid isPermaLink="true">https://forum.qt.io/post/248435</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 21 Oct 2014 04:59:36 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Mon, 20 Oct 2014 20:47:31 GMT]]></title><description><![CDATA[<p dir="auto">AFAIK, on windows, you should use the zip file.</p>
<p dir="auto">An alternative if you want to build Qt, is to clone it and checkout the 5.4 branch</p>
]]></description><link>https://forum.qt.io/post/248397</link><guid isPermaLink="true">https://forum.qt.io/post/248397</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 20 Oct 2014 20:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Mon, 20 Oct 2014 12:41:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello everybody,</p>
<p dir="auto">same problem here!<br />
No matter which source I download (7z, zip, tar.gz...), the configure.exe (I assume in "qtbase") is simply missing.</p>
<p dir="auto">We had the same problem some days ago, when we tried to build Qt from a zip file.<br />
We had repacked the source files, because cmake wouldn't unzip the downloaded archive, complaining about a problem with symlinks (I'm working on Win7).<br />
In our repacked zip somehow the configure.exe went missing (in fact it already went missing during the first decompression)... after a new try using 7zip, the archive was OK (however, it still didn't work with cmake).</p>
<p dir="auto">Maybe there has been a problem packing the files for the beta release, too?<br />
(Maybe it even has to do with the symlinks?)</p>
]]></description><link>https://forum.qt.io/post/248328</link><guid isPermaLink="true">https://forum.qt.io/post/248328</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Oct 2014 12:41:24 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sun, 19 Oct 2014 23:30:50 GMT]]></title><description><![CDATA[<p dir="auto">I just download it from the link on 5.4 beta announcement. At <a href="http://download.qt-project.org/development_releases/qt/5.4/5.4.0-beta/single/" target="_blank" rel="noopener noreferrer nofollow ugc">http://download.qt-project.org/development_releases/qt/5.4/5.4.0-beta/single/</a></p>
<p dir="auto">and I downloaded the file: qt-everywhere-opensource-src-5.4.0-beta.7z</p>
]]></description><link>https://forum.qt.io/post/248265</link><guid isPermaLink="true">https://forum.qt.io/post/248265</guid><dc:creator><![CDATA[mapaton]]></dc:creator><pubDate>Sun, 19 Oct 2014 23:30:50 GMT</pubDate></item><item><title><![CDATA[Reply to Building the Qt540 beta from source on win32. on Sun, 19 Oct 2014 17:55:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Where did you get the sources ?</p>
]]></description><link>https://forum.qt.io/post/248236</link><guid isPermaLink="true">https://forum.qt.io/post/248236</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 19 Oct 2014 17:55:44 GMT</pubDate></item></channel></rss>