forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
@@ -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"
|
@@ -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"
|
||||||
|
@@ -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",
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user