diff options
-rwxr-xr-x | qtinterface/tmoc.cmake | 2 |
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}" |