<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Paul Johnson wrote:<br>> I guess my question is<br>><br>> 1. is 3.3 preferred for some reason by the Centos framework?  If a<br>> program looks for "qt-mt.pc", does that mean it wishes to use qt3.3<br>> rather than qt4?<br>>   <br>what program are we talking about?<br>> 2. aside from just hand editing that file and changing the prefix to<br>> /usr/lib/qt4, how do I change the preferred QT.  The qt4-devel package<br>> gives its own set of pc files, but I can't tell how they can be used<br>> in the environment..<br>>   <br>add the following lines to .bash_profile in your home directory (or <br>lib64 for 64bit), should make qt4 default for that user<br>export QTDIR=/usr/lib/qt4<br>export QMAKESPEC=/usr/share/qt4/mkspecs/linux-g++/<br>PATH=$PATH:$HOME/bin:{QTDIR}/bin<br><br><br><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>