[dependencies/tqtinterface] tmoc.cmake: remove CMAKE_INSTALL_PREFIX from path to tqt-replace-stream

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1215347 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
samelian 14 years ago
parent 63ecf86677
commit 5f414dd79b

@ -9,7 +9,7 @@ if [ -z "$1" ]; then
else
input_file="$1"
out_file="$3"
@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/tqt-replace-stream "${input_file}" | \
@BIN_INSTALL_DIR@/tqt-replace-stream "${input_file}" | \
@QT_MOC_EXECUTABLE@ | \
sed "/#include <qmetaobject.h>/ i #undef QT_NO_COMPAT\n#include \"${input_file}\"" \
> "${out_file}"

Loading…
Cancel
Save