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

0001 # SPDX-FileCopyrightText: 2017 Marco Martin <mart@kde.org>
0002 # SPDX-FileCopyrightText: 2021 Aleix Pol <apol@kde.org>
0003 # SPDX-FileCopyrightText: 2020-2021 Nicolas Fella <nicolas.fella@kde.org>
0004 # SPDX-License-Identifier: GPL-2.0-or-later
0005 
0006 set(phonepanel_SRCS
0007     phonepanel.cpp
0008 )
0009 
0010 add_library(plasma_applet_phonepanel MODULE ${phonepanel_SRCS})
0011 
0012 target_link_libraries(plasma_applet_phonepanel
0013                       Qt::Gui
0014                       Qt::DBus
0015                       KF5::Plasma
0016                       KF5::I18n
0017                       KF5::Service
0018                      )
0019 
0020 install(TARGETS plasma_applet_phonepanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
0021 #install(FILES plasma-phonepanel-default.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
0022 
0023 plasma_install_package(package org.kde.phone.panel)
0024