mirror of https://github.com/CGAL/cgal
Remove backslash after dummymoc.
This commit is contained in:
parent
21fbce093b
commit
3fa1de43e1
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue