Set up crash handling

This commit is contained in:
Nicolas Fella
2024-08-08 00:44:36 +02:00
parent 067b55b06f
commit 573968242c
5 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
WindowSystem
XmlGui
StatusNotifierItem
Crash
)
find_package(X11 REQUIRED)