Provide 'edit-error' icon

Add templates for icons by the way
This commit is contained in:
Martchus 2016-11-30 20:57:21 +01:00
parent 653d954a54
commit 03b0a8f294
6 changed files with 3 additions and 2 deletions

View File

@ -113,8 +113,8 @@ set(META_APP_AUTHOR "Martchus")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models")
set(META_VERSION_MAJOR 5)
set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 1)
set(META_VERSION_MINOR 2)
set(META_VERSION_PATCH 0)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
# required to include CMake modules from own project directory

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

View File

@ -3,5 +3,6 @@
<file>icons/hicolor/16x16/actions/edit-clear.png</file>
<file>icons/hicolor/16x16/actions/edit-menu.png</file>
<file>icons/hicolor/48x48/apps/qtcreator.svg</file>
<file>icons/hicolor/16x16/actions/edit-error.png</file>
</qresource>
</RCC>