X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsrc.pro;h=79d12ca506e7e6d5d8842682605cfd76e3c59844;hb=683d958489cb5181a1a8c5a348191aaeed03981b;hp=96f405913c406e4222581b5ff2219d382d3bf714;hpb=874cc23a01cab548a265daf6a60373345b3e2064;p=kitchenalert diff --git a/src/src.pro b/src/src.pro index 96f4059..79d12ca 100644 --- a/src/src.pro +++ b/src/src.pro @@ -39,6 +39,9 @@ symbian { TARGET.EPOCHEAPSIZE = 0x020000 0x800000 } +RESOURCES += \ + kitchenalert.qrc + unix { #VARIABLES @@ -52,25 +55,11 @@ unix { #MAKE INSTALL - INSTALLS += target desktop service iconxpm icon26 icon48 icon64 + INSTALLS += target desktop target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += $${TARGET}.desktop - service.path = $$DATADIR/dbus-1/services - service.files += $${TARGET}.service - - iconxpm.path = $$DATADIR/pixmap - iconxpm.files += ../data/maemo/$${TARGET}.xpm - - icon26.path = $$DATADIR/icons/hicolor/26x26/apps - icon26.files += ../data/26x26/$${TARGET}.png - - icon48.path = $$DATADIR/icons/hicolor/48x48/apps - icon48.files += ../data/48x48/$${TARGET}.png - - icon64.path = $$DATADIR/icons/hicolor/64x64/apps - icon64.files += ../data/64x64/$${TARGET}.png }