make .qmake.{super,cache,conf} find "anchored" features
these files function as "anchors" for mkspecs/ and features/ directories used by projects which load these files. ironically, these files didn't see these feature files themselves. Change-Id: I590855eb4a9d2c72b9abfcaa431d2f85a719c6e2 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
75aa1f0ce9
commit
4e30c5f706
@ -1171,6 +1171,8 @@ bool QMakeEvaluator::loadSpec()
|
||||
|
||||
{
|
||||
QMakeEvaluator evaluator(m_option, m_parser, m_handler);
|
||||
evaluator.m_sourceRoot = m_sourceRoot;
|
||||
evaluator.m_buildRoot = m_buildRoot;
|
||||
if (!m_superfile.isEmpty()) {
|
||||
valuesRef(ProKey("_QMAKE_SUPER_CACHE_")) << ProString(m_superfile);
|
||||
if (evaluator.evaluateFile(
|
||||
|
Loading…
Reference in New Issue
Block a user