X-Git-Url: http://git.maemo.org/git/?p=ghostsoverboard;a=blobdiff_plain;f=ghostsoverboard.pro;h=6ec9d7f3f6e3dfa39be7b38e23a9bf24da39c7e2;hp=48bef5eb69e430a6f2664339a3c8248c9861b1bd;hb=HEAD;hpb=4803c3c84b92d298bafc63606b3b6ea82ff5f9cf diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index 48bef5e..6ec9d7f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -10,25 +10,29 @@ QT += dbus TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ - mainwindow.cpp \ orientationcontrolledgraphicspixmapobject.cpp \ seascene.cpp \ ship.cpp \ screenlitkeeper.cpp \ timercontrolledgraphicspixmapobject.cpp \ octopus.cpp \ - level.cpp + level.cpp \ + seaview.cpp \ + levelset.cpp -HEADERS += mainwindow.h \ +HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ seascene.h \ ship.h \ screenlitkeeper.h \ timercontrolledgraphicspixmapobject.h \ octopus.h \ - level.h + level.h \ + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -73,4 +77,18 @@ OTHER_FILES += \ qtc_packaging/debian_fremantle/copyright \ qtc_packaging/debian_fremantle/control \ qtc_packaging/debian_fremantle/compat \ - qtc_packaging/debian_fremantle/changelog + qtc_packaging/debian_fremantle/changelog \ + qtc_packaging/debian_harmattan/rules \ + qtc_packaging/debian_harmattan/README \ + qtc_packaging/debian_harmattan/copyright \ + 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 +} + +