Remove backslash after dummymoc.

This commit is contained in:
Michael Hoffmann 2003-06-18 07:46:56 +00:00
parent 21fbce093b
commit 3fa1de43e1
1 changed files with 1 additions and 1 deletions

View File

@ -5267,7 +5267,7 @@ write_compiler_flags()
print_as_shell_comment \
"*** We fake QT_MOC to let the testsuite pass ***" \
>> ${FILE}
${_printf} "%s\\\\\n\n" "QT_MOC = echo dummymoc" >> ${FILE}
${_printf} "%s\n\n" "QT_MOC = echo dummymoc" >> ${FILE}
fi
#