Updated the web page to reflect release of v.0.2.0
[ghostsoverboard] / ghostsoverboard.pro
index f847c88..48bef5e 100644 (file)
@@ -5,6 +5,7 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT      += dbus
 
 TARGET = ghostsoverboard
 TEMPLATE = app
@@ -13,23 +14,21 @@ TEMPLATE = app
 SOURCES += main.cpp\
         mainwindow.cpp \
     orientationcontrolledgraphicspixmapobject.cpp \
-    timercontrolledtursas.cpp \
     seascene.cpp \
-    seaview.cpp \
     ship.cpp \
     screenlitkeeper.cpp \
     timercontrolledgraphicspixmapobject.cpp \
-    octopus.cpp
+    octopus.cpp \
+    level.cpp
 
 HEADERS  += mainwindow.h \
     orientationcontrolledgraphicspixmapobject.h \
-    timercontrolledtursas.h \
     seascene.h \
-    seaview.h \
     ship.h \
     screenlitkeeper.h \
     timercontrolledgraphicspixmapobject.h \
-    octopus.h
+    octopus.h \
+    level.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -67,3 +66,11 @@ maemo5 {
     icon.path = /usr/share/icons/hicolor/64x64/apps
     INSTALLS += icon
 }
+
+OTHER_FILES += \
+    qtc_packaging/debian_fremantle/rules \
+    qtc_packaging/debian_fremantle/README \
+    qtc_packaging/debian_fremantle/copyright \
+    qtc_packaging/debian_fremantle/control \
+    qtc_packaging/debian_fremantle/compat \
+    qtc_packaging/debian_fremantle/changelog