summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/moc.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/moc.prf')
-rw-r--r--mkspecs/features/moc.prf4
1 files changed, 1 insertions, 3 deletions
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)