Changing default piece counts
[impuzzle] / src / src.pro
index 14d00c1..71f8d8b 100644 (file)
@@ -9,16 +9,25 @@ HEADERS += gameview.h \
     mainwindow.h \
     imageimporter.h \
     puzzleitem.h \
-    newgamedialog.h \
     defines.h \
-    introitem.h
+    introitem.h \
+    settings.h \
+    settingsdialog.h
 
 SOURCES += gameview.cpp \
     main.cpp \
     mainwindow.cpp \
     imageimporter.cpp \
     puzzleitem.cpp \
-    newgamedialog.cpp \
-    introitem.cpp
+    introitem.cpp \
+    settings.cpp \
+    settingsdialog.cpp
 
 RESOURCES += resources.qrc
+
+desktop.files += impuzzle.desktop
+desktop.path = /usr/share/applications/hildon/
+
+target.path = /opt/impuzzle/
+
+INSTALLS += target desktop