CMake: Rename cmakekitinformation.{h,cpp} to cmakekitaspect.{h,cpp}

Follow up after renaming the contained classes.

Change-Id: I9393c367abdd4eac487e17676c98a357ff33c98c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2023-08-21 17:20:02 +02:00
parent 9b05fc8ada
commit 4e0c4b0f23
21 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ add_qtc_plugin(CMakeProjectManager
cmakeformatter.cpp cmakeformatter.h
cmakeindenter.cpp cmakeindenter.h
cmakeinstallstep.cpp cmakeinstallstep.h
cmakekitinformation.cpp cmakekitinformation.h
cmakekitaspect.cpp cmakekitaspect.h
cmakelocatorfilter.cpp cmakelocatorfilter.h
cmakeparser.cpp cmakeparser.h
cmakeprocess.cpp cmakeprocess.h

View File

@@ -5,7 +5,7 @@
#include "cmakebuildconfiguration.h"
#include "cmakebuildsystem.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmaketoolmanager.h"
#include <projectexplorer/kitaspects.h>

View File

@@ -3,7 +3,7 @@
#include "cmakeabstractprocessstep.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeprojectmanagertr.h"
#include "cmaketool.h"

View File

@@ -6,7 +6,7 @@
#include "cmakebuildstep.h"
#include "cmakebuildsystem.h"
#include "cmakeconfigitem.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -5,7 +5,7 @@
#include "cmakebuildconfiguration.h"
#include "cmakebuildsystem.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeparser.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"

View File

@@ -7,7 +7,7 @@
#include "cmakebuildconfiguration.h"
#include "cmakebuildstep.h"
#include "cmakebuildtarget.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -3,7 +3,7 @@
#include "cmakefilecompletionassist.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeprojectconstants.h"
#include "cmaketool.h"

View File

@@ -5,7 +5,7 @@
#include "cmakeabstractprocessstep.h"
#include "cmakebuildsystem.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeparser.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -1,7 +1,7 @@
// Copyright (C) 2016 Canonical Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeconfigitem.h"
#include "cmakeprojectconstants.h"

View File

@@ -3,7 +3,7 @@
#include "cmakeproject.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectimporter.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -4,7 +4,7 @@
#include "cmakeprojectimporter.h"
#include "cmakebuildconfiguration.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -4,7 +4,7 @@
#include "cmakeprojectmanager.h"
#include "cmakebuildsystem.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanagertr.h"

View File

@@ -36,8 +36,8 @@ QtcPlugin {
"cmakeformatter.h",
"cmakeinstallstep.cpp",
"cmakeinstallstep.h",
"cmakekitinformation.h",
"cmakekitinformation.cpp",
"cmakekitaspect.h",
"cmakekitaspect.cpp",
"cmakelocatorfilter.cpp",
"cmakelocatorfilter.h",
"cmakeparser.cpp",

View File

@@ -9,7 +9,7 @@
#include "cmakeeditor.h"
#include "cmakeformatter.h"
#include "cmakeinstallstep.h"
#include "cmakekitinformation.h"
#include "cmakekitaspect.h"
#include "cmakelocatorfilter.h"
#include "cmakeproject.h"
#include "cmakeprojectconstants.h"

View File

@@ -7,7 +7,7 @@
#include "mculegacyconstants.h"
#include "mcusupportconstants.h"
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <projectexplorer/abstractprocessstep.h>
#include <projectexplorer/buildsteplist.h>

View File

@@ -4,7 +4,7 @@
#include "mcukitaspect.h"
#include "mcusupporttr.h"
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <utils/algorithm.h>
#include <utils/filepath.h>

View File

@@ -14,7 +14,7 @@
#include "mcusupporttr.h"
#include "mcutarget.h"
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <cmakeprojectmanager/cmaketoolmanager.h>
#include <debugger/debuggeritem.h>

View File

@@ -14,7 +14,7 @@
#include "mcutarget.h"
#include "settingshandler.h"
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <cmakeprojectmanager/cmaketoolmanager.h>
#include <coreplugin/helpmanager.h>
#include <coreplugin/icore.h>

View File

@@ -11,7 +11,7 @@
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/target.h>
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <cmakeprojectmanager/cmaketool.h>
#include <utils/aspects.h>

View File

@@ -33,7 +33,7 @@
#include <baremetal/baremetalconstants.h>
#include <cmakeprojectmanager/cmakeconfigitem.h>
#include <cmakeprojectmanager/cmakekitinformation.h>
#include <cmakeprojectmanager/cmakekitaspect.h>
#include <gmock/gmock-actions.h>
#include <gmock/gmock.h>