forked from qt-creator/qt-creator
Restore success states after failed build
Fix up of 966f4ea6a9
Fixes: QTCREATORBUG-22211
Change-Id: Ia5648c0cf06fb7a12ec34c9683607f7c221965c3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -165,6 +165,7 @@ QMakeStepConfig QMakeStep::deducedArguments() const
|
||||
|
||||
bool QMakeStep::init()
|
||||
{
|
||||
m_wasSuccess = true;
|
||||
QmakeBuildConfiguration *qmakeBc = qmakeBuildConfiguration();
|
||||
const BaseQtVersion *qtVersion = QtKitInformation::qtVersion(target()->kit());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user