summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/moc.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-14 12:28:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-19 19:54:44 +0200
commit4ac264117a178dc2fbee11aca4b58bc4073e737b (patch)
treee1b66fa0cd8c2cefcd015eab244e72e017c1c6d3 /mkspecs/features/moc.prf
parent33e0d5c9398491c70437e2a33df761a63ce6ddf1 (diff)
remove pointless conditionals+branches
the surrounding TEMPLATE == vc* scope already implies vcproj, as dsp is not supported any more. Change-Id: I68363aca62e21135f42572040ccc7b189dcf32c8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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: &#x0d;&#x0a;
- # 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)