On Mon March 4 2013 14:25:05 Leslie Turriff wrote:
I'm trying to build a tool called glogg, which requires qmake, but I can't figure out which package provides it. I tried YaST, searching in Names, Keywords, Summary, Description, RPM Requires, RPM Provides and File List, and installed qconf and qt3-devel, but so far haven't found it.
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/f1...
$ rpm -qlp qt3-devel-3.3.8.d-9.fc16.i686.rpm | grep bin/qmake /usr/lib/qt-3.3/bin/qmake $
--Mike Bird