diff --git a/ci/build_runtime_qt5.sh b/ci/build_runtime_qt5.sh index ec505c237..d907ae5b7 100755 --- a/ci/build_runtime_qt5.sh +++ b/ci/build_runtime_qt5.sh @@ -5,7 +5,7 @@ echo "Building runtime - QT5..." echo "################################################################################" echo -make clean cd $WORKSPACE/runtime +make clean PATH=/usr/local/python-$PYTHON_VERSION/bin:$PATH /bin/qmake-qt5 DEFINES+=PGADMIN4_USE_WEBKIT make all