CppEditor: Move CppEditorOutline to CppTools

Change-Id: I75768f548f8f914e76fbdeaf3c318c207782fe1b
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-01-23 15:14:36 +01:00
parent 21e50b2fde
commit 93e82d731e
10 changed files with 20 additions and 24 deletions

View File

@@ -25,6 +25,7 @@ HEADERS += \
cppcompletionassistprocessor.h \
cppcompletionassistprovider.h \
cppcurrentdocumentfilter.h \
cppeditoroutline.h \
cppdoxygen.h \
cppfilesettingspage.h \
cppfindreferences.h \
@@ -88,6 +89,7 @@ SOURCES += \
cppcompletionassistprocessor.cpp \
cppcompletionassistprovider.cpp \
cppcurrentdocumentfilter.cpp \
cppeditoroutline.cpp \
cppdoxygen.cpp \
cppfilesettingspage.cpp \
cppfindreferences.cpp \