Changed the section to user/hidden as required for Nokia Store
[ghostsoverboard] / ghostsoverboard.pro
index 8779bb6..1193d0f 100644 (file)
@@ -10,7 +10,7 @@ QT      += declarative
 
 TARGET = ghostsoverboard
 TEMPLATE = app
-VERSION = 0.3.0
+VERSION = 0.4.0
 
 
 SOURCES += main.cpp\
@@ -21,7 +21,8 @@ SOURCES += main.cpp\
     timercontrolledgraphicspixmapobject.cpp \
     octopus.cpp \
     level.cpp \
-    seaview.cpp
+    seaview.cpp \
+    levelset.cpp
 
 HEADERS  += \
     orientationcontrolledgraphicspixmapobject.h \
@@ -31,7 +32,8 @@ HEADERS  += \
     timercontrolledgraphicspixmapobject.h \
     octopus.h \
     level.h \
-    seaview.h
+    seaview.h \
+    levelset.h
 
 CONFIG += mobility
 MOBILITY = sensors
@@ -49,7 +51,7 @@ unix:!symbian {
     maemo5 {
         target.path = /opt/usr/bin
     } else {
-        target.path = /usr/local/bin
+    target.path = /opt/ghostsoverboard/bin
     }
     INSTALLS += target
 }
@@ -98,3 +100,13 @@ unix:!symbian:!maemo5 {
     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
+}