Add missing KF5Auth dependency

Used in src/helpers/killer

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2022-03-29 15:26:31 +02:00 committed by Andreas Sturmlechner
parent 8e77cc497c
commit 2aaa9ed5c2

View file

@ -75,6 +75,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# required frameworks by Core
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Auth
Config
ConfigWidgets
CoreAddons