New icon
[scorecard] / scorecard.pro
index e8504b1..a87b279 100644 (file)
@@ -10,6 +10,8 @@ CONFIG  += qt debug
 TEMPLATE = app
 QT      += xml maemo5
 
+DEFINES += WANT_DEBUG
+
 RESOURCES = scorecard.qrc
 
 HEADERS  = \
@@ -47,7 +49,7 @@ unix {
     DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
 
     #MAKE INSTALL    
-    INSTALLS += target data desktop iconxpm icon26 icon40 icon64
+    INSTALLS += target data desktop icon48
 
     target.path =$$BINDIR
 
@@ -60,13 +62,6 @@ unix {
     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     
 }