forked from qt-creator/qt-creator
Fix -spec parameter not used in profile evaluation nor code model
Task-number: QTCREATORBUG-4723 Change-Id: I845326bdc8726c27502c66c5aeaacb0d286c54c1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -1813,6 +1813,7 @@ void Qt4ProFileNode::applyEvaluate(EvalResult evalResult, bool async)
|
||||
|
||||
// update TargetInformation
|
||||
m_qt4targetInformation = targetInformation(m_readerExact);
|
||||
m_resolvedMkspecPath = m_project->proFileOption()->qmakespec;
|
||||
|
||||
setupInstallsList(m_readerExact);
|
||||
setupProjectVersion(m_readerExact);
|
||||
@@ -2141,6 +2142,11 @@ TargetInformation Qt4ProFileNode::targetInformation() const
|
||||
return m_qt4targetInformation;
|
||||
}
|
||||
|
||||
QString Qt4ProFileNode::resolvedMkspecPath() const
|
||||
{
|
||||
return m_resolvedMkspecPath;
|
||||
}
|
||||
|
||||
void Qt4ProFileNode::setupInstallsList(const QtSupport::ProFileReader *reader)
|
||||
{
|
||||
m_installsList.clear();
|
||||
|
||||
Reference in New Issue
Block a user