added desktop file and icon

This commit is contained in:
Marc Wäckerlin
2015-11-11 15:30:00 +00:00
parent fc33034c15
commit 4383da8f8c
9 changed files with 49 additions and 13 deletions

View File

@@ -6,3 +6,4 @@
<file>tokentool_en.qm</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

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);