From 8861b82f9ef59fa871adc86552012cd90eee6e09 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 24 Nov 2016 18:41:57 +0100 Subject: move qdevice.pri creation to qmake-based configure system Change-Id: I06540c3b6d98303bd9a218feedfb529993477ed6 Reviewed-by: Lars Knoll Reviewed-by: BogDan Vatra Reviewed-by: Jake Petroules --- tools/configure/configureapp.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tools/configure/configureapp.h') 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 -- cgit v1.2.3