examples/serviceinstaller_sfw_symbian/exampleservices.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE = subdirs
       
     2 SUBDIRS = exampleinstaller
       
     3 
       
     4 symbian {
       
     5     load(data_caging_paths)
       
     6     xmlFiles.sources = ../filemanagerplugin/filemanagerservice.xml \ 
       
     7                        ../bluetoothtransferplugin/bluetoothtransferservice.xml 
       
     8     xmlFiles.path = c:$$APP_RESOURCE_DIR/xmldata
       
     9 
       
    10     plugins.sources = serviceframework_filemanagerplugin.dll \ 
       
    11                         serviceframework_bluetoothtransferplugin.dll
       
    12     plugins.path = $$QT_PLUGINS_BASE_DIR    
       
    13 	
       
    14     installer.pkg_postrules += "\"$${EPOCROOT}epoc32/release/$(PLATFORM)/$(TARGET)/exampleinstaller.exe\" \  
       
    15                                          - \"!:\sys\bin\exampleinstaller.exe\",FR,RB,RW"
       
    16     
       
    17     DEPLOYMENT += xmlFiles \
       
    18                   plugins \
       
    19                   installer
       
    20 }