forked from qt-creator/qt-creator
QMakeProject: Use PagedSettings page for options
Also adapt to a few recent usage changes. Change-Id: I33f45fe7c2b8738280a7c81ddb9110cb8714c45a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -225,7 +225,7 @@ bool QMakeStep::init()
|
||||
}
|
||||
|
||||
// Check whether we need to run qmake
|
||||
if (m_forced || QmakeSettings::alwaysRunQmake()
|
||||
if (m_forced || settings().alwaysRunQmake()
|
||||
|| qmakeBc->compareToImportFrom(makeFile) != QmakeBuildConfiguration::MakefileMatches) {
|
||||
m_needToRunQMake = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user