summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-18 11:24:42 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-18 11:24:42 +0000
commit5f414dd79b6099fe82209292cde1935e071cf88b (patch)
treead6fce3824809b2327d06ceaf43691d4fd61c81a
parent63ecf86677c45c85b877182262271ceb8b6447ae (diff)
downloadtqtinterface-5f414dd7.tar.gz
tqtinterface-5f414dd7.zip
[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
-rwxr-xr-xqtinterface/tmoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tmoc.cmake b/qtinterface/tmoc.cmake
index 7745e22..29cefaf 100755
--- a/qtinterface/tmoc.cmake
+++ b/qtinterface/tmoc.cmake
@@ -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}"