summaryrefslogtreecommitdiffstats
path: root/rules/host-qt5.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-18 17:19:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-18 17:19:36 +0200
commitf25d209ea810ca5b5da9757c202fa4bcbfc0fd31 (patch)
treee7a576716c5f109f8bab7bebab3ff908945108c1 /rules/host-qt5.make
parent51c70cd768bf8d7cec887f93e7448860656e3fc4 (diff)
downloadptxdist-f25d209ea810ca5b5da9757c202fa4bcbfc0fd31.tar.gz
ptxdist-f25d209ea810ca5b5da9757c202fa4bcbfc0fd31.tar.xz
host-qt5: build qmake in parallel
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qt5.make')
-rw-r--r--rules/host-qt5.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/host-qt5.make b/rules/host-qt5.make
index 72f6955c7..ec865a516 100644
--- a/rules/host-qt5.make
+++ b/rules/host-qt5.make
@@ -19,6 +19,11 @@ HOST_QT5_BUILD_OOT := YES
# Prepare
# ----------------------------------------------------------------------------
+# to build qmake in parallel
+HOST_QT5_CONF_ENV := \
+ $(HOST_ENV) \
+ MAKEFLAGS="$(PARALLELMFLAGS)"
+
#
# autoconf
#