mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/easingcurve: add EasingCurve type
This commit is contained in:
parent
dd811ac423
commit
8e25c1cee0
5 changed files with 76 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ qt_add_library(quickshell-core STATIC
|
|||
qsintercept.cpp
|
||||
incubator.cpp
|
||||
lazyloader.cpp
|
||||
easingcurve.cpp
|
||||
)
|
||||
|
||||
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue