widgets: add IconImage widget

Docs currently cannot be generated due to lack of qml parsing support
in typegen.
This commit is contained in:
outfoxxed 2024-09-14 03:10:44 -07:00
parent accdc59a1c
commit abe0327e67
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 81 additions and 0 deletions

View file

@ -4,6 +4,7 @@ install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
add_subdirectory(core)
add_subdirectory(io)
add_subdirectory(widgets)
if (CRASH_REPORTER)
add_subdirectory(crash)