<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cross-compile Qt4 app for Windows on Fedora 11</title>
	<atom:link href="http://lukast.mediablog.sk/log/?feed=rss2&#038;p=155" rel="self" type="application/rss+xml" />
	<link>http://lukast.mediablog.sk/log/?p=155</link>
	<description>Just some notes about developing and using Linux</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:48:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elcuco</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-2763</link>
		<dc:creator>elcuco</dc:creator>
		<pubDate>Sat, 10 Apr 2010 21:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-2763</guid>
		<description>Here is how to auto discover the needed DLLs (hope this looks ok in the comment):

DLLS=`i686-pc-mingw32-objdump -p release/*.exe  &#124; grep dll &#124; awk &#039;{print $3}&#039;`
for i in $DLLS mingwm10.dll ; do 
	f=/usr/i686-pc-mingw32/sys-root/mingw/bin/$i
	if [ ! -f $f ]; then continue; fi
	cp -av $f release
done</description>
		<content:encoded><![CDATA[<p>Here is how to auto discover the needed DLLs (hope this looks ok in the comment):</p>
<p>DLLS=`i686-pc-mingw32-objdump -p release/*.exe  | grep dll | awk &#8216;{print $3}&#8217;`<br />
for i in $DLLS mingwm10.dll ; do<br />
	f=/usr/i686-pc-mingw32/sys-root/mingw/bin/$i<br />
	if [ ! -f $f ]; then continue; fi<br />
	cp -av $f release<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Framp</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-2306</link>
		<dc:creator>Framp</dc:creator>
		<pubDate>Sun, 07 Mar 2010 23:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-2306</guid>
		<description>Nice! :)

I&#039;ve always used a virtual machine for this kind of stuff but it&#039;s cool to see other ways of doing it :)</description>
		<content:encoded><![CDATA[<p>Nice! <img src='http://lukast.mediablog.sk/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve always used a virtual machine for this kind of stuff but it&#8217;s cool to see other ways of doing it <img src='http://lukast.mediablog.sk/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco ferrari</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-1902</link>
		<dc:creator>marco ferrari</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-1902</guid>
		<description>It works.
Any suggestions to make postgres sql driver working under window ?
I got sqldriver notfound message</description>
		<content:encoded><![CDATA[<p>It works.<br />
Any suggestions to make postgres sql driver working under window ?<br />
I got sqldriver notfound message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LukasT</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-1839</link>
		<dc:creator>LukasT</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-1839</guid>
		<description>It does. That&#039;s why maybe it looks so lame :D</description>
		<content:encoded><![CDATA[<p>It does. That&#8217;s why maybe it looks so lame <img src='http://lukast.mediablog.sk/log/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DmitryK</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-1838</link>
		<dc:creator>DmitryK</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-1838</guid>
		<description>Why the app looked bad? Doesn&#039;t Qt uses native windows gdi?</description>
		<content:encoded><![CDATA[<p>Why the app looked bad? Doesn&#8217;t Qt uses native windows gdi?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shamaz</title>
		<link>http://lukast.mediablog.sk/log/?p=155&#038;cpage=1#comment-1552</link>
		<dc:creator>shamaz</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://lukast.mediablog.sk/log/?p=155#comment-1552</guid>
		<description>the wine team is usually very interested in these kind of bugs (with source code and all).
don&#039;t hesitate to report it to http://bugs.winehq.org/</description>
		<content:encoded><![CDATA[<p>the wine team is usually very interested in these kind of bugs (with source code and all).<br />
don&#8217;t hesitate to report it to <a href="http://bugs.winehq.org/" rel="nofollow">http://bugs.winehq.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
