<?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>Joe's Linux Blog &#187; Linux Centos Qt QtSDK</title>
	<atom:link href="http://joseph.freivald.com/linux/tag/linux-centos-qt-qtsdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://joseph.freivald.com/linux</link>
	<description>Linux Admin tips and tricks</description>
	<lastBuildDate>Sat, 31 Dec 2011 07:36:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Qt 4.6.3 and qt-creator 1.3.1-1 updates for Centos 5.5</title>
		<link>http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/</link>
		<comments>http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 16:49:16 +0000</pubDate>
		<dc:creator>jfreivald</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Centos Qt QtSDK]]></category>
		<category><![CDATA[Qt Updates]]></category>
		<category><![CDATA[QtSDK]]></category>

		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=113</guid>
		<description><![CDATA[I&#8217;ve built the Qt 4.6.3 packages for Centos 5.5. To install, as root, type: rpm -ivh http://software.freivald.com/centos/software.freivald.com-1.0.0-1.noarch.rpm yum update fontconfig fontconfig-devel qt4 qt4-devel qt4-doc qt4-postgresql qt4-odbc qt4-sqlite qt-creator Also, I&#8217;ve updated the qt-creator package to 1.3.1-1.  The issue with the package was that on the 64-bit environment, qt-creator continues to look into /usr/lib/qtcreator for it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve built the Qt 4.6.3 packages for Centos 5.5.</p>
<p>To install, as root, type:</p>
<pre>rpm -ivh http://software.freivald.com/centos/software.freivald.com-1.0.0-1.noarch.rpm
yum update fontconfig fontconfig-devel qt4 qt4-devel qt4-doc qt4-postgresql qt4-odbc qt4-sqlite qt-creator</pre>
<p>Also, I&#8217;ve updated the qt-creator package to 1.3.1-1.  The issue with the package was that on the 64-bit environment, qt-creator continues to look into /usr/lib/qtcreator for it&#8217;s plugins instead of /usr/lib64/qtcreator.  I added a link from /usr/lib/qtcreator to /usr/lib64/qtcreator in the x86_64 arch build.  This means that you should not install the 32-bit version and the 64 bit version on the same machine &#8211; but I&#8217;m not sure that was ever a good idea in the first place. <img src='http://joseph.freivald.com/linux/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please post here if you have any issues with the Qt 4.6.3 build or the qtcreator 1.3.1-1.</p>
<p>I&#8217;ve also posted the public key that I use to sign the packages <a title="here" href="http://software.freivald.com/centos/RPM-GPG-KEY-software.freivald.com" target="_blank">here</a>.  To use it, as root, type:</p>
<pre>rpm --import http://software.freivald.com/centos/RPM-GPG-KEY-software.freivald.com</pre>
<p>NOTE: If you use yum-priorities you will need to set this repository  to the same level as &#8216;core&#8217; for these to install properly.  You&#8217;ll know  if you have a priorities issue because &#8216;yum install qt-creator&#8217; will  scream at you that you are missing libaries.  These libraries come in  the version that I compile but not in the Centos core distribution and  if the priorities are wrong it will pull those packages from core.</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Qt4 RPMs for Centos 5</title>
		<link>http://joseph.freivald.com/linux/2009/05/24/qtsdk-on-centos-53/</link>
		<comments>http://joseph.freivald.com/linux/2009/05/24/qtsdk-on-centos-53/#comments</comments>
		<pubDate>Sun, 24 May 2009 18:03:18 +0000</pubDate>
		<dc:creator>jfreivald</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[Linux Centos Qt QtSDK]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=11</guid>
		<description><![CDATA[UPDATE; New post for the new packages: http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/ UPDATE: Nokia released Qt 4.6.0 and qt-creator 1.3.0 today.  The new RPMs are compiled and stored in the repository.  &#8216;yum update&#8217; should be sufficient to grab the new ones.  I also changed the directory to reflect Centos 5.4 instead of 5.3.  Let me know of any issues. [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE; New post for the new packages: <a title="http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/" href="http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/" target="_self">http://joseph.freivald.com/linux/2010/06/09/qt-4-6-3-and-qt-creator-1-3-1-1-updates-for-centos-5-5/</a></p>
<p>UPDATE: Nokia released Qt 4.6.0 and qt-creator 1.3.0 today.  The new RPMs are compiled and stored in the repository.  &#8216;yum update&#8217; should be sufficient to grab the new ones.  I also changed the directory to reflect Centos 5.4 instead of 5.3.  Let me know of any issues.</p>
<p>&#8211;JATF</p>
<p>Want to get the Qt SDK working on Centos 5.3?</p>
<p>Quick instructions:</p>
<pre>rpm -ivh http://software.freivald.com/centos/software.freivald.com-1.0.0-1.noarch.rpm</pre>
<pre>yum update fontconfig fontconfig-devel qt4 qt4-devel qt4-doc qt4-postgresql qt4-odbc qt4-sqlite qt-creator</pre>
<p>Verify that the versions are coming from software.freivald.com and install.  <img src='http://joseph.freivald.com/linux/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Longer story:</p>
<p>All of the RPM&#8217;s described in this post are in a yum repository that you can access by installing <a href="http://software.freivald.com/centos/software.freivald.com-1.0.0-1.noarch.rpm">this RPM</a>.  It includes both x86_64 and i386 repositories that are automatically selected based on your architecture.</p>
<p>The first problem: the FcFreeTypeQueryFace problem that is very well described <a href="http://theitdepartment.wordpress.com/2009/03/15/centos-qt-fcfreetypequeryface/">here</a>, with a manual compile and upgrade way around it.  I thought I would go one step further and create an RPM.  Here is what I did:</p>
<p>I started with <a href="http://fontconfig.org/release/fontconfig-2.5.93.tar.gz">this</a> source file from fontconfig.org and <a href="ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/fontconfig-2.4.1-7.el5.src.rpm">this</a> SRPM from redhat.com, modified the spec file from the SRPM because of a changed config file location, and created <a href="http://software.freivald.com/centos/5.3/"> these </a> RPM files for you to install.</p>
<p>The second problem:  the QtSDK is built against several other libraries that are newer than provided with CentOS 5.3.  Rather than update those libraries, I&#8217;ve opted to compile RPMs for qt4 and qt-creator for CentOS 5.3.  There are all new packages for them in the repository.  They upgrade the shipped version (4.2.1) to the new version.  They should be binary compatible, since theoretically Qt only breaks binary backwards compatibility on a major revision number change, but I don&#8217;t have any real way to test this.  Feel free to post any problems you encounter.</p>
<p>The third problem: qt-creator isn&#8217;t included with the qt4 source.  I created it as its own package.  &#8216;yum install qt-creator&#8217; to install it by itself.</p>
<p>Hopefully after installing the repository package, a</p>
<pre>yum update</pre>
<p>and everything should &#8216;just work&#8217;.</p>
<p>Oh, and feel free to use the &#8216;joewidgets&#8217; and &#8216;joewidgets-devel&#8217; packages.  They include some widgets that I use for other projects, primarily a back-port of the KLed widget to QLed that removed KDE dependancies, and a multi-state button with configurable colors for each state.  The &#8216;devel&#8217; package includes designer plugins that also work in qt-creator.  Source for those are published in the srpms directory.</p>
<p>&#8211;JATF</p>
]]></content:encoded>
			<wfw:commentRss>http://joseph.freivald.com/linux/2009/05/24/qtsdk-on-centos-53/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

