diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/resources/resources.pri --- a/src/hbcore/resources/resources.pri Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/resources/resources.pri Mon Oct 18 18:23:13 2010 +0300 @@ -28,9 +28,9 @@ symbian { RESOURCES += $$PWD/hbvariant_s60.qrc - BLD_INF_RULES.prj_exports += "resources/displaydefinition_hw.xml $${EPOCROOT}epoc32/data/z/resource/displaydefinition.xml" - BLD_INF_RULES.prj_exports += "resources/displaydefinition.xml $${EPOCROOT}epoc32/release/winscw/udeb/z/resource/displaydefinition.xml" - BLD_INF_RULES.prj_exports += "resources/displaydefinition.xml $${EPOCROOT}epoc32/release/winscw/urel/z/resource/displaydefinition.xml" + hbPrjExport("resources/displaydefinition_hw.xml", "$${EPOCROOT}epoc32/data/z/resource/displaydefinition.xml") + hbPrjExport("resources/displaydefinition.xml", "$${EPOCROOT}epoc32/release/winscw/udeb/z/resource/displaydefinition.xml") + hbPrjExport("resources/displaydefinition.xml", "$${EPOCROOT}epoc32/release/winscw/urel/z/resource/displaydefinition.xml") } else { RESOURCES += $$PWD/hbvariant_default.qrc }