On unix: install the application icons according to the freedesktop spec.

This allows desktop environments to pick the right icon size when displaying
the Qt Creator menu entry.

Change-Id: I10f6b46fb99202571d081a5e6e4d680be7ca069f
Merge-request: 328
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Reviewed-on: http://codereview.qt.nokia.com/64
This commit is contained in:
Felix Geyer
2011-05-23 12:29:43 +02:00
committed by Daniel Molkentin
parent 566ae4cc46
commit ea9b7fb5e5
13 changed files with 13 additions and 9 deletions

View File

@@ -144,7 +144,7 @@ QString LoggerMode::name() const
QIcon LoggerMode::icon() const
{
return QIcon(QLatin1String(":/core/images/qtcreator_logo_32.png"));
return QIcon(QLatin1String(":/core/images/logo/32/qtcreator.png"));
}