summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 23:18:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 23:18:03 -0600
commit8787bdc0f0519ea741a867bbb2ee93e2cd6a399d (patch)
tree0785c7a1dc1f086578b4f092cfb251bcce6c3959
parent3b3ad79f30303eb639ade3dffb4c4b22aae41fa4 (diff)
downloadtqtinterface-8787bdc0.tar.gz
tqtinterface-8787bdc0.zip
Fix downstream FTBFS on TQt3
-rwxr-xr-xqtinterface/tmoc.cmake2
1 files changed, 1 insertions, 1 deletions
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 <qmetaobject.h>/ i #undef QT_NO_COMPAT\n#include \"${input_file}\"" \
+ sed "/#include <ntqmetaobject.h>/ i #undef QT_NO_COMPAT\n#include \"${input_file}\"" \
> "${out_file}"
fi
else