forked from qt-creator/qt-creator
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:
@@ -18,7 +18,7 @@ add_qtc_plugin(CMakeProjectManager
|
|||||||
cmakeformatter.cpp cmakeformatter.h
|
cmakeformatter.cpp cmakeformatter.h
|
||||||
cmakeindenter.cpp cmakeindenter.h
|
cmakeindenter.cpp cmakeindenter.h
|
||||||
cmakeinstallstep.cpp cmakeinstallstep.h
|
cmakeinstallstep.cpp cmakeinstallstep.h
|
||||||
cmakekitinformation.cpp cmakekitinformation.h
|
cmakekitaspect.cpp cmakekitaspect.h
|
||||||
cmakelocatorfilter.cpp cmakelocatorfilter.h
|
cmakelocatorfilter.cpp cmakelocatorfilter.h
|
||||||
cmakeparser.cpp cmakeparser.h
|
cmakeparser.cpp cmakeparser.h
|
||||||
cmakeprocess.cpp cmakeprocess.h
|
cmakeprocess.cpp cmakeprocess.h
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "cmakebuildconfiguration.h"
|
#include "cmakebuildconfiguration.h"
|
||||||
#include "cmakebuildsystem.h"
|
#include "cmakebuildsystem.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmaketoolmanager.h"
|
#include "cmaketoolmanager.h"
|
||||||
|
|
||||||
#include <projectexplorer/kitaspects.h>
|
#include <projectexplorer/kitaspects.h>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "cmakeabstractprocessstep.h"
|
#include "cmakeabstractprocessstep.h"
|
||||||
|
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
#include "cmaketool.h"
|
#include "cmaketool.h"
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#include "cmakebuildstep.h"
|
#include "cmakebuildstep.h"
|
||||||
#include "cmakebuildsystem.h"
|
#include "cmakebuildsystem.h"
|
||||||
#include "cmakeconfigitem.h"
|
#include "cmakeconfigitem.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "cmakebuildconfiguration.h"
|
#include "cmakebuildconfiguration.h"
|
||||||
#include "cmakebuildsystem.h"
|
#include "cmakebuildsystem.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeparser.h"
|
#include "cmakeparser.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
#include "cmakebuildconfiguration.h"
|
#include "cmakebuildconfiguration.h"
|
||||||
#include "cmakebuildstep.h"
|
#include "cmakebuildstep.h"
|
||||||
#include "cmakebuildtarget.h"
|
#include "cmakebuildtarget.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "cmakefilecompletionassist.h"
|
#include "cmakefilecompletionassist.h"
|
||||||
|
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmaketool.h"
|
#include "cmaketool.h"
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "cmakeabstractprocessstep.h"
|
#include "cmakeabstractprocessstep.h"
|
||||||
#include "cmakebuildsystem.h"
|
#include "cmakebuildsystem.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeparser.h"
|
#include "cmakeparser.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2016 Canonical Ltd.
|
// Copyright (C) 2016 Canonical Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// 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 "cmakeconfigitem.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
|
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectimporter.h"
|
#include "cmakeprojectimporter.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#include "cmakeprojectimporter.h"
|
#include "cmakeprojectimporter.h"
|
||||||
|
|
||||||
#include "cmakebuildconfiguration.h"
|
#include "cmakebuildconfiguration.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#include "cmakeprojectmanager.h"
|
#include "cmakeprojectmanager.h"
|
||||||
|
|
||||||
#include "cmakebuildsystem.h"
|
#include "cmakebuildsystem.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
#include "cmakeprojectmanagertr.h"
|
#include "cmakeprojectmanagertr.h"
|
||||||
|
@@ -36,8 +36,8 @@ QtcPlugin {
|
|||||||
"cmakeformatter.h",
|
"cmakeformatter.h",
|
||||||
"cmakeinstallstep.cpp",
|
"cmakeinstallstep.cpp",
|
||||||
"cmakeinstallstep.h",
|
"cmakeinstallstep.h",
|
||||||
"cmakekitinformation.h",
|
"cmakekitaspect.h",
|
||||||
"cmakekitinformation.cpp",
|
"cmakekitaspect.cpp",
|
||||||
"cmakelocatorfilter.cpp",
|
"cmakelocatorfilter.cpp",
|
||||||
"cmakelocatorfilter.h",
|
"cmakelocatorfilter.h",
|
||||||
"cmakeparser.cpp",
|
"cmakeparser.cpp",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#include "cmakeeditor.h"
|
#include "cmakeeditor.h"
|
||||||
#include "cmakeformatter.h"
|
#include "cmakeformatter.h"
|
||||||
#include "cmakeinstallstep.h"
|
#include "cmakeinstallstep.h"
|
||||||
#include "cmakekitinformation.h"
|
#include "cmakekitaspect.h"
|
||||||
#include "cmakelocatorfilter.h"
|
#include "cmakelocatorfilter.h"
|
||||||
#include "cmakeproject.h"
|
#include "cmakeproject.h"
|
||||||
#include "cmakeprojectconstants.h"
|
#include "cmakeprojectconstants.h"
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
#include "mculegacyconstants.h"
|
#include "mculegacyconstants.h"
|
||||||
#include "mcusupportconstants.h"
|
#include "mcusupportconstants.h"
|
||||||
|
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
|
|
||||||
#include <projectexplorer/abstractprocessstep.h>
|
#include <projectexplorer/abstractprocessstep.h>
|
||||||
#include <projectexplorer/buildsteplist.h>
|
#include <projectexplorer/buildsteplist.h>
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#include "mcukitaspect.h"
|
#include "mcukitaspect.h"
|
||||||
#include "mcusupporttr.h"
|
#include "mcusupporttr.h"
|
||||||
|
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
|
|
||||||
#include <utils/algorithm.h>
|
#include <utils/algorithm.h>
|
||||||
#include <utils/filepath.h>
|
#include <utils/filepath.h>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#include "mcusupporttr.h"
|
#include "mcusupporttr.h"
|
||||||
#include "mcutarget.h"
|
#include "mcutarget.h"
|
||||||
|
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
#include <cmakeprojectmanager/cmaketoolmanager.h>
|
#include <cmakeprojectmanager/cmaketoolmanager.h>
|
||||||
|
|
||||||
#include <debugger/debuggeritem.h>
|
#include <debugger/debuggeritem.h>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#include "mcutarget.h"
|
#include "mcutarget.h"
|
||||||
#include "settingshandler.h"
|
#include "settingshandler.h"
|
||||||
|
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
#include <cmakeprojectmanager/cmaketoolmanager.h>
|
#include <cmakeprojectmanager/cmaketoolmanager.h>
|
||||||
#include <coreplugin/helpmanager.h>
|
#include <coreplugin/helpmanager.h>
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#include <projectexplorer/projectexplorerconstants.h>
|
#include <projectexplorer/projectexplorerconstants.h>
|
||||||
#include <projectexplorer/target.h>
|
#include <projectexplorer/target.h>
|
||||||
|
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
#include <cmakeprojectmanager/cmaketool.h>
|
#include <cmakeprojectmanager/cmaketool.h>
|
||||||
|
|
||||||
#include <utils/aspects.h>
|
#include <utils/aspects.h>
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include <baremetal/baremetalconstants.h>
|
#include <baremetal/baremetalconstants.h>
|
||||||
#include <cmakeprojectmanager/cmakeconfigitem.h>
|
#include <cmakeprojectmanager/cmakeconfigitem.h>
|
||||||
#include <cmakeprojectmanager/cmakekitinformation.h>
|
#include <cmakeprojectmanager/cmakekitaspect.h>
|
||||||
#include <gmock/gmock-actions.h>
|
#include <gmock/gmock-actions.h>
|
||||||
#include <gmock/gmock.h>
|
#include <gmock/gmock.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user