qtmobility/src/s60installs/s60installs.pro
branchRCL_3
changeset 6 4203353e74ea
parent 3 eb34711bcc75
child 8 885c2596c964
equal deleted inserted replaced
5:4ea83c148e84 6:4203353e74ea
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 
     2 
     3 symbian: {
     3 isEmpty(QT_LIBINFIX):symbian {
     4     include(../../staticconfig.pri)
     4     include(../../staticconfig.pri)
     5     load(data_caging_paths)
     5     load(data_caging_paths)
     6     include($$QT_MOBILITY_BUILD_TREE/config.pri)
     6     include($$QT_MOBILITY_BUILD_TREE/config.pri)
     7 
     7 
     8     SUBDIRS =
     8     SUBDIRS =
     9     TARGET = "QtMobility"
     9     TARGET = "QtMobility"
    10     TARGET.UID3 = 0x2002AC89
    10     TARGET.UID3 = 0x2002AC89
    11     # TP preview 0.1.0
       
    12     # Beta 0.2.0
       
    13     # Final 1.0.0
       
    14 
    11 
    15     VERSION = 1.0.0
    12     VERSION = 1.0.1
    16 
    13 
    17     vendorinfo = \
    14     vendorinfo = \
    18         "; Localised Vendor name" \
    15         "; Localised Vendor name" \
    19         "%{\"Nokia\"}" \
    16         "%{\"Nokia\"}" \
    20         " " \
    17         " " \
    57             "ENDIF"
    54             "ENDIF"
    58 
    55 
    59         qtmobilitydeployment.pkg_postrules += bearer
    56         qtmobilitydeployment.pkg_postrules += bearer
    60     }
    57     }
    61     
    58     
       
    59     !isEmpty(pluginstubs):qtmobilitydeployment.pkg_postrules += pluginstubs
       
    60 
    62     qtmobilitydeployment.path = /sys/bin
    61     qtmobilitydeployment.path = /sys/bin
    63 
    62 
    64     DEPLOYMENT += qtmobilitydeployment
    63     DEPLOYMENT += qtmobilitydeployment
    65     
    64     
    66     #BLD_INF_RULES.prj_exports += "./qtmobility.iby           $$CORE_MW_LAYER_IBY_EXPORT_PATH(qtmobility.iby)"
    65     #BLD_INF_RULES.prj_exports += "./qtmobility.iby           $$CORE_MW_LAYER_IBY_EXPORT_PATH(qtmobility.iby)"
       
    66 
       
    67 } else {
       
    68     message(Deployment of infixed library names not supported)
    67 }
    69 }