🐛 Include gitmojis in build

This commit is contained in:
2026-03-01 11:06:57 +01:00
parent 6a182a0025
commit 3a5ecc9ff2
3 changed files with 29 additions and 6 deletions

View File

@@ -4,6 +4,15 @@ project(gitmoji VERSION 1.0.0)
find_package(Albert REQUIRED)
albert_plugin(
INCLUDE
INTERFACE include
PRIVATE include/albert/plugin
QT
Concurrent Widgets
)
# Add the resource file manually
qt6_add_resources(RESOURCES src/gitmojis.qrc)
# Add resources to the target
target_sources(gitmoji PRIVATE ${RESOURCES})