Get image paths from tracker
[impuzzle] / src / src.pro
index a8781bb..92b6ee4 100644 (file)
@@ -3,18 +3,39 @@ TARGET = impuzzle
 DEPENDPATH += .
 INCLUDEPATH += .
 DESTDIR = ../bin
+maemo5:QT += maemo5
 
 # Input
 HEADERS += gameview.h \
     mainwindow.h \
     imageimporter.h \
     puzzleitem.h \
-    newgamedialog.h \
-    defines.h
+    defines.h \
+    introitem.h \
+    settings.h \
+    settingsdialog.h \
+    aboutdialog.h \
+    statistics.h \
+    statisticsdialog.h \
+    trackerfiles.h
 SOURCES += gameview.cpp \
     main.cpp \
     mainwindow.cpp \
     imageimporter.cpp \
     puzzleitem.cpp \
-    newgamedialog.cpp
+    introitem.cpp \
+    settings.cpp \
+    settingsdialog.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 \
+    icon