equal
deleted
inserted
replaced
143 <target name="sf-build-smoketestpkg" depends="sf-getenv-tools"> |
143 <target name="sf-build-smoketestpkg" depends="sf-getenv-tools"> |
144 <echo message="INFO Building smoketest"/> |
144 <echo message="INFO Building smoketest"/> |
145 |
145 |
146 <!-- Have to replace qt.conf with the one in the smoketest package --> |
146 <!-- Have to replace qt.conf with the one in the smoketest package --> |
147 <copy file="${build.drive}/epoc32/tools/qt/qt.conf" tofile="${build.drive}/epoc32/tools/qt/qt.conf.temp" overwrite="true" /> |
147 <copy file="${build.drive}/epoc32/tools/qt/qt.conf" tofile="${build.drive}/epoc32/tools/qt/qt.conf.temp" overwrite="true" /> |
148 <copy file="${build.drive}/smoketest/qt.conf.smoketest" tofile="${build.drive}/epoc32/tools/qt/qt.conf" overwrite="true" /> |
148 <copy file="${build.drive}/smoketest/qt/qt.conf.smoketest" tofile="${build.drive}/epoc32/tools/qt/qt.conf" overwrite="true" /> |
149 |
149 |
150 <fmpp sourceFile="${qt.qmake.ant.template}" outputFile="${temp.build.dir}/run-qmake-test.ant.xml"> |
150 <fmpp sourceFile="${qt.qmake.ant.template}" outputFile="${temp.build.dir}/run-qmake-test.ant.xml"> |
151 <data expandProperties="yes"> |
151 <data expandProperties="yes"> |
152 data: xml(${build.drive}/smoketest/package_definition.xml) |
152 data: xml(${build.drive}/smoketest/package_definition.xml) |
153 ant: antProperties() |
153 ant: antProperties() |