diff options
author | crupest <crupest@outlook.com> | 2022-02-24 15:40:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-24 15:40:46 +0800 |
commit | d9a3b8c14b9ab1bc591ca7c373daaf7141d2d098 (patch) | |
tree | e80308c57f9c81441954161fbb5804565bb158ad /src/ui/CMakeLists.txt | |
parent | 9a3a9f487b24a7b1afff5e6f07e88096dc5755be (diff) | |
download | cru-d9a3b8c14b9ab1bc591ca7c373daaf7141d2d098.tar.gz cru-d9a3b8c14b9ab1bc591ca7c373daaf7141d2d098.tar.bz2 cru-d9a3b8c14b9ab1bc591ca7c373daaf7141d2d098.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 84f67407..2e3cd547 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -46,6 +46,7 @@ add_library(cru_ui SHARED mapper/style/HoverConditionMapper.cpp mapper/style/NoConditionMapper.cpp mapper/style/OrConditionMapper.cpp + mapper/style/PreferredSizeStylerMapper.cpp mapper/style/StyleRuleMapper.cpp mapper/style/StyleRuleSetMapper.cpp render/BorderRenderObject.cpp |