From 1a004bf550c93aa2ddeeaaf22c8bedbb1bad6a92 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 May 2017 12:12:47 +0200 Subject: quote the confirm-license argument of licheck it can be (and usually is) empty (if the option was not used), which would make it disappear from the command line. Change-Id: Ic682e92a0d20cf849fade8449ebd79a5aa424d21 Reviewed-by: Andy Shaw --- configure.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.pri b/configure.pri index be1b166080..115277e057 100644 --- a/configure.pri +++ b/configure.pri @@ -150,7 +150,7 @@ defineReplace(qtConfFunc_licenseCheck) { } !qtRunLoggedCommand("$$system_quote($$QT_SOURCE_TREE/bin/$$Licheck) \ - $$eval(config.input.confirm-license) \ + $$system_quote($$eval(config.input.confirm-license)) \ $$system_quote($$QT_SOURCE_TREE) $$system_quote($$QT_BUILD_TREE) \ $$[QMAKE_SPEC] $$[QMAKE_XSPEC]", \ LicheckOutput): \ -- cgit v1.2.3