mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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
13 lines
465 B
CMake
13 lines
465 B
CMake
# SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org>
|
|
# SPDX-FileCopyrightText: 2017-2021 Marco Martin <mart@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
add_subdirectory(hapticsplugin)
|
|
add_subdirectory(mmplugin)
|
|
add_subdirectory(mobileshell)
|
|
add_subdirectory(mobileshellstate)
|
|
add_subdirectory(quicksettingsplugin)
|
|
add_subdirectory(windowplugin)
|
|
add_subdirectory(shellsettingsplugin)
|
|
add_subdirectory(wallpaperimageplugin)
|
|
add_subdirectory(dpmsplugin)
|