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
|
|
|
|
|
|
2023-03-05 19:27:11 +00:00
|
|
|
add_library(org.kde.plasma.mobile.taskpanel MODULE taskpanel.cpp ${DBUS_SRCS})
|
2016-08-24 14:57:15 +00:00
|
|
|
|
2023-03-05 19:27:11 +00:00
|
|
|
target_link_libraries(org.kde.plasma.mobile.taskpanel
|
2021-01-30 16:23:02 +00:00
|
|
|
Qt::Gui
|
|
|
|
|
Qt::DBus
|
|
|
|
|
Qt::Qml
|
|
|
|
|
Qt::Quick
|
2023-11-23 22:42:47 +00:00
|
|
|
Plasma::Plasma
|
2016-08-24 14:57:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
2023-03-05 19:27:11 +00:00
|
|
|
install(TARGETS org.kde.plasma.mobile.taskpanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
|
2016-08-24 14:57:15 +00:00
|
|
|
|
2023-03-05 02:40:06 +00:00
|
|
|
plasma_install_package(package org.kde.plasma.mobile.taskpanel)
|
2015-06-11 22:35:46 +00:00
|
|
|
|