X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ghostsoverboard.pro;h=6ec9d7f3f6e3dfa39be7b38e23a9bf24da39c7e2;hb=refs%2Fheads%2Fmaster;hp=58faafdb805df95c87ecf74515e1241b64ece9c2;hpb=c00d75400cb3d8d3a5192506554318a47a67ad94;p=ghostsoverboard diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index 58faafd..6ec9d7f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -5,29 +5,34 @@ #------------------------------------------------- QT += core gui +QT += dbus TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ - mainwindow.cpp \ orientationcontrolledgraphicspixmapobject.cpp \ seascene.cpp \ - seaview.cpp \ ship.cpp \ screenlitkeeper.cpp \ timercontrolledgraphicspixmapobject.cpp \ - octopus.cpp + octopus.cpp \ + level.cpp \ + seaview.cpp \ + levelset.cpp -HEADERS += mainwindow.h \ +HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ seascene.h \ - seaview.h \ ship.h \ screenlitkeeper.h \ timercontrolledgraphicspixmapobject.h \ - octopus.h + octopus.h \ + level.h \ + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -65,3 +70,25 @@ 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 \ + 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 +} + +