X-Git-Url: http://git.maemo.org/git/?p=ghostsoverboard;a=blobdiff_plain;f=ghostsoverboard.pro;h=6ec9d7f3f6e3dfa39be7b38e23a9bf24da39c7e2;hp=70fe129262f04f9e9bce043813a2a3fc4f60369a;hb=HEAD;hpb=6eaae217ae97f15f57bf0425efd13b375a1bc8c0 diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index 70fe129..6ec9d7f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -5,27 +5,34 @@ #------------------------------------------------- QT += core gui +QT += dbus TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ - mainwindow.cpp \ orientationcontrolledgraphicspixmapobject.cpp \ - timercontrolledtursas.cpp \ seascene.cpp \ - seaview.cpp \ ship.cpp \ - screenlitkeeper.cpp + screenlitkeeper.cpp \ + timercontrolledgraphicspixmapobject.cpp \ + octopus.cpp \ + level.cpp \ + seaview.cpp \ + levelset.cpp -HEADERS += mainwindow.h \ +HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ - timercontrolledtursas.h \ seascene.h \ - seaview.h \ ship.h \ - screenlitkeeper.h + screenlitkeeper.h \ + timercontrolledgraphicspixmapobject.h \ + octopus.h \ + level.h \ + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -63,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 +} + +