summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakeevaluator_p.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-16 13:11:49 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-20 10:16:32 +0000
commitf2b31fdb6bb357c0c5c97d4fabd2561da3ba2093 (patch)
treeb0e821b1cb3526a89213d07197f0273bcbc8769c /qmake/library/qmakeevaluator_p.h
parent29a929668b832a3fceda69a5c5f2d07b796a3fc8 (diff)
make QMAKE_DIR_SEP magic on writing
since ab0cc305, the spec will be replaced by an entirely new one during configuration, and so needs to update the path separator for $$shell_{path,quote}(). however, the latter didn't happen, as the spec reloading doesn't go through the "real" spec loading path. Change-Id: I45ab3156b8e040f683328ac46e48b09c2eb94ef7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake/library/qmakeevaluator_p.h')
-rw-r--r--qmake/library/qmakeevaluator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/library/qmakeevaluator_p.h b/qmake/library/qmakeevaluator_p.h
index f444e0d0be..42aaef70c3 100644
--- a/qmake/library/qmakeevaluator_p.h
+++ b/qmake/library/qmakeevaluator_p.h
@@ -78,6 +78,7 @@ struct QMakeStatics {
QString strhost_build;
ProKey strTEMPLATE;
ProKey strQMAKE_PLATFORM;
+ ProKey strQMAKE_DIR_SEP;
ProKey strQMAKESPEC;
#ifdef PROEVALUATOR_FULL
ProKey strREQUIRES;