From 8787bdc0f0519ea741a867bbb2ee93e2cd6a399d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 23:18:03 -0600 Subject: [PATCH] Fix downstream FTBFS on TQt3 --- qtinterface/tmoc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtinterface/tmoc.cmake b/qtinterface/tmoc.cmake index 087fbdb..8c7cfcc 100755 --- a/qtinterface/tmoc.cmake +++ b/qtinterface/tmoc.cmake @@ -12,7 +12,7 @@ if [ -f @BIN_INSTALL_DIR@/tqt-replace-stream ]; then out_file="$3" @BIN_INSTALL_DIR@/tqt-replace-stream "${input_file}" | \ @MOC_EXECUTABLE@ | \ - sed "/#include / i #undef QT_NO_COMPAT\n#include \"${input_file}\"" \ + sed "/#include / i #undef QT_NO_COMPAT\n#include \"${input_file}\"" \ > "${out_file}" fi else