diff --git a/src/plugins/projectexplorer/jsonwizard/jsonsummarypage.cpp b/src/plugins/projectexplorer/jsonwizard/jsonsummarypage.cpp index a824a7353d7..482b95a9c7f 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonsummarypage.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonsummarypage.cpp @@ -296,6 +296,8 @@ void JsonSummaryPage::updateProjectData(FolderNode *node) updateFileList(); setStatusVisible(false); + if (wizardKind(m_wizard) != IWizardFactory::ProjectWizard) + return; if (node && !m_fileList.isEmpty()) { const FilePath parentFolder = node->directory(); const FilePath subProjectFolder = m_fileList.first().file.filePath().parentDir();