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