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
904 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
desktopmodel.cpp
applicationlistmodel.cpp
)
2015-05-14 16:13:00 +00:00
add_library(plasma_containment_phone_homescreen MODULE ${homescreen_SRCS})
2015-05-14 16:13:00 +00:00
target_link_libraries(plasma_containment_phone_homescreen
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
)
2015-05-15 11:17:20 +00:00
install(TARGETS plasma_containment_phone_homescreen DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
2023-03-05 02:40:06 +00:00
plasma_install_package(package org.kde.plasma.mobile.homescreen.folio)