Ghosts now visible aboard
[ghostsoverboard] / rotationcontrol2.pro
index 4dac436..2d6d17a 100644 (file)
@@ -13,11 +13,17 @@ TEMPLATE = app
 SOURCES += main.cpp\
         mainwindow.cpp \
     orientationcontrolledgraphicspixmapobject.cpp \
-    timercontrolledtursas.cpp
+    timercontrolledtursas.cpp \
+    seascene.cpp \
+    seaview.cpp \
+    ship.cpp
 
 HEADERS  += mainwindow.h \
     orientationcontrolledgraphicspixmapobject.h \
-    timercontrolledtursas.h
+    timercontrolledtursas.h \
+    seascene.h \
+    seaview.h \
+    ship.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -40,3 +46,9 @@ unix:!symbian {
 
 RESOURCES += \
     orientationcontrol2pix.qrc
+
+maemo5 {
+    desktopfile.files = $${TARGET}.desktop
+    desktopfile.path = /usr/share/applications/hildon
+    INSTALLS += desktopfile
+}