Add initial token theming.
This commit is contained in:
parent
3d37a7244b
commit
1f85954e98
34 changed files with 406 additions and 253 deletions
|
@ -25,8 +25,13 @@ list(APPEND LIB_INCLUDES
|
|||
widgets/BoxGeometry.cpp
|
||||
widgets/WidgetState.h
|
||||
widgets/WidgetState.cpp
|
||||
style/Theme.h
|
||||
style/Theme.cpp
|
||||
style/ThemeManager.h
|
||||
style/ThemeManager.cpp
|
||||
style/ITheme.h
|
||||
style/LightTheme.h
|
||||
style/LightTheme.cpp
|
||||
style/ColorPalette.h
|
||||
style/ColorPalette.cpp
|
||||
)
|
||||
|
||||
add_library(${MODULE_NAME} SHARED ${LIB_INCLUDES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue