summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-01 16:39:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-02 14:26:34 +0000
commita3292031295a09e5e959141db78c2310e08562ae (patch)
treee6124ee72f95fbd578d6a3221af161a6cad6b367 /tools/configure/configureapp.h
parent8be1c3fae88c265fb3955e14c453ebf4b4e19275 (diff)
configure.exe: Add -verbose option.
Make it possible to inspect the output of the configure tests. Task-number: QTBUG-48525 Change-Id: If93d597679ae1b189dfdaa485852d34cad52593b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index de8d1a2469..78cc118a9d 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -93,6 +93,8 @@ public:
private:
bool checkAngleAvailability(QString *errorMessage = 0) const;
+ int verbose;
+
// Our variable dictionaries
QMap<QString,QString> dictionary;
QStringList allBuildParts;