aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptools.qbs
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2016-12-05 15:24:09 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2016-12-13 08:33:04 +0000
commit602ad72d42797b9d40c31f52d5937319a0d852d9 (patch)
treeb93aee897a4218be2ee404295d56e34e98a4b5f0 /src/plugins/cpptools/cpptools.qbs
parent95fa59dd6cef3967ac9a22c51eff0256c6004e98 (diff)
CppTools: Refactor ProjectPartBuilder
...and add some basic tests. Introduce the abstractions ProjectInterface and ToolChainInterface in order to break the dependency to the ProjectExplorer. Also, some simple logic can go there to simplify the (Base)ProjectPartBuilder. Change-Id: I6c50a1804ce62098b87109931eb171f5c2542937 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptools.qbs')
-rw-r--r--src/plugins/cpptools/cpptools.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptools.qbs b/src/plugins/cpptools/cpptools.qbs
index 565d43a1c3..0229c47a72 100644
--- a/src/plugins/cpptools/cpptools.qbs
+++ b/src/plugins/cpptools/cpptools.qbs
@@ -105,6 +105,8 @@ Project {
"symbolsfindfilter.cpp", "symbolsfindfilter.h",
"typehierarchybuilder.cpp", "typehierarchybuilder.h",
"cppprojectfilecategorizer.cpp", "cppprojectfilecategorizer.h",
+ "cppprojectinterface.h",
+ "cppbaseprojectpartbuilder.cpp", "cppbaseprojectpartbuilder.h",
]
Group {