Start adding themed buttons.
This commit is contained in:
parent
dfbc87cb09
commit
942cc2539c
18 changed files with 781 additions and 173 deletions
|
@ -32,6 +32,12 @@ list(APPEND LIB_INCLUDES
|
|||
style/LightTheme.cpp
|
||||
style/ColorPalette.h
|
||||
style/ColorPalette.cpp
|
||||
style/FontTokens.h
|
||||
style/FontTokens.cpp
|
||||
style/ElevationTokens.h
|
||||
style/OpacityTokens.h
|
||||
IconNode.h
|
||||
IconNode.cpp
|
||||
)
|
||||
|
||||
add_library(${MODULE_NAME} SHARED ${LIB_INCLUDES})
|
||||
|
@ -43,7 +49,7 @@ target_include_directories(${MODULE_NAME} PUBLIC
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/ui_events
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/desktop_elements
|
||||
)
|
||||
target_link_libraries(${MODULE_NAME} PUBLIC core geometry graphics visual_elements image)
|
||||
target_link_libraries(${MODULE_NAME} PUBLIC core geometry graphics visual_elements image web)
|
||||
|
||||
set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER src/ui)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue