In sf/app/messaging, Correct base= to bldFile= in unit which specifies qt:proFile HighFidelityModel
authorWilliam Roberts <williamr@symbian.org>
Wed, 30 Jun 2010 15:16:10 +0100
branchHighFidelityModel
changeset 326 3eeb0dc69547
parent 325 3c86f8b235a6
child 328 5af341a5ba45
In sf/app/messaging, Correct base= to bldFile= in unit which specifies qt:proFile
symbian4/app/messaging/package_definition.xml
--- a/symbian4/app/messaging/package_definition.xml	Wed Jun 30 13:21:56 2010 +0100
+++ b/symbian4/app/messaging/package_definition.xml	Wed Jun 30 15:16:10 2010 +0100
@@ -43,7 +43,7 @@
    </component>
    <component id="msg_plat_build" name="Messaging Apps Platform APIs Build" class="api" filter="s60" introduced="^4">
 	<!-- break this up into the above units and replace their base attributes with bldFile, etc -->
-    <unit base="msg_plat" qt:proFile="msg_plat.pro" qt:qmakeArgs="-r"/>
+    <unit bldFile="msg_plat" qt:proFile="msg_plat.pro" qt:qmakeArgs="-r"/>
    </component>
   </collection>
   <collection id="msg_pub" name="Messaging Apps Public APIs" level="api">