forked from qt-creator/qt-creator
CppTools: Remove cpptools/cppprojects.[h|cpp]
Change-Id: Ida0e8552d371972c141cf561b28667f4428c6fff Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
#include <projectexplorer/headerpath.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <cpptools/projectpartbuilder.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/icontext.h>
|
||||
#include <qtsupport/baseqtversion.h>
|
||||
|
@@ -42,6 +42,7 @@
|
||||
#include <cpptools/baseeditordocumentprocessor.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/editordocumenthandle.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
|
||||
#include <texteditor/codeassist/functionhintproposal.h>
|
||||
#include <texteditor/codeassist/iassistprocessor.h>
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#ifndef CLANGCODEMODEL_INTERNAL_CLANGBACKENDIPCINTEGRATION_H
|
||||
#define CLANGCODEMODEL_INTERNAL_CLANGBACKENDIPCINTEGRATION_H
|
||||
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpart.h>
|
||||
|
||||
#include <clangbackendipc/connectionclient.h>
|
||||
#include <clangbackendipc/filecontainer.h>
|
||||
|
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <cplusplus/Token.h>
|
||||
#include <cpptools/cppcompletionassistprocessor.h>
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpart.h>
|
||||
|
||||
#include <texteditor/codeassist/assistinterface.h>
|
||||
#include <texteditor/codeassist/iassistprocessor.h>
|
||||
|
@@ -39,9 +39,9 @@
|
||||
#include <diagnosticcontainer.h>
|
||||
#include <sourcelocationcontainer.h>
|
||||
|
||||
#include <cpptools/compileroptionsbuilder.h>
|
||||
#include <cpptools/cppcodemodelsettings.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/cpptoolsbridge.h>
|
||||
#include <cpptools/cpptoolsreuse.h>
|
||||
#include <cpptools/cppworkingcopy.h>
|
||||
|
@@ -37,7 +37,10 @@
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/editordocumenthandle.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
|
||||
#include <texteditor/quickfix.h>
|
||||
|
||||
#include <projectexplorer/project.h>
|
||||
|
||||
#include <clangbackendipc/cmbregisterprojectsforeditormessage.h>
|
||||
|
@@ -35,8 +35,9 @@
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/idocument.h>
|
||||
#include <cpptools/baseeditordocumentparser.h>
|
||||
#include <cpptools/compileroptionsbuilder.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpart.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#ifndef CPPTOOLS_CLANGUTILS_H
|
||||
#define CPPTOOLS_CLANGUTILS_H
|
||||
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpart.h>
|
||||
|
||||
namespace ClangCodeModel {
|
||||
namespace Utils {
|
||||
|
@@ -42,6 +42,7 @@
|
||||
#include <cpptools/cpptoolsreuse.h>
|
||||
#include <cpptools/cpptoolstestcase.h>
|
||||
#include <cpptools/modelmanagertesthelper.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <texteditor/codeassist/assistinterface.h>
|
||||
#include <texteditor/codeassist/assistproposalitem.h>
|
||||
#include <texteditor/codeassist/completionassistprovider.h>
|
||||
|
@@ -57,6 +57,8 @@
|
||||
#include <qtsupport/qtkitinformation.h>
|
||||
#include <qtsupport/uicodemodelsupport.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <cpptools/projectpartbuilder.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "cppeditortestcase.h"
|
||||
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpartheaderpath.h>
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QList>
|
||||
|
@@ -40,6 +40,7 @@
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/cpptoolsreuse.h>
|
||||
#include <cpptools/cppworkingcopy.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
|
@@ -32,8 +32,8 @@
|
||||
#define BASEEDITORDOCUMENTPARSER_H
|
||||
|
||||
#include "cpptools_global.h"
|
||||
#include "cppprojects.h"
|
||||
#include "cppworkingcopy.h"
|
||||
#include "projectpart.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QMutex>
|
||||
|
@@ -33,7 +33,8 @@
|
||||
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectpart.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
#include <QFile>
|
||||
|
@@ -34,7 +34,8 @@
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include "cppmodelmanagersupport.h"
|
||||
#include "cppprojects.h"
|
||||
#include "projectpart.h"
|
||||
#include "projectpartheaderpath.h"
|
||||
|
||||
#include <cplusplus/cppmodelmanagerbase.h>
|
||||
|
||||
@@ -60,6 +61,7 @@ class CppEditorDocumentHandle;
|
||||
class CppIndexingSupport;
|
||||
class SymbolFinder;
|
||||
class WorkingCopy;
|
||||
class ProjectInfo;
|
||||
|
||||
namespace Internal {
|
||||
class CppSourceProcessor;
|
||||
|
@@ -35,6 +35,7 @@
|
||||
#include "cpptoolstestcase.h"
|
||||
#include "editordocumenthandle.h"
|
||||
#include "modelmanagertesthelper.h"
|
||||
#include "projectinfo.h"
|
||||
|
||||
#include <coreplugin/documentmanager.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
|
@@ -1,50 +0,0 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2015 The Qt Company Ltd.
|
||||
** Contact: http://www.qt.io/licensing
|
||||
**
|
||||
** This file is part of Qt Creator.
|
||||
**
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms and
|
||||
** conditions see http://www.qt.io/terms-conditions. For further information
|
||||
** use the contact form at http://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU Lesser General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
||||
** General Public License version 2.1 or version 3 as published by the Free
|
||||
** Software Foundation and appearing in the file LICENSE.LGPLv21 and
|
||||
** LICENSE.LGPLv3 included in the packaging of this file. Please review the
|
||||
** following information to ensure the GNU Lesser General Public License
|
||||
** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
|
||||
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||
**
|
||||
** In addition, as a special exception, The Qt Company gives you certain additional
|
||||
** rights. These rights are described in The Qt Company LGPL Exception
|
||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "cppprojects.h"
|
||||
|
||||
#include <projectexplorer/headerpath.h>
|
||||
#include <projectexplorer/kit.h>
|
||||
#include <projectexplorer/kitinformation.h>
|
||||
#include <projectexplorer/kitmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/target.h>
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QDir>
|
||||
#include <QSet>
|
||||
#include <QTextStream>
|
||||
|
||||
using namespace CppTools;
|
||||
using namespace ProjectExplorer;
|
||||
|
@@ -1,61 +0,0 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2015 The Qt Company Ltd.
|
||||
** Contact: http://www.qt.io/licensing
|
||||
**
|
||||
** This file is part of Qt Creator.
|
||||
**
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms and
|
||||
** conditions see http://www.qt.io/terms-conditions. For further information
|
||||
** use the contact form at http://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU Lesser General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
||||
** General Public License version 2.1 or version 3 as published by the Free
|
||||
** Software Foundation and appearing in the file LICENSE.LGPLv21 and
|
||||
** LICENSE.LGPLv3 included in the packaging of this file. Please review the
|
||||
** following information to ensure the GNU Lesser General Public License
|
||||
** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
|
||||
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||
**
|
||||
** In addition, as a special exception, The Qt Company gives you certain additional
|
||||
** rights. These rights are described in The Qt Company LGPL Exception
|
||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CPPPROJECTPART_H
|
||||
#define CPPPROJECTPART_H
|
||||
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include "cppprojectfile.h"
|
||||
#include "projectpartbuilder.h"
|
||||
#include "projectinfo.h"
|
||||
#include "projectpart.h"
|
||||
#include "compileroptionsbuilder.h"
|
||||
|
||||
#include <projectexplorer/toolchain.h>
|
||||
|
||||
#include <cplusplus/Token.h>
|
||||
|
||||
#include <QPointer>
|
||||
#include <QSet>
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace ProjectExplorer { class Project; }
|
||||
|
||||
namespace Utils { class FileName; }
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
|
||||
|
||||
} // namespace CppTools
|
||||
|
||||
#endif // CPPPROJECTPART_H
|
@@ -41,7 +41,6 @@ HEADERS += \
|
||||
cppmodelmanagersupportinternal.h \
|
||||
cpppointerdeclarationformatter.h \
|
||||
cppprojectfile.h \
|
||||
cppprojects.h \
|
||||
cppqtstyleindenter.h \
|
||||
cpprefactoringchanges.h \
|
||||
cppsemanticinfo.h \
|
||||
@@ -115,7 +114,6 @@ SOURCES += \
|
||||
cppmodelmanagersupportinternal.cpp \
|
||||
cpppointerdeclarationformatter.cpp \
|
||||
cppprojectfile.cpp \
|
||||
cppprojects.cpp \
|
||||
cppqtstyleindenter.cpp \
|
||||
cpprefactoringchanges.cpp \
|
||||
cppsemanticinfo.cpp \
|
||||
|
@@ -64,7 +64,6 @@ QtcPlugin {
|
||||
"cppmodelmanagersupportinternal.cpp", "cppmodelmanagersupportinternal.h",
|
||||
"cpppointerdeclarationformatter.cpp", "cpppointerdeclarationformatter.h",
|
||||
"cppprojectfile.cpp", "cppprojectfile.h",
|
||||
"cppprojects.cpp", "cppprojects.h",
|
||||
"cppqtstyleindenter.cpp", "cppqtstyleindenter.h",
|
||||
"cpprefactoringchanges.cpp", "cpprefactoringchanges.h",
|
||||
"cppsemanticinfo.cpp", "cppsemanticinfo.h",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "baseeditordocumentparser.h"
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cppprojects.h"
|
||||
#include "projectpart.h"
|
||||
#include "editordocumenthandle.h"
|
||||
|
||||
namespace CppTools {
|
||||
|
@@ -46,6 +46,7 @@
|
||||
#include "cpplocatordata.h"
|
||||
#include "cppincludesfilter.h"
|
||||
#include "cpptoolsbridge.h"
|
||||
#include "projectinfo.h"
|
||||
#include "cpptoolsbridgeqtcreatorimplementation.h"
|
||||
|
||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||
|
@@ -35,6 +35,7 @@
|
||||
#include "editordocumenthandle.h"
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cppworkingcopy.h"
|
||||
#include "projectinfo.h"
|
||||
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
|
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "cpptoolstestcase.h"
|
||||
#include "cppworkingcopy.h"
|
||||
#include "projectinfo.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@@ -39,6 +39,8 @@
|
||||
#include <coreplugin/icore.h>
|
||||
#include <cpptools/cpptoolsconstants.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <cpptools/projectpartbuilder.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <projectexplorer/abi.h>
|
||||
#include <projectexplorer/buildsteplist.h>
|
||||
|
@@ -36,6 +36,7 @@
|
||||
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/cpptoolstestcase.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QTest>
|
||||
|
@@ -47,6 +47,7 @@
|
||||
#include <coreplugin/messagemanager.h>
|
||||
#include <coreplugin/progressmanager/progressmanager.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/projectpartbuilder.h>
|
||||
#include <projectexplorer/buildenvironmentwidget.h>
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/buildtargetinfo.h>
|
||||
|
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "qbsnodes.h"
|
||||
|
||||
#include <cpptools/cppprojects.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
|
@@ -44,6 +44,7 @@
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/progressmanager/progressmanager.h>
|
||||
#include <cpptools/cppmodelmanager.h>
|
||||
#include <cpptools/projectinfo.h>
|
||||
#include <cpptools/projectpartheaderpath.h>
|
||||
#include <qmljs/qmljsmodelmanagerinterface.h>
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
|
@@ -31,7 +31,10 @@
|
||||
|
||||
#include "cpptodoitemsscanner.h"
|
||||
|
||||
#include <cpptools/projectinfo.h>
|
||||
|
||||
#include <projectexplorer/project.h>
|
||||
|
||||
#include <cplusplus/TranslationUnit.h>
|
||||
|
||||
#include <cctype>
|
||||
|
Reference in New Issue
Block a user