mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Having the KCMs that are mobile specific here makes more sense than in the settings application. Historically plasma-settings had a faster release cycle than Plasma, but the application is now moving to the Plasma release schedule and so it makes sense do this now.
9 lines
280 B
CMake
9 lines
280 B
CMake
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
add_subdirectory(mobileshell)
|
|
add_subdirectory(cellularnetwork)
|
|
add_subdirectory(info)
|
|
add_subdirectory(powermanagement)
|
|
add_subdirectory(time)
|
|
add_subdirectory(virtualkeyboard)
|