Changed the section to user/hidden as required for Nokia Store
[ghostsoverboard] / ghostsoverboard.pro
index f97d02d..1193d0f 100644 (file)
@@ -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
+}