summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-02-25 12:11:23 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-03-06 19:08:35 +0000
commit1480a9c22b330144e3655e0844ee3c586db54509 (patch)
treed998f1c8a44c394617f023519f68bf1aa42bb9c5 /tools
parent08f6af608a8269dfa7d3e2f58be45ee0df72b925 (diff)
write relative QT_INSTALL_CONFIGURATION also under windows
amends 5b27d02c35. Change-Id: I5c8679ed746b81ca5a7f33f32c39a74ee1e03d5a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 4c8adfaf30..015ba7e6a5 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -4088,7 +4088,7 @@ void Configure::generateQConfigCpp()
<< ";\n"
<< endl;
if ((platform() != WINDOWS) && (platform() != WINDOWS_CE) && (platform() != WINDOWS_RT))
- tmpStream << "#define QT_CONFIGURE_SETTINGS_PATH \"" << QDir::cleanPath(dictionary["QT_INSTALL_SETTINGS"]) << "\"" << endl;
+ tmpStream << "#define QT_CONFIGURE_SETTINGS_PATH \"" << dictionary["QT_REL_INSTALL_SETTINGS"] << "\"" << endl;
tmpStream << endl
<< "#ifdef QT_BUILD_QMAKE\n"