X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ghostsoverboard.pro;h=1193d0f4999a5b3564376dfcc38c074eec5f23d4;hb=refs%2Fheads%2Fharmattan;hp=4309de706fc45f455bb944772ded5deca52d940b;hpb=1613bf0f9fb8f7422dc6f92bbe43ce318d6bd9e1;p=ghostsoverboard diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index 4309de7..1193d0f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -6,35 +6,39 @@ QT += core gui QT += dbus +QT += declarative TARGET = ghostsoverboard TEMPLATE = app +VERSION = 0.4.0 SOURCES += main.cpp\ - mainwindow.cpp \ orientationcontrolledgraphicspixmapobject.cpp \ seascene.cpp \ - seaview.cpp \ ship.cpp \ screenlitkeeper.cpp \ timercontrolledgraphicspixmapobject.cpp \ octopus.cpp \ - level.cpp + level.cpp \ + seaview.cpp \ + levelset.cpp -HEADERS += mainwindow.h \ +HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ seascene.h \ - seaview.h \ ship.h \ screenlitkeeper.h \ timercontrolledgraphicspixmapobject.h \ octopus.h \ - level.h + level.h \ + seaview.h \ + levelset.h CONFIG += mobility MOBILITY = sensors MOBILITY += systeminfo +MOBILITY += feedback symbian { TARGET.UID3 = 0xe3f4bbc2 @@ -47,7 +51,7 @@ unix:!symbian { maemo5 { target.path = /opt/usr/bin } else { - target.path = /usr/local/bin + target.path = /opt/ghostsoverboard/bin } INSTALLS += target } @@ -68,3 +72,41 @@ 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 +} + +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 +}