Compiles again
[ghostsoverboard] / ghostsoverboard.pro
index 3cebf97..029348c 100644 (file)
@@ -10,6 +10,7 @@ QT      += declarative
 
 TARGET = ghostsoverboard
 TEMPLATE = app
+VERSION = 0.3.0
 
 
 SOURCES += main.cpp\
@@ -20,7 +21,8 @@ SOURCES += main.cpp\
     timercontrolledgraphicspixmapobject.cpp \
     octopus.cpp \
     level.cpp \
-    seaview.cpp
+    seaview.cpp \
+    levelset.cpp
 
 HEADERS  += \
     orientationcontrolledgraphicspixmapobject.h \
@@ -30,7 +32,8 @@ HEADERS  += \
     timercontrolledgraphicspixmapobject.h \
     octopus.h \
     level.h \
-    seaview.h
+    seaview.h \
+    levelset.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -97,3 +100,5 @@ unix:!symbian:!maemo5 {
     INSTALLS += icon
 }
 
+
+