diff -r 5dc02b23752f -r 3e2da88830cd mkspecs/features/moc.prf --- a/mkspecs/features/moc.prf Tue Jul 06 15:10:48 2010 +0300 +++ b/mkspecs/features/moc.prf Wed Aug 18 10:37:55 2010 +0300 @@ -14,13 +14,13 @@ WIN_INCLUDETEMP=$$INCLUDETEMP - EOC = $$escape_expand(\n\t) + EOC = $$escape_expand(\\n\\t) if(contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "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(\\)$$escape_expand(\n\t) + if(win32-msvc2*|wince*msvc*): EOC = $$escape_expand(\\r\\h) + else: EOC = $$escape_expand(\\\\\\n\\t) } unset(INCFILELIST)