X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ghostsoverboard.pro;h=1193d0f4999a5b3564376dfcc38c074eec5f23d4;hb=refs%2Fheads%2Fharmattan;hp=f97d02d16a79bfdd67a61989a5c5204364f72aa8;hpb=99caec69bb1416ccd08103f5b527bd430bd7976c;p=ghostsoverboard diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index f97d02d..1193d0f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -10,6 +10,7 @@ QT += declarative TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ @@ -20,7 +21,8 @@ SOURCES += main.cpp\ timercontrolledgraphicspixmapobject.cpp \ octopus.cpp \ level.cpp \ - seaview.cpp + seaview.cpp \ + levelset.cpp HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ @@ -30,7 +32,8 @@ HEADERS += \ timercontrolledgraphicspixmapobject.h \ octopus.h \ level.h \ - seaview.h + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors @@ -48,7 +51,7 @@ unix:!symbian { maemo5 { target.path = /opt/usr/bin } else { - target.path = /usr/local/bin + target.path = /opt/ghostsoverboard/bin } INSTALLS += target } @@ -90,3 +93,20 @@ unix:!symbian:!maemo5 { desktopfile.path = /usr/share/applications INSTALLS += desktopfile } + +unix:!symbian:!maemo5 { + icon.files = ghostsoverboard.svg + icon.path = /usr/share/icons/hicolor/scalable/apps + INSTALLS += icon +} + + +unix:!symbian:!maemo5 { + resourcepolicy.files = ghostsoverboard.conf + resourcepolicy.path = /usr/share/policy/etc/syspart.conf.d + INSTALLS += resourcepolicy + + + CONFIG += link_pkgconfig + PKGCONFIG += libresourceqt1 +}