example/fbpostproviderplugin/fbpostproviderplugin.pro
changeset 14 a469c0e6e7fb
parent 6 c39a6cfd1fb9
child 17 106a4bfcb866
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
     7 	location
     7 	location
     8 	
     8 	
     9 QT += core \
     9 QT += core \
    10 	xml \
    10 	xml \
    11 	network
    11 	network
    12 	
    12 
    13 HEADERS = fbpostproviderplugin.h
    13 HEADERS = fbpostproviderplugin.h
    14 
    14 
    15 SOURCES = fbpostproviderplugin.cpp
    15 SOURCES = fbpostproviderplugin.cpp
    16 
    16 
    17 TARGET = $$qtLibraryTarget(fbpostproviderplugin)
    17 TARGET = $$qtLibraryTarget(fbpostproviderplugin)
    26     # Defines plugin files into Symbian .pkg package
    26     # Defines plugin files into Symbian .pkg package
    27     pluginDep.sources = fbpostproviderplugin.dll
    27     pluginDep.sources = fbpostproviderplugin.dll
    28     pluginDep.path = $$QT_PLUGINS_BASE_DIR/smf/plugin/contact.posts
    28     pluginDep.path = $$QT_PLUGINS_BASE_DIR/smf/plugin/contact.posts
    29     DEPLOYMENT += pluginDep
    29     DEPLOYMENT += pluginDep
    30     
    30     
    31     TARGET.CAPABILITY = ReadUserData \
    31     TARGET.CAPABILITY = NetworkServices \
    32         WriteUserData \
    32     	ReadUserData \
    33         LocalServices \
    33     	WriteUserData \
    34         NetworkServices \
    34     	LocalServices \
    35         UserEnvironment
    35     	UserEnvironment \
       
    36     	ReadDeviceData \
       
    37     	WriteDeviceData
    36     
    38     
    37    LIBS += -lsmfclient.dll
    39    LIBS += -lsmfclient.dll
    38 }
    40 }
    39 
    41 
    40 target.path += $$[QT_INSTALL_PLUGINS]/smf/plugin/contact.posts
    42 target.path += $$[QT_INSTALL_PLUGINS]/smf/plugin/contact.posts