diff options
author | crupest <crupest@outlook.com> | 2022-02-16 17:35:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 17:35:47 +0800 |
commit | ec2060983edd2b77ff90b2533404d77ea892a5d9 (patch) | |
tree | 1b86a4cd6a6b239ed8f529e2c501119901d24d76 /src/theme_builder/CMakeLists.txt | |
parent | da6f0bcfc6ec786cf14f67f100b4c50cf2325db4 (diff) | |
download | cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.tar.gz cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.tar.bz2 cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.zip |
...
Diffstat (limited to 'src/theme_builder/CMakeLists.txt')
-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 41c3808f..6b0242c7 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -3,6 +3,7 @@ add_executable(cru_theme_builder components/MainWindow.cpp components/StyleRuleEditor.cpp components/StyleRuleSetEditor.cpp + components/conditions/CheckedConditionEditor.cpp components/conditions/ClickStateConditionEditor.cpp components/conditions/ConditionEditor.cpp components/conditions/FocusConditionEditor.cpp |