diff -r edb9dc8273d9 -r c39a6cfd1fb9 example/smfclientapp/smfclientapp.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/smfclientapp/smfclientapp.pro Tue May 18 17:33:55 2010 +0530 @@ -0,0 +1,29 @@ +TEMPLATE = app +TARGET = smfclientapp +DEFINES += WRITE_LOG #\ + #OLDER_QT_MOBILITY +QT += core \ + gui \ + network \ + webkit +CONFIG += mobility +MOBILITY = contacts \ + location +HEADERS += displaywidget.h \ + testscreen.h \ + smfclientapp.h +SOURCES += displaywidget.cpp \ + testscreen.cpp \ + smfclientapp_reg.rss \ + main.cpp \ + smfclientapp.cpp +FORMS += displaywidget.ui \ + smfclientapp.ui +RESOURCES += +symbian:TARGET.UID3 = 0xE08059D4 +symbian:LIBS += -lsmfclient.dll +symbian:TARGET.CAPABILITY = ReadUserData \ + WriteUserData \ + LocalServices \ + NetworkServices \ + UserEnvironment