diff options
| author | crupest <crupest@outlook.com> | 2022-02-16 17:30:49 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-02-16 17:30:49 +0800 |
| commit | da6f0bcfc6ec786cf14f67f100b4c50cf2325db4 (patch) | |
| tree | 8e9a2c5389ba9f352f5823c0eec525a04993f2b4 /src/theme_builder/CMakeLists.txt | |
| parent | 674e8af2e92074b71c77e656a54244ce2693460c (diff) | |
| download | cru-da6f0bcfc6ec786cf14f67f100b4c50cf2325db4.tar.gz cru-da6f0bcfc6ec786cf14f67f100b4c50cf2325db4.tar.bz2 cru-da6f0bcfc6ec786cf14f67f100b4c50cf2325db4.zip | |
...
Diffstat (limited to 'src/theme_builder/CMakeLists.txt')
| -rw-r--r-- | src/theme_builder/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theme_builder/CMakeLists.txt b/src/theme_builder/CMakeLists.txt index f4214935..41c3808f 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -5,6 +5,8 @@ add_executable(cru_theme_builder components/StyleRuleSetEditor.cpp components/conditions/ClickStateConditionEditor.cpp components/conditions/ConditionEditor.cpp + components/conditions/FocusConditionEditor.cpp + components/properties/CheckBoxPropertyEditor.cpp components/properties/ColorPropertyEditor.cpp components/properties/CornerRadiusPropertyEditor.cpp components/properties/PointPropertyEditor.cpp |
