The levels are now stored in the Levelset class
[ghostsoverboard] / ghostsoverboard.pro
index f04a9d7..c08d156 100644 (file)
@@ -19,7 +19,8 @@ SOURCES += main.cpp\
     timercontrolledgraphicspixmapobject.cpp \
     octopus.cpp \
     level.cpp \
-    seaview.cpp
+    seaview.cpp \
+    levelset.cpp
 
 HEADERS  += \
     orientationcontrolledgraphicspixmapobject.h \
@@ -29,7 +30,8 @@ HEADERS  += \
     timercontrolledgraphicspixmapobject.h \
     octopus.h \
     level.h \
-    seaview.h
+    seaview.h \
+    levelset.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -81,3 +83,11 @@ OTHER_FILES += \
     qtc_packaging/debian_harmattan/control \
     qtc_packaging/debian_harmattan/compat \
     qtc_packaging/debian_harmattan/changelog
+
+unix:!symbian:!maemo5 {
+    desktopfile.files = $${TARGET}.desktop
+    desktopfile.path = /usr/share/applications
+    INSTALLS += desktopfile
+}
+
+