summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-03-28 16:00:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:39:50 +0200
commit78290e66c46483a96b033d991b06288bc891b7c2 (patch)
tree1bc85e5da379c45446263682195ee0a62264a6b2 /tools/configure/configureapp.h
parent17b6125bce3d127006cb2e48bb0a4b3be242f895 (diff)
clean up path normalization in configure.exe and QLibraryInfo
always use normalized path separators, except when running native commands or printing (note however that the qmake -query output will now be consistently normalized). Change-Id: I6ae920c3bc656cb517d1f4e4e5518cf79e002169 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index 5aac227c9e..6b9d9b7f52 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -157,9 +157,8 @@ private:
int descIndent;
int outputWidth;
- bool useUnixSeparators;
- QString fixSeparators(const QString &somePath, bool escape = false);
- QString escapeSeparators(const QString &somePath);
+ QString formatPath(const QString &path);
+ QString formatPaths(const QStringList &paths);
bool filesDiffer(const QString &file1, const QString &file2);
bool findFile(const QString &fileName);