X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ghostsoverboard.pro;h=c08d156614fccae31d24216e829553b8a40d58b4;hb=30b8fd45a3a675fb5f34914283f90570fa6a9883;hp=f04a9d7e5ca5b2e3a69c9dbc19c20aad1a8b0daf;hpb=c69cb5acd614e52f179a7b9754a92f2ea5056fca;p=ghostsoverboard diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index f04a9d7..c08d156 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -19,7 +19,8 @@ SOURCES += main.cpp\ timercontrolledgraphicspixmapobject.cpp \ octopus.cpp \ level.cpp \ - seaview.cpp + seaview.cpp \ + levelset.cpp HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ @@ -29,7 +30,8 @@ HEADERS += \ timercontrolledgraphicspixmapobject.h \ octopus.h \ level.h \ - seaview.h + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -81,3 +83,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 +} + +