Fixed install icon.

This commit is contained in:
Leonardo 2016-10-05 14:37:08 -07:00
parent a74e51cd04
commit ed0e3a252f
5 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ lcMainWindow::~lcMainWindow()
void lcMainWindow::CreateWidgets()
{
setWindowIcon(QIcon(":/resources/icon64.png"));
setWindowIcon(QIcon(":/resources/leocad.png"));
setWindowFilePath(QString());
CreateActions();

View file

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

View file

@ -73,7 +73,7 @@
<file>resources/time_next.png</file>
<file>resources/time_previous.png</file>
<file>resources/time_stop.png</file>
<file>resources/icon64.png</file>
<file>resources/leocad.png</file>
<file>resources/help_email.png</file>
<file>resources/help_homepage.png</file>
<file>resources/view_zoomextents.png</file>

View file

@ -24,7 +24,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="../leocad.qrc">:/resources/icon64.png</pixmap>
<pixmap resource="../leocad.qrc">:/resources/leocad.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>

View file

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB