On Monday 04 March 2013 23:43:05 Mike Bird wrote:
I don't know which version of Fedora or Redhat or whatever you're running but this version of qt3-devel contains qmake: http://www.mirrorservice.org/sites/trinitydesktop.org/trinity/trinity/rpm/f 16/trinity-3.5.13/RPMS/i386/dependencies/qt3-devel-3.3.8.d-9.fc16.i686.rpm
Actually, I'm running OpenSuSE 12.2. :-)
$ rpm -qlp qt3-devel-3.3.8.d-9.fc16.i686.rpm | grep bin/qmake /usr/lib/qt-3.3/bin/qmake $
--Mike Bird
Thanks, Mike. It appears that the tool I'm trying to build is designed to work with QT4, not QT3. I guess it's safe to install the necessary QT4 bits (I'm trying to avoid polluting my system with KDE4).
Leslie