On Sat, 2003-11-15 at 08:21, fsanta wrote: > I have qt 322 instralled and working on my SuSE 8.2 system > but when I compile scribus it compiles against 3.1.1, the > original SuSE rpm's. Here is my path: > > echo $PATH > /usr/local/qt/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/ > bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/ > bin:/usr/lib/java/jre/bin:/opt/gnome/bin > > How can I get it to compile against the 322? > Thanks, Steve. > > > > ______________________________________________________________________ you need to change the QTDIR environment:
export QTDIR="/directory/where/qt322/is" Then run ./configure in the scribus source directory Hope that helps, Peter
