QML app template: Add desktop file deployment for Maemo.

This commit is contained in:
ck
2010-08-09 12:08:53 +02:00
parent 972c75f968
commit 6021a889fb

View File

@@ -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...