From fa7f446f8f9eb06546de6b8e80b0e1613c75b8cf Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 10 Sep 2013 11:26:47 +0200 Subject: fix configure -commercial Commit 0aad3fc742a7aa15c21fe75e2b1b001f1f73468c broke "configure -commercial". The license check needs to know where Qt's source directory is. Change-Id: I5e53135b6b628eb5e413b2c2b3b8721dae02b503 Reviewed-by: Sergio Ahumada Reviewed-by: Kalle Viironen Reviewed-by: Iikka Eklund --- tools/configure/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure/tools.h') diff --git a/tools/configure/tools.h b/tools/configure/tools.h index e520e22371..888a5e07b5 100644 --- a/tools/configure/tools.h +++ b/tools/configure/tools.h @@ -51,7 +51,7 @@ class Tools { public: static void checkLicense(QMap &dictionary, QMap &licenseInfo, - const QString &path); + const QString &path, const QString &sourcePath); }; #endif // _TOOLS_H_ -- cgit v1.2.3