summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-23 21:11:11 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-13 18:55:48 +0000
commite2eab15e34181d81bac26613ab72c03240402bf8 (patch)
tree0d0586a38e001f05ef89398a44ed24803b434cf5 /configure
parent1510c19aff2496e3560312cbd9a1cd2853f90c24 (diff)
write HOST_QT_TOOLS to qmodule.pri instead of qhost.pri
its only consumer is qt_tool.prf, which is an internal api. Change-Id: Iae90b079c5af60efad2ded70d6ea481212e5353a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index ae7ca50e7c..9f1a3a0412 100755
--- a/configure
+++ b/configure
@@ -667,7 +667,6 @@ while [ "$#" -gt 0 ]; do
;;
external-hostbindir)
CFG_HOST_QT_TOOLS_PATH="$VAL"
- HostVar set HOST_QT_TOOLS "$VAL"
;;
bindir)
QT_INSTALL_BINS="$VAL"