X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=scorecard.pro;h=9c848513faf3407c373891ddf46e3622ab661336;hb=731fbb8dc372780c823cff5dc589cadd06364739;hp=709e7de607a3f4a950cbb97c87c8cd6c995a44d4;hpb=8363a15c040fc47d5467b25198595d3d31a6c445;p=scorecard diff --git a/scorecard.pro b/scorecard.pro index 709e7de..9c84851 100644 --- a/scorecard.pro +++ b/scorecard.pro @@ -45,11 +45,12 @@ unix { DATADIR = $$PREFIX/data IMGDIR = /usr/share/icons/hicolor MAEMODIR = /usr/share/applications/hildon + BACKUPDIR = /etc/osso-backup/applications DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\" #MAKE INSTALL - INSTALLS += target data desktop iconxpm icon26 icon40 icon64 + INSTALLS += target data desktop backup icon48 target.path =$$BINDIR @@ -59,16 +60,12 @@ unix { desktop.path = $$MAEMODIR desktop.files += maemo/scorecard.desktop + backup.path = $$BACKUPDIR + backup.files += maemo/scorecard.conf + iconxpm.path = /usr/share/pixmap iconxpm.files += images/scorecard.xpm - icon26.path = $$IMGDIR/26x26/apps - icon26.files += images/scorecard_icon_26x26.png - - icon40.path = $$IMGADIR/40x40/apps - icon40.files += images/scorecard_icon_40x40.png - - icon64.path = $$IMGDIR/64x64/apps - icon64.files += images/scorecard_icon_64x64.png - + icon48.path = $$IMGDIR/48x48/hildon + icon48.files += images/scorecard-icon-48x48.png }