Add screenshots etc. for ovi store and apps.formeego.com.
[qzeecontrol] / QZeeControl.pro
index 7e2fdb3..5cbc812 100644 (file)
@@ -23,15 +23,26 @@ symbian:TARGET.CAPABILITY += NetworkServices
 CONFIG += mobility
 MOBILITY += connectivity
 
+CONFIG += link_pkgconfig
+PKGCONFIG += xtst
+
 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
-# CONFIG += qdeclarative-boostable
+CONFIG += qdeclarative-boostable
 
 # Add dependency to Symbian components
 # CONFIG += qt-components
 
 # The .cpp file which was generated for your project. Feel free to hack it.
 SOURCES += main.cpp \
-    btconnector.cpp
+    btconnector.cpp \
+    xtstadapter.cpp
+
+logo.files = qzeecontrol.png
+logo.path = /opt/$${TARGET}
+
+splash.files = splash.png
+splash.path = /opt/$${TARGET}
+INSTALLS += splash logo
 
 # Please do not modify the following two lines. Required for deployment.
 include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -47,4 +58,5 @@ OTHER_FILES += \
     qtc_packaging/debian_harmattan/changelog
 
 HEADERS += \
-    btconnector.h
+    btconnector.h \
+    xtstadapter.h