diff --git a/share/qtcreator/templates/qmlapp/app.pro b/share/qtcreator/templates/qmlapp/app.pro index ac891471866..f5f05da08cf 100644 --- a/share/qtcreator/templates/qmlapp/app.pro +++ b/share/qtcreator/templates/qmlapp/app.pro @@ -69,8 +69,10 @@ symbian { $$itempath = /opt/share/$$eval($${deploymentfolder}.target) INSTALLS += $$item } + desktopfile.files = $${TARGET}.desktop + desktopfile.path = /usr/share/applications/hildon target.path = /opt/bin - INSTALLS += target + INSTALLS += desktopfile target } else:macx { !isEqual(PWD,$$OUT_PWD) { copyCommand = @echo Copying application data...