--- a/example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.pro Mon Jun 07 11:43:45 2010 +0100
+++ b/example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.pro Wed Jun 23 19:51:49 2010 +0530
@@ -10,6 +10,8 @@
xml \
network
+#DEFINES += SMF_XMLPARSING
+
HEADERS = flickrcontactfetcherplugin.h
SOURCES = flickrcontactfetcherplugin.cpp
@@ -28,13 +30,15 @@
pluginDep.path = $$QT_PLUGINS_BASE_DIR/smf/plugin/contact.fetcher
DEPLOYMENT += pluginDep
- TARGET.CAPABILITY = ReadUserData \
- WriteUserData \
- LocalServices \
- NetworkServices \
- UserEnvironment
+ TARGET.CAPABILITY = NetworkServices \
+ ReadUserData \
+ WriteUserData \
+ LocalServices \
+ UserEnvironment \
+ ReadDeviceData \
+ WriteDeviceData
- LIBS += -lsmfclient.dll -lqjson.dll
+ LIBS += -lsmfclient.dll
}
target.path += $$[QT_INSTALL_PLUGINS]/smf/plugin/contact.fetcher