sysdeftools/sysdefdowngrade.xsl
branchHighFidelityModel
changeset 162 3820d463ff00
parent 151 84b123918d3f
child 319 b085ba15cdaa
--- a/sysdeftools/sysdefdowngrade.xsl	Wed Apr 14 11:27:36 2010 +0100
+++ b/sysdeftools/sysdefdowngrade.xsl	Thu Apr 15 16:16:50 2010 +0100
@@ -217,6 +217,11 @@
 			<xsl:with-param name="path" select="$path"/> 
 		</xsl:apply-templates>
 		<xsl:copy-of select="@filter|@root[not(contains($root,concat(' ',.,'=')))]|@version|@prebuilt|@priority"/>
+		<xsl:for-each select="@*[name()='qt:proFile' or name()='qt:qmakeArgs']">
+			<xsl:attribute name="{local-name()}">
+				<xsl:value-of select="."/>
+			</xsl:attribute>
+		</xsl:for-each>
 	</unit>
 </xsl:template>