summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-23 20:03:50 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-25 11:57:45 +0000
commit1967fc7f63b7b3884667f96507d159be1b23a825 (patch)
treefd3aa11bd0ca73d849371dfb464f06025806daaa /tools/configure/configureapp.h
parentd76a756b03840ef9339ecc30f16e8580c7f323ea (diff)
fix location of config.{opt,status} in top-level builds
write them to the top-level build dir, not the qtbase build dir. the old files will be still used for a smooth migration. Task-number: QTBUG-46974 Change-Id: I6eae678ffc7dfb921ecd9e9012e79e3b915ad3fa Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index 249080b288..da7d8885ce 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -75,6 +75,7 @@ private:
QTextStream outStream;
QString sourcePath, buildPath;
+ QString sourcePathMangled, buildPathMangled;
QDir sourceDir, buildDir;
QString confStrOffsets[2];