example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.pro
changeset 14 a469c0e6e7fb
parent 6 c39a6cfd1fb9
child 17 106a4bfcb866
--- 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