Anand Buddhdev wrote: > The current version of KDE (3.5.x) is based on qt3, and so Fedora Core > 5 ships with qt3 as standard. If you simply type "qmake", you're most > likely running qmake from qt3, instead of qt4. Try to run it like this > instead: > > # QTDIR=/path/to/qt4 qmake
Aarghh. I shouldn't try to give advice after midnight. The correct command should have been: # QTDIR=/path/to/qt4 /path/to/qt4/bin/qmake I've just installed qt4 from the FC5 extras repository, and I've seen that it installs in /usr/lib/qt4, so you should run: # QTDIR=/usr/lib/qt4 /usr/lib/qt4/bin/qmake -- Anand ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/0liolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/quackle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
