homescreenapp/common.pri
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 51 4785f57bf3d4
--- a/homescreenapp/common.pri	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/common.pri	Mon May 03 12:24:59 2010 +0300
@@ -103,7 +103,12 @@
     message(Remove "contains(MOBILITY, serviceframework)" after the QtSF refactorig is done!)
         
     !contains(MOBILITY, serviceframework):qtplugins.sources += resource/$${TARGET}.manifest
-    contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
+    
+    hs_public_plugin {
+      contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:/private/20022F35/$${TARGET}.xml"
+    } else {
+      contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
+    }
     
     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
 }