Updated the web pages
[ghostsoverboard] / ghostsoverboard.pro
index 30a176f..6ec9d7f 100644 (file)
@@ -10,9 +10,9 @@ QT      += dbus
 TARGET = ghostsoverboard
 TEMPLATE = app
 
+VERSION = 0.4.0
 
 SOURCES += main.cpp\
-        mainwindow.cpp \
     orientationcontrolledgraphicspixmapobject.cpp \
     seascene.cpp \
     ship.cpp \
@@ -20,9 +20,10 @@ SOURCES += main.cpp\
     timercontrolledgraphicspixmapobject.cpp \
     octopus.cpp \
     level.cpp \
-    seaview.cpp
+    seaview.cpp \
+    levelset.cpp
 
-HEADERS  += mainwindow.h \
+HEADERS  += \
     orientationcontrolledgraphicspixmapobject.h \
     seascene.h \
     ship.h \
@@ -30,7 +31,8 @@ HEADERS  += mainwindow.h \
     timercontrolledgraphicspixmapobject.h \
     octopus.h \
     level.h \
-    seaview.h
+    seaview.h \
+    levelset.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -82,3 +84,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
+}
+
+