Remove duplicate app icon

Use the 64px application icon available in tools/icon instead of the
copy in resources.

Adapt the Qt resource file to use the new path, keeping the old name
for compatibility.
This commit is contained in:
Pino Toscano 2020-11-22 01:22:56 +01:00
parent 01277875d2
commit 9fcb492953
3 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ unix:!macx {
desktop.path = $$DESKTOP_DIR
desktop.files = qt/leocad.desktop
icon.path = $$ICON_DIR
icon.files = resources/leocad.png
icon.files = tools/icon/64x64/apps/leocad.png
mime.path = $$MIME_DIR
mime.files = qt/leocad.xml
mime_icon.path = $$MIME_ICON_DIR

View file

@ -78,7 +78,7 @@
<file>resources/time_next.png</file>
<file>resources/time_previous.png</file>
<file>resources/time_stop.png</file>
<file>resources/leocad.png</file>
<file alias="resources/leocad.png">tools/icon/64x64/apps/leocad.png</file>
<file>resources/help_homepage.png</file>
<file>resources/view_zoomextents.png</file>
<file>resources/view_split_horizontal.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB