summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-17 15:05:47 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-17 16:42:14 (GMT)
commit5084d1694e62c3c704c83cc0f27afb6a39b20781 (patch)
treef48ef2352ccc07c6a719fc30ca87e0353bff927b /mkspecs/features/incredibuild_xge.prf
parent4dc56aa381d72335f8759da0bb8ca29897fce3a1 (diff)
downloadQt-5084d1694e62c3c704c83cc0f27afb6a39b20781.zip
Qt-5084d1694e62c3c704c83cc0f27afb6a39b20781.tar.gz
Qt-5084d1694e62c3c704c83cc0f27afb6a39b20781.tar.bz2
amend "purge msvc.net and msvc2002 makespecs"
- win32-msvc.net/qplatformdefs.h was included from msvc2003. inline it. - purge references to msvc.net from feature files Reviewed-by: mariusSO
Diffstat (limited to 'mkspecs/features/incredibuild_xge.prf')
-rw-r--r--mkspecs/features/incredibuild_xge.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/incredibuild_xge.prf b/mkspecs/features/incredibuild_xge.prf
index 2fce443..e241ca4 100644
--- a/mkspecs/features/incredibuild_xge.prf
+++ b/mkspecs/features/incredibuild_xge.prf
@@ -3,7 +3,7 @@ contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") {
# The VCPROJ generator will replace the \r\h with the coded \r\n: &#x0d;&#x0a;
# No other generator understands the \h
- win32-msvc.net|win32-msvc2*|wince*msvc*: EOC = \$\$escape_expand(\r\h)
+ win32-msvc2*|wince*msvc*: EOC = \$\$escape_expand(\r\h)
for(xge, INCREDIBUILD_XGE) {
eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands))