core/boundcomponent: add BoundComponent

This commit is contained in:
outfoxxed 2024-05-01 02:14:32 -07:00
parent d64bf59bb0
commit 3c0456a3c0
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 385 additions and 0 deletions

View file

@ -25,6 +25,7 @@ qt_add_library(quickshell-core STATIC
iconimageprovider.cpp
imageprovider.cpp
transformwatcher.cpp
boundcomponent.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")