1diff --git a/gui/build.sh b/gui/build.sh
2index a858a81..ac43f52 100755
3--- a/gui/build.sh
4+++ b/gui/build.sh
5@@ -94,6 +94,8 @@ function buildQmake {
6 mkdir -p $QTBUILD
7 $QMAKE -early QMAKE_CC=$CC QMAKE_CXX=$CXX QMAKE_LINK=$CXX -o "$QTBUILD/Makefile" CONFIG+=release VENDOR_PATH="${VENDOR_PATH}" $PROJECT
8 #CONFIG=+force_debug_info CONFIG+=debug CONFIG+=debug_and_release
9+ sed -i 's|@qtbase@/libexec/qmlcachegen|@qtdeclarative@/libexec/qmlcachegen|g' $QTBUILD/Makefile
10+ sed -i 's|@qtbase@/bin/lrelease|@qttools@/bin/lrelease|g' $QTBUILD/Makefile
11 }
12
13 function renameOutput {