2021-12-23 16:02:41 +00:00
|
|
|
# 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
|
|
|
|
|
|
2025-06-26 00:13:02 +00:00
|
|
|
plasma_add_applet(org.kde.plasma.mobile.taskpanel
|
|
|
|
|
QML_SOURCES
|
|
|
|
|
qml/main.qml
|
|
|
|
|
qml/NavigationPanelComponent.qml
|
2025-12-17 00:55:50 +00:00
|
|
|
qml/GesturePanelComponent.qml
|
2025-06-26 00:13:02 +00:00
|
|
|
CPP_SOURCES
|
|
|
|
|
taskpanel.cpp
|
|
|
|
|
)
|
2016-08-24 14:57:15 +00:00
|
|
|
|
2025-06-26 00:13:02 +00:00
|
|
|
target_link_libraries(org.kde.plasma.mobile.taskpanel PRIVATE
|
2021-01-30 16:23:02 +00:00
|
|
|
Qt::Gui
|
|
|
|
|
Qt::DBus
|
|
|
|
|
Qt::Qml
|
|
|
|
|
Qt::Quick
|
2024-11-08 07:52:45 +00:00
|
|
|
Qt::Sensors
|
2023-11-23 22:42:47 +00:00
|
|
|
Plasma::Plasma
|
2024-11-08 07:52:45 +00:00
|
|
|
KF6::Screen
|
2025-06-26 00:13:02 +00:00
|
|
|
)
|