shift-shell/containments/homescreens/folio/CMakeLists.txt

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

30 lines
889 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2015-2021 Marco Martin <mart@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
set(homescreen_SRCS
homescreen.cpp
)
2023-03-05 19:27:11 +00:00
add_library(org.kde.plasma.mobile.homescreen.folio MODULE ${homescreen_SRCS})
2023-03-05 19:27:11 +00:00
target_link_libraries(org.kde.plasma.mobile.homescreen.folio
Qt::Gui
Qt::Qml
Qt::Quick
2023-03-02 07:19:14 +00:00
KF6::Plasma
2023-03-05 17:14:32 +00:00
KF6::PlasmaQuick
2023-03-02 07:19:14 +00:00
KF6::I18n
KF6::Service
KF6::KIOGui
KF6::Notifications
KF6::WaylandClient
KF6::WindowSystem
2020-03-20 00:08:59 +00:00
)
2023-03-05 19:27:11 +00:00
install(TARGETS org.kde.plasma.mobile.homescreen.folio DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
2023-03-05 02:40:06 +00:00
plasma_install_package(package org.kde.plasma.mobile.homescreen.folio)
add_subdirectory(plugin)