<?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>deffbeff &#187; Qt</title>
	<atom:link href="http://www.deffbeff.com/blog/category/qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deffbeff.com/blog</link>
	<description>Mostly software</description>
	<lastBuildDate>Thu, 03 Dec 2009 23:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building Qt with OpenSSL support using the Windows SDK</title>
		<link>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/</link>
		<comments>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:50:11 +0000</pubDate>
		<dc:creator>Matthew Gilbert</dc:creator>
				<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.deffbeff.com/blog/?p=53</guid>
		<description><![CDATA[Install perl (needed for building OpenSSL). Follow OpenSSL instructions to build and install (README.W32 or README.W64, use the masm target). I installed OpenSSL into the same prefix that I’m using for Qt. Copy the Qt mkspeks directory to the Qt prefix directory. Run configure, something like: ./configure -release -no-qt3support -prefix C:\qt\4.5.2 -qt-libjpeg -qt-libpng -openssl -I [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install perl (needed for building OpenSSL). </li>
<li>Follow OpenSSL instructions to build and install (README.W32 or README.W64, use the masm target). I installed OpenSSL into the same prefix that I’m using for Qt. </li>
<li>Copy the Qt mkspeks directory to the Qt prefix directory. </li>
<li>Run configure, something like:      <br /><font size="2" face="Droid Sans Mono">./configure -release -no-qt3support -prefix C:\qt\4.5.2 -qt-libjpeg -qt-libpng -openssl -I c:\qt\4.5.2\include -L c:\qt\4.5.2\bin</font>
<p><font size="2">(based on instructions from </font><a href="http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions"></a><a href="http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions"><font size="2">http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions</font></a></a><font size="2">)</font></p>
</li>
<li>nmake &amp;&amp; nmake install </li>
</ol>
<p><font size="2"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
