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:
hjk
2023-05-15 12:42:08 +02:00
parent bc11440256
commit 318ac76339
6 changed files with 57 additions and 114 deletions

View File

@@ -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;
}