mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +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()
|
void lcMainWindow::CreateWidgets()
|
||||||
{
|
{
|
||||||
setWindowIcon(QIcon(":/resources/icon64.png"));
|
setWindowIcon(QIcon(":/resources/leocad.png"));
|
||||||
setWindowFilePath(QString());
|
setWindowFilePath(QString());
|
||||||
|
|
||||||
CreateActions();
|
CreateActions();
|
||||||
|
|
|
@ -88,7 +88,7 @@ unix:!macx {
|
||||||
desktop.path = $$DESKTOP_DIR
|
desktop.path = $$DESKTOP_DIR
|
||||||
desktop.files = qt/leocad.desktop
|
desktop.files = qt/leocad.desktop
|
||||||
icon.path = $$ICON_DIR
|
icon.path = $$ICON_DIR
|
||||||
icon.files = leocad.png
|
icon.files = resources/leocad.png
|
||||||
mime.path = $$MIME_DIR
|
mime.path = $$MIME_DIR
|
||||||
mime.files = qt/leocad.xml
|
mime.files = qt/leocad.xml
|
||||||
mime_icon.path = $$MIME_ICON_DIR
|
mime_icon.path = $$MIME_ICON_DIR
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<file>resources/time_next.png</file>
|
<file>resources/time_next.png</file>
|
||||||
<file>resources/time_previous.png</file>
|
<file>resources/time_previous.png</file>
|
||||||
<file>resources/time_stop.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_email.png</file>
|
||||||
<file>resources/help_homepage.png</file>
|
<file>resources/help_homepage.png</file>
|
||||||
<file>resources/view_zoomextents.png</file>
|
<file>resources/view_zoomextents.png</file>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap resource="../leocad.qrc">:/resources/icon64.png</pixmap>
|
<pixmap resource="../leocad.qrc">:/resources/leocad.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in a new issue