summaryrefslogtreecommitdiffstats
path: root/qt5-qmake
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-xqt5-qmake/FUNCTIONS2
1 files changed, 2 insertions, 0 deletions
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
}