CppTools: De-duplicate code for CppProjectUpdater

Centralize gathering the kit, toolchains and qt version.

Change-Id: I6bd586ac7925e2ee556fd119f1dab096cd500e41
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Nikolai Kosjar
2019-01-04 12:35:28 +01:00
parent 6b5b94d7ca
commit 4ce9ec5d63
13 changed files with 260 additions and 126 deletions

View File

@@ -102,7 +102,8 @@ HEADERS += \
cpptools_clangtidychecks.h \
cppmodelmanagerinterface.h \
cppbuiltinmodelmanagersupport.h \
headerpathfilter.h
headerpathfilter.h \
cppkitinfo.h
SOURCES += \
abstracteditorsupport.cpp \
@@ -189,7 +190,8 @@ SOURCES += \
cppprojectpartchooser.cpp \
wrappablelineedit.cpp \
cppbuiltinmodelmanagersupport.cpp \
headerpathfilter.cpp
headerpathfilter.cpp \
cppkitinfo.cpp
FORMS += \
clangdiagnosticconfigswidget.ui \