shift-shell/components/dpmsplugin/CMakeLists.txt
Devin Lin 90e65ea031 lockscreen: Reset state when screen is off
Wipe a partially entered password, and the open state of the lockscreen when the screen is off.
Addresses https://invent.kde.org/plasma/plasma-mobile/-/issues/110
2024-07-03 18:06:24 +00:00

16 lines
407 B
CMake

# SPDX-FileCopyrightText: 2024 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
ecm_add_qml_module(dpmsplugin URI org.kde.plasma.private.mobileshell.dpmsplugin GENERATE_PLUGIN_SOURCE)
target_sources(dpmsplugin PRIVATE dpmsutil.cpp)
target_link_libraries(dpmsplugin PRIVATE
Qt::Qml
Qt::DBus
Qt::Gui
Qt::Quick
KF6::ScreenDpms
)
ecm_finalize_qml_module(dpmsplugin)