Ensure inheritRefs is set to true
authorShabe Razvi <shaber@symbian.org>
Mon, 26 Apr 2010 14:57:26 +0100
changeset 1012 d059f7d92065
parent 1011 5eec172ee719
child 1013 f4a77e1d1446
Ensure inheritRefs is set to true
sf-platform/compile.ant.xml
--- a/sf-platform/compile.ant.xml	Mon Apr 26 13:17:00 2010 +0100
+++ b/sf-platform/compile.ant.xml	Mon Apr 26 14:57:26 2010 +0100
@@ -28,7 +28,7 @@
     <propertyregex property="sf.unpack.tools" override="true" input="${sf.spec.baseline.getenv_options}" regexp="-i tools" select="true" defaultValue="false" casesensitive="false"/>
 
     <!-- perform initial exports -->
-    <antcall target="sf-do-full-export">
+    <antcall target="sf-do-full-export" inheritAll="false" inheritRefs="true">
         <param name="sf.export.stage.name" value="full_export"/>
     </antcall>	  
 	
@@ -52,12 +52,12 @@
       </if>
       
 	  <!-- explicitly run qmake once, as iterative build will repeat the step  -->
-	  <antcall target="run-qmake">
+	  <antcall target="run-qmake" inheritAll="false" inheritRefs="true">
 	      <param name="qmake.enabled" value="true"/>
 	  </antcall>
 	  
 	  <!-- perform exports for bld.infs generated by qmake -->
-	  <antcall target="sf-do-full-export">
+	  <antcall target="sf-do-full-export" inheritAll="false" inheritRefs="true">
 	      <param name="sf.export.stage.name" value="post_qmake_export"/>
 	  </antcall>