X-Git-Url: http://git.maemo.org/git/?p=ghostsoverboard;a=blobdiff_plain;f=ghostsoverboard.pro;h=6ec9d7f3f6e3dfa39be7b38e23a9bf24da39c7e2;hp=f04a9d7e5ca5b2e3a69c9dbc19c20aad1a8b0daf;hb=HEAD;hpb=c69cb5acd614e52f179a7b9754a92f2ea5056fca diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index f04a9d7..6ec9d7f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -10,6 +10,7 @@ QT += dbus TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ orientationcontrolledgraphicspixmapobject.cpp \ @@ -19,7 +20,8 @@ SOURCES += main.cpp\ timercontrolledgraphicspixmapobject.cpp \ octopus.cpp \ level.cpp \ - seaview.cpp + seaview.cpp \ + levelset.cpp HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ @@ -29,7 +31,8 @@ HEADERS += \ timercontrolledgraphicspixmapobject.h \ octopus.h \ level.h \ - seaview.h + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -81,3 +84,11 @@ OTHER_FILES += \ 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 +} + +