homescreenapp/common.pri
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 51 4785f57bf3d4
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
   101     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
   101     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
   102 
   102 
   103     message(Remove "contains(MOBILITY, serviceframework)" after the QtSF refactorig is done!)
   103     message(Remove "contains(MOBILITY, serviceframework)" after the QtSF refactorig is done!)
   104         
   104         
   105     !contains(MOBILITY, serviceframework):qtplugins.sources += resource/$${TARGET}.manifest
   105     !contains(MOBILITY, serviceframework):qtplugins.sources += resource/$${TARGET}.manifest
   106     contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
   106     
       
   107     hs_public_plugin {
       
   108       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:/private/20022F35/$${TARGET}.xml"
       
   109     } else {
       
   110       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
       
   111     }
   107     
   112     
   108     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
   113     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
   109 }
   114 }
   110 
   115 
   111 defineTest(exportResources) {
   116 defineTest(exportResources) {