Changed the section to user/hidden as required for Nokia Store
[ghostsoverboard] / ghostsoverboard.pro
index 31cee3c..1193d0f 100644 (file)
@@ -6,9 +6,11 @@
 
 QT       += core gui
 QT      += dbus
+QT      += declarative
 
 TARGET = ghostsoverboard
 TEMPLATE = app
+VERSION = 0.4.0
 
 
 SOURCES += main.cpp\
@@ -19,7 +21,8 @@ SOURCES += main.cpp\
     timercontrolledgraphicspixmapobject.cpp \
     octopus.cpp \
     level.cpp \
-    seaview.cpp
+    seaview.cpp \
+    levelset.cpp
 
 HEADERS  += \
     orientationcontrolledgraphicspixmapobject.h \
@@ -29,7 +32,8 @@ HEADERS  += \
     timercontrolledgraphicspixmapobject.h \
     octopus.h \
     level.h \
-    seaview.h
+    seaview.h \
+    levelset.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -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
 }
@@ -81,10 +85,28 @@ OTHER_FILES += \
     qtc_packaging/debian_harmattan/copyright \
     qtc_packaging/debian_harmattan/control \
     qtc_packaging/debian_harmattan/compat \
-    qtc_packaging/debian_harmattan/changelog
+    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
+}