mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/270 Introduce a direct haptics API for now for shell usage, and port to it. Also remove the vibration intensity setting as that didn't do anything.
11 lines
397 B
CMake
11 lines
397 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)
|