<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian Smith&#039;s Blog &#187; qt</title>
	<atom:link href="http://www.17od.com/tag/qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.17od.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Nov 2011 20:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Qt 4.0 on Windows</title>
		<link>http://www.17od.com/2005/07/05/installing-qt-40-on-windows/</link>
		<comments>http://www.17od.com/2005/07/05/installing-qt-40-on-windows/#comments</comments>
		<pubDate>Wed, 06 Jul 2005 00:49:33 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://70.103.16.167/~onesevod/?p=8</guid>
		<description><![CDATA[For anyone who&#8217;s tried installing Qt4 on Windows you&#8217;ll no doubt have had a few problems. Here&#8217;s the steps I had to go through to get it working&#8230; Make sure you have MinGW installed. I&#8217;m using version 4.1.0. Download the file qt-win-opensource-desktop-4.0.0.zip from Trolltech&#8217;s website Extract it to the directory where you want to install [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who&#8217;s tried installing Qt4 on Windows you&#8217;ll no doubt have had a few problems. Here&#8217;s the steps I had to go through to get it working&#8230;</p>
<ul>
<li>Make sure you have MinGW installed. I&#8217;m using version 4.1.0.</li>
<li>Download the file qt-win-opensource-desktop-4.0.0.zip from Trolltech&#8217;s website</li>
<li>Extract it to the directory where you want to install Qt, e.g. <code>c:\qt\4.0.0</code></li>
<li>Open a command prompt and cd to the directory <code>c:\qt\4.0.0</code></li>
<li>Run the configure program like this, <code>configure -platform win32-g++</code>. You have to use the win32-g++ platform (MinGW) because win32-msvc (MS Visual Studio) is not supported in the open source version of Qt (see <a href="http://www.qtforum.org/thread.php?threadid=9100&#038;sid=38a4dab94f7f8a2c131af25811788111&#038;threadview=0&#038;hilight=&#038;hilightuser=0&#038;page=1">here</a> for a lively debat on the topic). If you try running <code>configure -platform win32-msvc</code> you&#8217;ll get to accept the license agreement but the configure program will just exit straight away with no explaination of what happened</li>
<li>Ensure that the MinGW bin directory is in your PATH environment variable. It&#8217;s very important that if you have MSYS installed that it is NOT in your PATH. If it is then the next step will fail because it picks up the <strong>cd</strong> program from MSYS and fails when trying to cd to windows formatted paths (i.e. paths using \ instead of /)</li>
<li>Run <code>mingw32-make.</code> Note that this step takes quite some time (> 1 hour). Note also that you&#8217;ll need at about 2GB of disk space to hold all the files built as part of this step.</li>
<li>Finally add <code>c:\qt\4.0.0\bin</code> to your PATH environment variable. Ensure also that MinGW is on your PATH so that the Qt applications can find the MinGW binaries at runtime.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.17od.com/2005/07/05/installing-qt-40-on-windows/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

