aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs
index 99fe635b277..92a55350c15 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.qbs
@@ -20,6 +20,8 @@ QtcPlugin {
files: [
"builddirmanager.cpp",
"builddirmanager.h",
+ "builddirreader.cpp",
+ "builddirreader.h",
"cmake_global.h",
"cmakebuildconfiguration.cpp",
"cmakebuildconfiguration.h",
@@ -34,8 +36,6 @@ QtcPlugin {
"cmakeconfigitem.h",
"cmakeeditor.cpp",
"cmakeeditor.h",
- "cmakefile.cpp",
- "cmakefile.h",
"cmakefilecompletionassist.cpp",
"cmakefilecompletionassist.h",
"cmakekitconfigwidget.h",
@@ -73,6 +73,8 @@ QtcPlugin {
"configmodel.cpp",
"configmodel.h",
"configmodelitemdelegate.cpp",
- "configmodelitemdelegate.h"
+ "configmodelitemdelegate.h",
+ "tealeafreader.cpp",
+ "tealeafreader.h"
]
}