shift-shell/containments/taskpanel/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
720 B
Text
Raw Normal View History

# 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})
2023-03-05 19:27:11 +00:00
target_link_libraries(org.kde.plasma.mobile.taskpanel
Qt::Gui
Qt::DBus
Qt::Qml
Qt::Quick
Plasma::Plasma
)
2023-03-05 19:27:11 +00:00
install(TARGETS org.kde.plasma.mobile.taskpanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
2023-03-05 02:40:06 +00:00
plasma_install_package(package org.kde.plasma.mobile.taskpanel)