summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/tools.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index e2a6f3cc8a..c0626e1950 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -71,8 +71,9 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary,
const QString xQMakeSpec =
QDir::toNativeSeparators(dictionary.value("XQMAKESPEC"));
- QString command = QString("%1 %2 %3 %4 %5")
+ QString command = QString("%1 %2 %3 %4 %5 %6")
.arg(licenseChecker,
+ dictionary.value("LICENSE_CONFIRMED", "no"),
QDir::toNativeSeparators(sourcePath),
QDir::toNativeSeparators(buildPath),
qMakeSpec, xQMakeSpec);