added desktop file and icon
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
<file>tokentool_en.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
|
BIN
src/resources/tokentool-icon.png
Normal file
BIN
src/resources/tokentool-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@@ -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);
|
||||
|
Reference in New Issue
Block a user