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

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

29 lines
851 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
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)
plasma_install_package(package org.kde.phone.homescreen)