- Made error message clearer when libcommoncpp2 is not installed.

This commit is contained in:
Christophe Dumez 2007-07-25 07:00:14 +00:00
commit 03fae3953f
3 changed files with 19 additions and 13 deletions

View file

@ -9,7 +9,7 @@ class qc_libcommoncpp2 : public ConfObj
{
public:
qc_libcommoncpp2(Conf *c) : ConfObj(c) {}
QString name() const { return "GNU Common C++"; }
QString name() const { return "GNU Common C++ library (libcommoncpp2)"; }
QString shortname() const { return "libcommoncpp2"; }
bool exec(){
QString s;