trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: March 2013

Re: [trinity-users] What package provides qmake?

From: Mike Bird <mgb-trinity@...>
Date: Mon, 4 Mar 2013 21:43:05 -0800
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/f16/trinity-3.5.13/RPMS/i386/dependencies/qt3-devel-3.3.8.d-9.fc16.i686.rpm

$ rpm -qlp qt3-devel-3.3.8.d-9.fc16.i686.rpm | grep bin/qmake
/usr/lib/qt-3.3/bin/qmake
$ 

--Mike Bird