diff options
Diffstat (limited to 'src/theme_builder/CMakeLists.txt')
-rw-r--r-- | src/theme_builder/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theme_builder/CMakeLists.txt b/src/theme_builder/CMakeLists.txt index 108281a1..95619369 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -4,7 +4,10 @@ add_executable(cru_theme_builder components/StyleRuleEditor.cpp components/StyleRuleSetEditor.cpp components/conditions/ConditionEditor.cpp + components/properties/ColorPropertyEditor.cpp + components/properties/PointPropertyEditor.cpp components/properties/TextPropertyEditor.cpp + components/properties/ThicknessPropertyEditor.cpp ) if(APPLE) |