common.pri
changeset 107 b34d53f6acdf
parent 106 e78d6e055a5b
child 112 dbfb5e38438b
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
   101     DEPLOYMENT += pluginstub
   101     DEPLOYMENT += pluginstub
   102 
   102 
   103     qtplugins.path = $$PLUGIN_SUBDIR
   103     qtplugins.path = $$PLUGIN_SUBDIR
   104     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
   104     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
   105 
   105 
   106     message(Remove "contains(MOBILITY, serviceframework)" after the QtSF refactorig is done!)
       
   107         
       
   108     !contains(MOBILITY, serviceframework):qtplugins.sources += resource/$${TARGET}.manifest
       
   109     contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
   106     contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
   110     
   107     
   111     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
   108     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
   112 }
   109 }
   113 
   110