summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-24 18:41:57 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-13 18:56:28 +0000
commit8861b82f9ef59fa871adc86552012cd90eee6e09 (patch)
tree3f76c577e7658b0e4a1b705a96d6c68da6ccc353 /tools/configure/configureapp.h
parentb6b44b368c6fc2df168195eaee57a2f925a29646 (diff)
move qdevice.pri creation to qmake-based configure system
Change-Id: I06540c3b6d98303bd9a218feedfb529993477ed6 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index 32ba7d3444..596196c2a9 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -50,7 +50,6 @@ public:
void configure();
void generateHeaders();
- void generateQDevicePri();
bool isDone();
bool isOk();
@@ -69,19 +68,7 @@ private:
QString sourcePathMangled, buildPathMangled;
QDir sourceDir, buildDir;
- QString formatPath(const QString &path);
-
bool reloadCmdLine(int idx);
};
-class FileWriter : public QTextStream
-{
-public:
- FileWriter(const QString &name);
- bool flush();
-private:
- QString m_name;
- QBuffer m_buffer;
-};
-
QT_END_NAMESPACE