examples/serviceinstaller_sfw_symbian/exampleservices.pro
author Markku Kaurila <markku.kaurila@nokia.com>
Thu, 30 Sep 2010 11:17:58 +0100
changeset 4 30827624d4d3
parent 0 876b1a06bc25
permissions -rw-r--r--
Further update to the exports in contactsmodel.pro, for Bug 3312

TEMPLATE = subdirs
SUBDIRS = exampleinstaller

symbian {
    load(data_caging_paths)
    xmlFiles.sources = ../filemanagerplugin/filemanagerservice.xml \ 
                       ../bluetoothtransferplugin/bluetoothtransferservice.xml 
    xmlFiles.path = c:$$APP_RESOURCE_DIR/xmldata

    plugins.sources = serviceframework_filemanagerplugin.dll \ 
                        serviceframework_bluetoothtransferplugin.dll
    plugins.path = $$QT_PLUGINS_BASE_DIR    
	
    installer.pkg_postrules += "\"$${EPOCROOT}epoc32/release/$(PLATFORM)/$(TARGET)/exampleinstaller.exe\" \  
                                         - \"!:\sys\bin\exampleinstaller.exe\",FR,RB,RW"
    
    DEPLOYMENT += xmlFiles \
                  plugins \
                  installer
}