core/desktopentry: add limited desktop entry api

This commit is contained in:
outfoxxed 2024-06-16 01:58:24 -07:00
parent ce5ddbf8ba
commit f655875547
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 520 additions and 0 deletions

View file

@ -28,6 +28,7 @@ qt_add_library(quickshell-core STATIC
boundcomponent.cpp
model.cpp
elapsedtimer.cpp
desktopentry.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")