From 4ac264117a178dc2fbee11aca4b58bc4073e737b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Sep 2012 12:28:06 +0200 Subject: 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 --- mkspecs/features/moc.prf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mkspecs/features/moc.prf') 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) -- cgit v1.2.3