Warning, /plasma/plasma-mobile/containments/homescreens/folio/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2021 Marco Martin <mart@kde.org>
0002 # SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 set(homescreen_SRCS
0005     homescreen.cpp
0006     desktopmodel.cpp
0007     applicationlistmodel.cpp
0008 )
0009 
0010 add_library(plasma_containment_phone_homescreen MODULE ${homescreen_SRCS})
0011 
0012 target_link_libraries(plasma_containment_phone_homescreen
0013                       Qt::Gui
0014                       KF5::Plasma
0015                       Qt::Qml
0016                       Qt::Quick
0017                       KF5::I18n
0018                       KF5::Service
0019                       KF5::KIOGui
0020                       KF5::Notifications
0021                       KF5::WaylandClient
0022                       KF5::WindowSystem
0023 )
0024 
0025 
0026 install(TARGETS plasma_containment_phone_homescreen DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
0027 
0028 plasma_install_package(package org.kde.phone.homescreen)