summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mkspecs/features/incredibuild_xge.prf5
-rw-r--r--mkspecs/features/moc.prf4
2 files changed, 2 insertions, 7 deletions
diff --git a/mkspecs/features/incredibuild_xge.prf b/mkspecs/features/incredibuild_xge.prf
index 028f39d7b6..b43ecf2809 100644
--- a/mkspecs/features/incredibuild_xge.prf
+++ b/mkspecs/features/incredibuild_xge.prf
@@ -1,9 +1,6 @@
contains(TEMPLATE, "vc.*") {
- EOC = $$escape_expand(\\n\\t)
-
# The VCPROJ generator will replace the \r\h with the coded \r\n: 

- # No other generator understands the \h
- win32-msvc2*|wince*msvc*: EOC = $$escape_expand(\\r\\h)
+ EOC = $$escape_expand(\\r\\h)
for(xge, INCREDIBUILD_XGE) {
$${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$shell_path($${xge}.output) $$EOC $$eval($${xge}.commands)
diff --git a/mkspecs/features/moc.prf b/mkspecs/features/moc.prf
index cf19c6596c..250f57a265 100644
--- a/mkspecs/features/moc.prf
+++ b/mkspecs/features/moc.prf
@@ -18,9 +18,7 @@ win32:count($$list($$INCLUDEPATH), 40, >) {
contains(TEMPLATE, "vc.*") {
# the VCPROJ generator will replace the \r\h with the coded \r\n: 

- # No other generator understands the \h
- if(win32-msvc2*|wince*msvc*): EOC = $$escape_expand(\\r\\h)
- else: EOC = $$escape_expand(\\\\\\n\\t)
+ EOC = $$escape_expand(\\r\\h)
}
unset(INCFILELIST)