summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-26 12:17:37 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-31 12:57:43 +0000
commitd56d2e0cb25e8190d58594eb1c397715c94416a1 (patch)
tree0bd94353f9179a936fe6f00f0752cc9318f6c3f4 /configure.pri
parent1a004bf550c93aa2ddeeaaf22c8bedbb1bad6a92 (diff)
don't redirect licheck's stderr
it uses it for interaction. Task-number: QTBUG-61017 Change-Id: I9edc0f9aa91793bc451fa78a8f6ad11d61e04b57 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pri b/configure.pri
index 115277e057..45692d6b5c 100644
--- a/configure.pri
+++ b/configure.pri
@@ -153,7 +153,7 @@ defineReplace(qtConfFunc_licenseCheck) {
$$system_quote($$eval(config.input.confirm-license)) \
$$system_quote($$QT_SOURCE_TREE) $$system_quote($$QT_BUILD_TREE) \
$$[QMAKE_SPEC] $$[QMAKE_XSPEC]", \
- LicheckOutput): \
+ LicheckOutput, false): \
return(false)
logn()
for (o, LicheckOutput) {