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. Help??
Leslie
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. Help??
Here in Debian Squeeze "apt-file search bin/qmake" tells me a handful of possibilities of which I suspect you want "qt3-dev-tools".
--Mike Bird
On Monday 04 March 2013 17:51:07 Mike Bird wrote:
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. Help??
Here in Debian Squeeze "apt-file search bin/qmake" tells me a handful of possibilities of which I suspect you want "qt3-dev-tools".
Unfortunately, zypper info qt3-dev-tools returns "package 'qt3-dev-tools' not found." so it's apparently called something else in RPM-based systems. I'll keep looking...but thanks.
Leslie
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
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