X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ghostsoverboard.pro;h=e3fb626596f1eca4a9f434bd10441f2d36f09899;hb=567fe7d2537d5230ce94e935b91cfbb30e1d3a5a;hp=6ba1f78bfcf8c6f664ef0f222b0c32894ab97c5a;hpb=330979bbf53bc17e97e42503624a9df6146e0db4;p=ghostsoverboard diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index 6ba1f78..e3fb626 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -12,23 +12,24 @@ TEMPLATE = app SOURCES += main.cpp\ - mainwindow.cpp \ orientationcontrolledgraphicspixmapobject.cpp \ seascene.cpp \ - seaview.cpp \ ship.cpp \ screenlitkeeper.cpp \ timercontrolledgraphicspixmapobject.cpp \ - octopus.cpp + octopus.cpp \ + level.cpp \ + seaview.cpp -HEADERS += mainwindow.h \ +HEADERS += \ orientationcontrolledgraphicspixmapobject.h \ seascene.h \ - seaview.h \ ship.h \ screenlitkeeper.h \ timercontrolledgraphicspixmapobject.h \ - octopus.h + octopus.h \ + level.h \ + seaview.h CONFIG += mobility MOBILITY = sensors @@ -66,3 +67,23 @@ 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 +}