diff --git a/src/plugins/genericprojectmanager/genericprojectwizard.cpp b/src/plugins/genericprojectmanager/genericprojectwizard.cpp index b6d1ac1036e..6fff20d13ec 100644 --- a/src/plugins/genericprojectmanager/genericprojectwizard.cpp +++ b/src/plugins/genericprojectmanager/genericprojectwizard.cpp @@ -116,7 +116,7 @@ GenericProjectWizard::GenericProjectWizard() setIcon(ProjectExplorer::Icons::WIZARD_IMPORT_AS_PROJECT.icon()); setDisplayName(tr("Import Existing Project")); setId("Z.Makefile"); - setDescription(tr("Imports existing projects that do not use qmake, CMake or Autotools. " + setDescription(tr("Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools. " "This allows you to use %1 as a code editor.") .arg(Core::Constants::IDE_DISPLAY_NAME)); setCategory(QLatin1String(ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY)); diff --git a/src/plugins/projectexplorer/simpleprojectwizard.cpp b/src/plugins/projectexplorer/simpleprojectwizard.cpp index 51dea77c11e..24ccd65a349 100644 --- a/src/plugins/projectexplorer/simpleprojectwizard.cpp +++ b/src/plugins/projectexplorer/simpleprojectwizard.cpp @@ -172,7 +172,7 @@ SimpleProjectWizard::SimpleProjectWizard() setIcon(QIcon(QLatin1String(":/projectexplorer/images/importasproject.png"))); setDisplayName(tr("Import as qmake or cmake Project (Limited Functionality)")); setId("Z.DummyProFile"); - setDescription(tr("Imports existing projects that do not use qmake, CMake or Autotools.

" + setDescription(tr("Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools.

" "This creates a project file that allows you to use %1 as a code editor " "and as a launcher for debugging and analyzing tools. " "If you want to build the project, you might need to edit the generated project file.")