summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-18 18:17:49 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2016-12-08 12:40:53 +0000
commite2978d6097be2313e49c57ec14618033cbfa7414 (patch)
treeb9ccc2e78f1869ed0d94c6569649c7de1488719b /tools/configure/configureapp.h
parentf882d2f443a8950a2f784fa91b3ff10a645577f7 (diff)
move license check to qmake-based configure system
this also removes the need for passing pre-processed options via configure.cfg, so get rid of that. a somewhat unfortunate side effect is that the android-style-assets feature had to move back to the top level, as the licensing options depend on it. Started-by: Lars Knoll <lars.knoll@qt.io> Change-Id: Id4d1e0ba18b3e3104400293b8f0c7f2f65e68dea Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index c8d4d3df53..b007f3c487 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -54,14 +54,10 @@ public:
void generateQDevicePri();
void prepareConfigTests();
- bool showLicense(QString licenseFile);
- void readLicense();
-
bool isDone();
bool isOk();
int platform() const;
- QString platformName() const;
private:
int verbose;
@@ -86,8 +82,6 @@ private:
bool reloadCmdLine(int idx);
void saveCmdLine();
-
- void applySpecSpecifics();
};
class FileWriter : public QTextStream