CMake: Use new AbstractProcessStep convenience functions

This is actually a slight change in behavior insofar as
the summary now uses the same environment as the build
itself. This should not matter, or even be more correct.

Change-Id: I48e5be6cb7b97606f80f563ba399c4b6ff61c3bf
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-08-13 16:48:44 +02:00
parent 1d6779f185
commit e1d0b4cf48
2 changed files with 10 additions and 12 deletions

View File

@@ -96,7 +96,6 @@ private:
QMetaObject::Connection m_runTrigger;
QString m_ninjaProgressString;
QStringList m_buildTargets;
QString m_cmakeArguments;
QString m_toolArguments;