diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 959f80f93e1..3f35d0b34e2 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -2845,8 +2845,7 @@ static bool hasDeploySettings(Project *pro) { return Utils::anyOf(SessionManager::projectOrder(pro), [](Project *project) { return project->activeTarget() - && project->activeTarget()->activeDeployConfiguration() - && !project->activeTarget()->activeDeployConfiguration()->stepList()->isEmpty(); + && project->activeTarget()->activeDeployConfiguration(); }); }