On Tue Oct 16 17:25:48 BST 2007, Space Monkey wrote: > "There may be a Qt 4 version of qmake called qmake-qt4 somewhere on your > system but, if not, try looking for one in the following location: > > /usr/lib/qt4/bin/qmake
[...] > Here's what I typed: > > python configure.py --qmake [/usr/lib/qt4/bin/qmake] Aha, then you need to type this: python configure.py --qmake=/usr/lib/qt4/bin/qmake It's just a matter of getting the syntax just as the configure.py script expects it. :-) David -- David Boddie Lead Technical Writer, Trolltech ASA _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
