♻️ Convert plugin to c++

This commit is contained in:
2026-03-01 10:59:13 +01:00
parent 67b64c67ee
commit 04823e1a7a
10 changed files with 791 additions and 0 deletions

9
CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(gitmoji VERSION 1.0.0)
find_package(Albert REQUIRED)
albert_plugin(
QT
Concurrent Widgets
)