fix build error

This commit is contained in:
Marc Wäckerlin
2016-04-24 16:20:59 +00:00
parent 2d8ce7dda6
commit 3da5402283
9 changed files with 487 additions and 88 deletions

View File

@@ -30,10 +30,10 @@ namespace NAMESPACE {
return README;
}
std::string logo() {
return PROJECT_LOGO;
return PACKAGE_LOGO;
}
std::string icon() {
return PROJECT_ICON;
return PACKAGE_ICON;
}
const std::string WHAT("#(@) " PACKAGE_STRING);
const std::string IDENT("$Id: " PACKAGE_STRING);