diff --git a/src/plugins/projectexplorer/buildsteplist.cpp b/src/plugins/projectexplorer/buildsteplist.cpp index d5979a97a6e..c8a80d976c6 100644 --- a/src/plugins/projectexplorer/buildsteplist.cpp +++ b/src/plugins/projectexplorer/buildsteplist.cpp @@ -130,7 +130,7 @@ bool BuildStepList::fromMap(const QVariantMap &map) } } } - QTC_CHECK(handled); + QTC_ASSERT(handled, qDebug() << "No factory for build step" << stepId.toString() << "found."); } return true; }