Get image paths from tracker
[impuzzle] / src / src.pro
index e99e8ed..92b6ee4 100644 (file)
@@ -3,10 +3,7 @@ TARGET = impuzzle
 DEPENDPATH += .
 INCLUDEPATH += .
 DESTDIR = ../bin
-
-maemo5 {
-    QT += maemo5
-}
+maemo5:QT += maemo5
 
 # Input
 HEADERS += gameview.h \
@@ -17,8 +14,10 @@ HEADERS += gameview.h \
     introitem.h \
     settings.h \
     settingsdialog.h \
-    aboutdialog.h
-
+    aboutdialog.h \
+    statistics.h \
+    statisticsdialog.h \
+    trackerfiles.h
 SOURCES += gameview.cpp \
     main.cpp \
     mainwindow.cpp \
@@ -27,13 +26,16 @@ SOURCES += gameview.cpp \
     introitem.cpp \
     settings.cpp \
     settingsdialog.cpp \
-    aboutdialog.cpp
-
+    aboutdialog.cpp \
+    statistics.cpp \
+    statisticsdialog.cpp \
+    trackerfiles.cpp
 RESOURCES += resources.qrc
-
 desktop.files += impuzzle.desktop
 desktop.path = /usr/share/applications/hildon/
-
+icon.files += images/impuzzle.png
+icon.path = /usr/share/pixmaps/
 target.path = /opt/impuzzle/
-
-INSTALLS += target desktop
+INSTALLS += target \
+    desktop \
+    icon