forked from qt-creator/qt-creator
QML app template: Add desktop file deployment for Maemo.
This commit is contained in:
@@ -69,8 +69,10 @@ symbian {
|
|||||||
$$itempath = /opt/share/$$eval($${deploymentfolder}.target)
|
$$itempath = /opt/share/$$eval($${deploymentfolder}.target)
|
||||||
INSTALLS += $$item
|
INSTALLS += $$item
|
||||||
}
|
}
|
||||||
|
desktopfile.files = $${TARGET}.desktop
|
||||||
|
desktopfile.path = /usr/share/applications/hildon
|
||||||
target.path = /opt/bin
|
target.path = /opt/bin
|
||||||
INSTALLS += target
|
INSTALLS += desktopfile target
|
||||||
} else:macx {
|
} else:macx {
|
||||||
!isEqual(PWD,$$OUT_PWD) {
|
!isEqual(PWD,$$OUT_PWD) {
|
||||||
copyCommand = @echo Copying application data...
|
copyCommand = @echo Copying application data...
|
||||||
|
|||||||
Reference in New Issue
Block a user