QmakeBuildSystem: Rename qmakekitinformation.{h,cpp}

... to qmakekitaspect.{h,cpp}

Change-Id: I1220bb3d6aa85c4b0854b522bebc40d6d05290bb
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-08-21 14:38:22 +02:00
parent b17c83b548
commit e3d2967f63
7 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ add_qtc_plugin(QmakeProjectManager
profilehoverhandler.cpp profilehoverhandler.h profilehoverhandler.cpp profilehoverhandler.h
qmakebuildconfiguration.cpp qmakebuildconfiguration.h qmakebuildconfiguration.cpp qmakebuildconfiguration.h
qmakebuildinfo.h qmakebuildinfo.h
qmakekitinformation.cpp qmakekitinformation.h qmakekitaspect.cpp qmakekitaspect.h
qmakemakestep.cpp qmakemakestep.h qmakemakestep.cpp qmakemakestep.h
qmakenodes.cpp qmakenodes.h qmakenodes.cpp qmakenodes.h
qmakenodetreebuilder.cpp qmakenodetreebuilder.h qmakenodetreebuilder.cpp qmakenodetreebuilder.h

View File

@@ -6,7 +6,7 @@
#include "makefileparse.h" #include "makefileparse.h"
#include "qmakebuildconfiguration.h" #include "qmakebuildconfiguration.h"
#include "qmakebuildinfo.h" #include "qmakebuildinfo.h"
#include "qmakekitinformation.h" #include "qmakekitaspect.h"
#include "qmakenodes.h" #include "qmakenodes.h"
#include "qmakeproject.h" #include "qmakeproject.h"
#include "qmakeprojectmanagerconstants.h" #include "qmakeprojectmanagerconstants.h"

View File

@@ -1,7 +1,7 @@
// Copyright (C) 2016 The Qt Company Ltd. // Copyright (C) 2016 The Qt Company 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 "qmakekitinformation.h" #include "qmakekitaspect.h"
#include "qmakeprojectmanagerconstants.h" #include "qmakeprojectmanagerconstants.h"
#include "qmakeprojectmanagertr.h" #include "qmakeprojectmanagertr.h"

View File

@@ -6,7 +6,7 @@
#include "makefileparse.h" #include "makefileparse.h"
#include "qmakebuildconfiguration.h" #include "qmakebuildconfiguration.h"
#include "qmakebuildinfo.h" #include "qmakebuildinfo.h"
#include "qmakekitinformation.h" #include "qmakekitaspect.h"
#include "qmakeproject.h" #include "qmakeproject.h"
#include "qmakeprojectmanagertr.h" #include "qmakeprojectmanagertr.h"
#include "qmakestep.h" #include "qmakestep.h"

View File

@@ -26,7 +26,7 @@ Project {
"profilehighlighter.cpp", "profilehighlighter.h", "profilehighlighter.cpp", "profilehighlighter.h",
"profilehoverhandler.cpp", "profilehoverhandler.h", "profilehoverhandler.cpp", "profilehoverhandler.h",
"qmakebuildinfo.h", "qmakebuildinfo.h",
"qmakekitinformation.cpp", "qmakekitinformation.h", "qmakekitaspect.cpp", "qmakekitaspect.h",
"qmakemakestep.cpp", "qmakemakestep.h", "qmakemakestep.cpp", "qmakemakestep.h",
"qmakeparser.cpp", "qmakeparser.h", "qmakeparser.cpp", "qmakeparser.h",
"qmakeparsernodes.cpp", "qmakeparsernodes.h", "qmakeparsernodes.cpp", "qmakeparsernodes.h",

View File

@@ -4,7 +4,7 @@
#include "qmakestep.h" #include "qmakestep.h"
#include "qmakebuildconfiguration.h" #include "qmakebuildconfiguration.h"
#include "qmakekitinformation.h" #include "qmakekitaspect.h"
#include "qmakenodes.h" #include "qmakenodes.h"
#include "qmakeparser.h" #include "qmakeparser.h"
#include "qmakeproject.h" #include "qmakeproject.h"