shift-shell/containments/taskpanel/CMakeLists.txt
Devin Lin 22b095e340 gestures: Set kwin touch area to be gesture guide area height
Use a heuristic (the height of the gesture guide panel) to set the
gesture trigger area.
2025-12-25 22:27:44 -05:00

23 lines
753 B
CMake

# SPDX-FileCopyrightText: 2015-2016 Marco Martin <mart@kde.org>
# SPDX-FileCopyrightText: 2021 Aleix Pol <apol@kde.org>
# SPDX-FileCopyrightText: 2021 Nicolas Fella <nicolas.fella@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
plasma_add_applet(org.kde.plasma.mobile.taskpanel
QML_SOURCES
qml/main.qml
qml/NavigationPanelComponent.qml
qml/GesturePanelComponent.qml
CPP_SOURCES
taskpanel.cpp
)
target_link_libraries(org.kde.plasma.mobile.taskpanel PRIVATE
Qt::Gui
Qt::DBus
Qt::Qml
Qt::Quick
Qt::Sensors
Plasma::Plasma
KF6::Screen
)