diff options
author | crupest <crupest@outlook.com> | 2022-02-12 21:39:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-12 21:39:23 +0800 |
commit | 0f91e36d49cbdadedce96009954810bffd614359 (patch) | |
tree | a1ffbc1eb642d92a96309fd6dcd531bf268b55cf /src | |
parent | 947664150cf0ae96cbffffe431107ec28d85d9cc (diff) | |
download | cru-0f91e36d49cbdadedce96009954810bffd614359.tar.gz cru-0f91e36d49cbdadedce96009954810bffd614359.tar.bz2 cru-0f91e36d49cbdadedce96009954810bffd614359.zip |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/theme_builder/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme_builder/CMakeLists.txt b/src/theme_builder/CMakeLists.txt index 95619369..5c57f12b 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(cru_theme_builder components/StyleRuleSetEditor.cpp components/conditions/ConditionEditor.cpp components/properties/ColorPropertyEditor.cpp + components/properties/CornerRadiusPropertyEditor.cpp components/properties/PointPropertyEditor.cpp components/properties/TextPropertyEditor.cpp components/properties/ThicknessPropertyEditor.cpp |