From cbac6e6d2ff827ae53a9f1f92810b6c075232e5f Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Wed, 27 Jan 2021 07:32:10 +0100 Subject: [PATCH] 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 Reviewed-by: Christian Kandeler Reviewed-by: Leena Miettinen --- src/plugins/genericprojectmanager/genericprojectwizard.cpp | 2 +- src/plugins/projectexplorer/simpleprojectwizard.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.")