summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2020-02-17 15:36:57 +0100
committerTreeve Jelbert2020-02-18 20:47:02 +0100
commit62e85cabce3745749c842c3039b7d461b003bcc1 (patch)
treee210ff4a7c35682a20cbb4efa0a7cb32522a42f7
parent558c17eed1085b71ed99b2d604df3987bc2d1ed7 (diff)
fix qt5-qmake/FUNCTIONS
-rw-r--r--ChangeLog1
-rwxr-xr-xqt5-qmake/FUNCTIONS2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index babe25359b..c32b5f6532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
2020-02-13 Treeve Jelbert <treeve@sourcemage.org>
* FUNCTIONS KDE5_FUNCTIONS: install kde5* to /usr
+ * qt5-qmake/FUNCTIONS: fix qt5dir
2020-02-12 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* utils/lsix: new spell, like ls but for images
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
}