summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-09-10 11:26:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-11 15:52:51 +0200
commitfa7f446f8f9eb06546de6b8e80b0e1613c75b8cf (patch)
treecbdb908c27eb2d3c5168c85597a7e0bf417ff7a0 /tools/configure/tools.h
parente952f233e6ac9212a9c9d857ce897f5a9676812c (diff)
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 <sergio.ahumada@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Diffstat (limited to 'tools/configure/tools.h')
-rw-r--r--tools/configure/tools.h2
1 files changed, 1 insertions, 1 deletions
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<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo,
- const QString &path);
+ const QString &path, const QString &sourcePath);
};
#endif // _TOOLS_H_