mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Fixed install icon.
This commit is contained in:
parent
a74e51cd04
commit
ed0e3a252f
5 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ lcMainWindow::~lcMainWindow()
|
|||
|
||||
void lcMainWindow::CreateWidgets()
|
||||
{
|
||||
setWindowIcon(QIcon(":/resources/icon64.png"));
|
||||
setWindowIcon(QIcon(":/resources/leocad.png"));
|
||||
setWindowFilePath(QString());
|
||||
|
||||
CreateActions();
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in a new issue