diff -r f9ce957a272c -r cdae8c6c3876 homescreenapp/common.pri --- a/homescreenapp/common.pri Fri Mar 19 09:27:44 2010 +0200 +++ b/homescreenapp/common.pri Fri Apr 16 14:54:01 2010 +0300 @@ -103,7 +103,7 @@ 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}.s60xml z:$$qtplugins.path/$${TARGET}.xml" + 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)" }