We are using Qt Assistant as our help system for a custom application that will run on Ubuntu. In building the .deb package, I need to include a "Requires:" value that makes my package dependent on the Qt Assistant package being installed.

Right now I am using qt4-dev-tools, and it works, but this package is huge because it includes a whole lot of other tools that I don't need at all.

What package do I require to get only Qt Assistant installed?

Also, if you could explain how you found the answer, I'd appreciate it. Poking around the Ubuntu package search isn't very efficient .. are there some apt-get commands that help here?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The binary assistant-qt4 is part of packages (oneiric) /1/ : http://packages.ubuntu.com/search?searchon=contents&keywords=assistant-qt4&mode=exactfilename&suite=oneiric&arch=any

  • qt4-dev-tools
  • qt4-bin-dbg

Both packages are build from the Qt sources (http://packages.ubuntu.com/source/oneiric/qt4-x11).

You could download the sources and add a new package: only-qt-assistant.

Links: 1. http://packages.ubuntu.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.