<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Universal Binaries with Qt for Max OS 10.3 and 10.4</title>
	<atom:link href="http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 15:40:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthias Miller [Member]</title>
		<link>http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/#comment-86</link>
		<dc:creator>Matthias Miller [Member]</dc:creator>
		<pubDate>Wed, 24 May 2006 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/#comment-86</guid>
		<description>First of all, let me mention that Apple has a very helpful resource on the &lt;a href=&quot;http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/index.html#//apple_ref/doc/uid/10000183i&quot; rel=&quot;nofollow&quot;&gt;Anatomy of Framework Bundles&lt;/a&gt; that you might want to check out.

Although I haven&#039;t specifically done this yet, here would be one way to do it:


Build and install Qt in two separate locations for GCC 3.3 and 4.0, using &quot;sudo gcc_select 3.3&quot; and &quot;configure -prefix /usr/local/Trolltech/Qt-4.1.2/gcc-3.3&quot; for GCC 3.3 and the equivalent for GCC 4.0. (You can probably do this without using gcc_select, but I haven&#039;t taken the time to figure out how.)

Use &quot;cp -R&quot; to make a copy of one of the frameworks (say /gcc-4.0/libs/QtCore.framework).

Run &quot;lipo /some/path/&lt;strong&gt;gcc-3.3&lt;/strong&gt;/libs/QtCore.framework/Versions/4.0/QtCore
/some/path/&lt;strong&gt;gcc-4.0&lt;/strong&gt;/libs/QtCore.framework/Versions/4.0/QtCore -create -output /some/path/&lt;strong&gt;universal&lt;/strong&gt;/QtCore.framework/Versions/4.0/QtCore&quot;.

From there follow the steps described in Trolltech&#039;s article on &lt;a href=&quot;http://doc.trolltech.com/deployment-mac.html&quot; rel=&quot;nofollow&quot;&gt;Deploying an Application on Qt/Mac&lt;/a&gt;.



As always, I suggest you integrate this into your build script!

Let me know how this works, as I haven&#039;t actually given this a try.
</description>
		<content:encoded><![CDATA[<p>First of all, let me mention that Apple has a very helpful resource on the <a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/index.html#//apple_ref/doc/uid/10000183i" rel="nofollow">Anatomy of Framework Bundles</a> that you might want to check out.</p>
<p>Although I haven&#8217;t specifically done this yet, here would be one way to do it:</p>
<p>Build and install Qt in two separate locations for GCC 3.3 and 4.0, using &#8220;sudo gcc_select 3.3&#8243; and &#8220;configure -prefix /usr/local/Trolltech/Qt-4.1.2/gcc-3.3&#8243; for GCC 3.3 and the equivalent for GCC 4.0. (You can probably do this without using gcc_select, but I haven&#8217;t taken the time to figure out how.)</p>
<p>Use &#8220;cp -R&#8221; to make a copy of one of the frameworks (say /gcc-4.0/libs/QtCore.framework).</p>
<p>Run &#8220;lipo /some/path/<strong>gcc-3.3</strong>/libs/QtCore.framework/Versions/4.0/QtCore<br />
/some/path/<strong>gcc-4.0</strong>/libs/QtCore.framework/Versions/4.0/QtCore -create -output /some/path/<strong>universal</strong>/QtCore.framework/Versions/4.0/QtCore&#8221;.</p>
<p>From there follow the steps described in Trolltech&#8217;s article on <a href="http://doc.trolltech.com/deployment-mac.html" rel="nofollow">Deploying an Application on Qt/Mac</a>.</p>
<p>As always, I suggest you integrate this into your build script!</p>
<p>Let me know how this works, as I haven&#8217;t actually given this a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Scott [Visitor]</title>
		<link>http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/#comment-85</link>
		<dc:creator>Ian Scott [Visitor]</dc:creator>
		<pubDate>Wed, 24 May 2006 12:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outofhanwell.com/2006/05/08/universal-binaries-with-qt-for-max-os-103-and-104/#comment-85</guid>
		<description>Nice entry. Do you have any hints on building the 3.3/ppc and 4.0/intel Qt Frameworks and lipo-ing them together?
</description>
		<content:encoded><![CDATA[<p>Nice entry. Do you have any hints on building the 3.3/ppc and 4.0/intel Qt Frameworks and lipo-ing them together?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
