i want to try my hand at a few simple qt4 programs in FC6, but it's not clear i have the right setup since the basic tutorial examples that come with qt4 don't compile using "qmake".
my biggest concern is that i have a mixture of both qt-3.3.7 and qt4-4.2.2 packages on the system. nothing *seems* to need the qt-3.3.7 packages, so am i safe to toss them before trying again?
if anyone has a working setup for this, or there's a web page that covers this, i'd be grateful.
rday
On Fri, 2 Feb 2007 15:28:48 -0500 (EST) "Robert P. J. Day" rpjday@mindspring.com wrote:
if anyone has a working setup for this, or there's a web page that covers this, i'd be grateful.
I use both qt3 and qt4 on my FC6 system with no problems since they all install their stuff in version specific directories. I have a couple of little shell scripts with aliases defined that '.' them to modify my environment depending on which version I want to use at the moment. I'll attach them as examples (but the fixpath script they use is left as an exercise for the reader :-).