ProFileOption => QMakeGlobals

more accurate class name

Change-Id: I4258b221727e79cc88d5f57dd1f6631ba0bba625
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-05-02 15:20:08 +02:00
parent d5eca5681d
commit 37b2f88e27
10 changed files with 84 additions and 85 deletions

View File

@@ -1973,7 +1973,7 @@ void Qt4ProFileNode::applyEvaluate(EvalResult evalResult, bool async)
// update TargetInformation
m_qt4targetInformation = targetInformation(m_readerExact);
m_resolvedMkspecPath = m_project->proFileOption()->qmakespec;
m_resolvedMkspecPath = m_project->qmakeGlobals()->qmakespec;
m_subProjectsNotToDeploy = subProjectsNotToDeploy;
setupInstallsList(m_readerExact);