summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakeevaluator_p.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-10-11 15:48:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 21:01:27 +0200
commita9bad65b091d15b0446fa141e0a69ebb94b38b70 (patch)
tree873b11f07729ce96d378c4e6500847bf8f7bf46f /qmake/library/qmakeevaluator_p.h
parente1e2b2d8ca89bbd90afe3e884e95bc7372bd22d5 (diff)
qmake: Update internal mkspec on changes to QMAKESPEC
Allows the macx-xcode mkspec to be a wrapper around other mkspecs. Since QMAKESPEC can now be set in the spec, we have to ensure not to append to QMAKESPEC. Change-Id: Idf33ff38147f14c488f14b426c02d9a739fdaecf Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
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 c6cb60744f..dd0bdd4c7f 100644
--- a/qmake/library/qmakeevaluator_p.h
+++ b/qmake/library/qmakeevaluator_p.h
@@ -91,6 +91,7 @@ struct QMakeStatics {
QString strhost_build;
ProKey strTEMPLATE;
ProKey strQMAKE_PLATFORM;
+ ProKey strQMAKESPEC;
#ifdef PROEVALUATOR_FULL
ProKey strREQUIRES;
#endif