summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-20 10:34:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-20 12:38:32 +0200
commit6d9c545d2b83305c3c30a0e917e6c3a474dfe66a (patch)
tree54a003c6db32c85f80c5fbb46dbf9322855966e6 /tools/configure/configureapp.h
parent86f953a6d40666a3355e76b3ab2c8a2cf5452ec6 (diff)
parentb652bffea7a0a1bf209c21d9b73f509226f031bd (diff)
Merge "Merge branch 'buildsystem'" into refs/staging/master
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);