Import Projects: Mention more integrated project managers

As Qbs and Meson are supported by Creator, there is
no need to use a Generic Project for them.

Task-number: QTCREATORBUG-25282
Change-Id: I8bca0f6c990d5dc80ef67e4a38c32ad2b49c76df
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Andre Hartmann
2021-01-27 07:32:10 +01:00
committed by André Hartmann
parent 416461c8a1
commit cbac6e6d2f
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ GenericProjectWizard::GenericProjectWizard()
setIcon(ProjectExplorer::Icons::WIZARD_IMPORT_AS_PROJECT.icon()); setIcon(ProjectExplorer::Icons::WIZARD_IMPORT_AS_PROJECT.icon());
setDisplayName(tr("Import Existing Project")); setDisplayName(tr("Import Existing Project"));
setId("Z.Makefile"); 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.") "This allows you to use %1 as a code editor.")
.arg(Core::Constants::IDE_DISPLAY_NAME)); .arg(Core::Constants::IDE_DISPLAY_NAME));
setCategory(QLatin1String(ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY)); setCategory(QLatin1String(ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY));

View File

@@ -172,7 +172,7 @@ SimpleProjectWizard::SimpleProjectWizard()
setIcon(QIcon(QLatin1String(":/projectexplorer/images/importasproject.png"))); setIcon(QIcon(QLatin1String(":/projectexplorer/images/importasproject.png")));
setDisplayName(tr("Import as qmake or cmake Project (Limited Functionality)")); setDisplayName(tr("Import as qmake or cmake Project (Limited Functionality)"));
setId("Z.DummyProFile"); setId("Z.DummyProFile");
setDescription(tr("Imports existing projects that do not use qmake, CMake or Autotools.<p>" setDescription(tr("Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools.<p>"
"This creates a project file that allows you to use %1 as a code editor " "This creates a project file that allows you to use %1 as a code editor "
"and as a launcher for debugging and analyzing tools. " "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.") "If you want to build the project, you might need to edit the generated project file.")