forked from qt-creator/qt-creator
Harmattan: Fix initial packaging icon.
The code had not been updated when the application icon file name changed in the wizard. Change-Id: I3f489ca09ac1bda4f10166235692a43ca23e638a Reviewed-on: http://codereview.qt.nokia.com/4305 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
51d0e38951
commit
23c3fb7c5f
@@ -704,7 +704,7 @@ void AbstractDebBasedQt4MaemoTarget::handleTargetAddedSpecial()
|
|||||||
// Such a file is created by the mobile wizards.
|
// Such a file is created by the mobile wizards.
|
||||||
const QString iconPath = project()->projectDirectory()
|
const QString iconPath = project()->projectDirectory()
|
||||||
+ QLatin1Char('/') + project()->displayName()
|
+ QLatin1Char('/') + project()->displayName()
|
||||||
+ QLatin1String(".png");
|
+ QLatin1String("64.png");
|
||||||
if (QFileInfo(iconPath).exists())
|
if (QFileInfo(iconPath).exists())
|
||||||
setPackageManagerIcon(iconPath);
|
setPackageManagerIcon(iconPath);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user