summaryrefslogtreecommitdiffstats
path: root/tests/manual/sfwtestclient/sfwtestclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sfwtestclient/sfwtestclient.pro')
-rw-r--r--tests/manual/sfwtestclient/sfwtestclient.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/manual/sfwtestclient/sfwtestclient.pro b/tests/manual/sfwtestclient/sfwtestclient.pro
new file mode 100644
index 0000000000..67c13fadee
--- /dev/null
+++ b/tests/manual/sfwtestclient/sfwtestclient.pro
@@ -0,0 +1,19 @@
+TEMPLATE = app
+TARGET = sfwtestclient
+
+QT += core \
+ gui
+
+CONFIG += mobility
+MOBILITY = serviceframework
+
+HEADERS += sfwtestclient.h
+SOURCES += main.cpp \
+ sfwtestclient.cpp
+FORMS += sfwtestclient.ui
+
+symbian: {
+ TARGET.UID3 = 0xe0d26e2c
+}
+
+