example/smfclientapp/smfclientapp.pro
changeset 14 a469c0e6e7fb
parent 6 c39a6cfd1fb9
child 17 106a4bfcb866
--- a/example/smfclientapp/smfclientapp.pro	Mon Jun 07 11:43:45 2010 +0100
+++ b/example/smfclientapp/smfclientapp.pro	Wed Jun 23 19:51:49 2010 +0530
@@ -9,21 +9,26 @@
 CONFIG += mobility
 MOBILITY = contacts \
     location
-HEADERS += displaywidget.h \
+HEADERS += posttestui.h \
+    displaywidget.h \
     testscreen.h \
     smfclientapp.h
-SOURCES += displaywidget.cpp \
+SOURCES += posttestui.cpp \
+    displaywidget.cpp \
     testscreen.cpp \
     smfclientapp_reg.rss \
     main.cpp \
     smfclientapp.cpp
-FORMS += displaywidget.ui \
+FORMS += posttestui.ui \
+    displaywidget.ui \
     smfclientapp.ui
 RESOURCES += 
-symbian:TARGET.UID3 = 0xE08059D4
+symbian:TARGET.UID3 = 0xE08059D6
 symbian:LIBS += -lsmfclient.dll
 symbian:TARGET.CAPABILITY = ReadUserData \
     WriteUserData \
     LocalServices \
     NetworkServices \
-    UserEnvironment
+    UserEnvironment \
+    ReadDeviceData \
+    WriteDeviceData