tests/publishsubscribeex/publishsubscribeex.pro
changeset 0 876b1a06bc25
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/publishsubscribeex/publishsubscribeex.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,31 @@
+TARGET = PublishSubscribeEx
+TEMPLATE = app
+
+QT += core \
+      gui \
+      network
+
+include(../../common.pri)
+#not really a test case but deployment happens same way
+CONFIG += testcase
+DEPENDPATH += .
+INCLUDEPATH += . \
+               ../../src/publishsubscribe
+
+SOURCES += main.cpp\
+        publishsubscribemainwindow.cpp
+
+HEADERS  += publishsubscribemainwindow.h
+
+FORMS    += publishsubscribemainwindow.ui
+
+symbian {
+    crml.sources = resources.qcrml profile.qcrml
+    crml.path = /resource/qt/crml
+    DEPLOYMENT += crml
+    TARGET.CAPABILITY = ReadUserData
+    TARGET.UID3 = 0x2002ac7c
+}
+
+CONFIG += mobility
+MOBILITY = publishsubscribe