aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/coreplugin.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/coreplugin.qbs')
-rw-r--r--src/plugins/coreplugin/coreplugin.qbs24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/coreplugin.qbs b/src/plugins/coreplugin/coreplugin.qbs
index 33cf4ff513..0e3773bfc7 100644
--- a/src/plugins/coreplugin/coreplugin.qbs
+++ b/src/plugins/coreplugin/coreplugin.qbs
@@ -285,6 +285,30 @@ QtcPlugin {
]
}
+ Group {
+ name: "ThemeEditor"
+ prefix: "themeeditor/"
+ files: [
+ "colorrole.cpp",
+ "colorrole.h",
+ "colorvariable.cpp",
+ "colorvariable.h",
+ "sectionedtablemodel.cpp",
+ "sectionedtablemodel.h",
+ "themecolors.cpp",
+ "themecolors.h",
+ "themecolorstableview.cpp",
+ "themecolorstableview.h",
+ "themeeditorwidget.cpp",
+ "themeeditorwidget.h",
+ "themeeditorwidget.ui",
+ "themesettingsitemdelegate.cpp",
+ "themesettingsitemdelegate.h",
+ "themesettingstablemodel.cpp",
+ "themesettingstablemodel.h",
+ ]
+ }
+
Export {
Depends { name: "Aggregation" }
Depends { name: "Utils" }