From 62e85cabce3745749c842c3039b7d461b003bcc1 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Mon, 17 Feb 2020 15:36:57 +0100 Subject: fix qt5-qmake/FUNCTIONS --- qt5-qmake/FUNCTIONS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt5-qmake') diff --git a/qt5-qmake/FUNCTIONS b/qt5-qmake/FUNCTIONS index 52ec5a9e8e..d33f65f9ac 100755 --- a/qt5-qmake/FUNCTIONS +++ b/qt5-qmake/FUNCTIONS @@ -1,3 +1,5 @@ default_build() { + PATH="$QT5DIR/bin:$PATH" && + QT5DIR=$INSTALL_ROOT/usr && qt5_build } -- cgit v1.2.3