X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fkitchenalert.pro;fp=src%2Fkitchenalert.pro;h=956ee917eb5141676d4379c78711ab636f35c2fc;hb=24a90ddae70f4be2ef6f56a7af295b011e37dd3e;hp=171ca7b7a0739a53ede7ae1d3a80e71999d1301e;hpb=dcd64866c2ff93bb3e06ac8a57d9bbf0543291ff;p=kitchenalert diff --git a/src/kitchenalert.pro b/src/kitchenalert.pro index 171ca7b..956ee91 100644 --- a/src/kitchenalert.pro +++ b/src/kitchenalert.pro @@ -56,14 +56,35 @@ unix:!symbian { INSTALLS += target } + maemo5 { - desktopfile.files = $${TARGET}.desktop - desktopfile.path = /usr/share/applications/hildon - INSTALLS += desktopfile + + + sound.files = data/DoorbellModifiedFinal.mp3 + sound.path = /home/opt/KitchenAlert + INSTALLS += sound } +OTHER_FILES += \ + qtc_packaging/debian_fremantle/README \ + qtc_packaging/debian_fremantle/kitchenalert.postrm \ + qtc_packaging/debian_fremantle/kitchenalert.postinst \ + qtc_packaging/debian_fremantle/kitchenalert.dirs \ + qtc_packaging/debian_fremantle/copyright \ + qtc_packaging/debian_fremantle/control \ + qtc_packaging/debian_fremantle/compat \ + qtc_packaging/debian_fremantle/changelog \ + qtc_packaging/debian_fremantle/rules \ + kitchenalert.png + maemo5 { desktopfile.files = $${TARGET}.desktop desktopfile.path = /usr/share/applications/hildon INSTALLS += desktopfile } + +maemo5 { + icon.files = kitchenalert.png + icon.path = /usr/share/icons/hicolor/64x64/apps + INSTALLS += icon +}