summaryrefslogtreecommitdiffstats
path: root/qt5-qmake/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2020-02-17 15:36:57 +0100
committerTreeve Jelbert2020-02-18 20:47:02 +0100
commit62e85cabce3745749c842c3039b7d461b003bcc1 (patch)
treee210ff4a7c35682a20cbb4efa0a7cb32522a42f7 /qt5-qmake/FUNCTIONS
parent558c17eed1085b71ed99b2d604df3987bc2d1ed7 (diff)
fix qt5-qmake/FUNCTIONS
Diffstat (limited to 'qt5-qmake/FUNCTIONS')
-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
}