shift-shell/kded/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
482 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
2023-03-01 20:58:56 +00:00
kcoreaddons_add_plugin(kded_plasma_mobile_start INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded")
2023-03-01 20:58:56 +00:00
target_sources(kded_plasma_mobile_start PRIVATE
startdaemon.cpp
settings.cpp
config.h
utils.h
)
2023-03-01 20:58:56 +00:00
target_link_libraries(kded_plasma_mobile_start PRIVATE
Qt::Core
2023-03-02 07:19:14 +00:00
KF6::DBusAddons
KF6::ConfigWidgets
KF6::KIOGui
KF6::Notifications
KF6::Package
)