shift-shell/kcms/mobileshell/CMakeLists.txt
Nicolas Fella b4dd9066da Remove unneeded stuff from CMake
This should only be at the project toplevel, not in some subfolder
2022-10-02 17:56:55 +02:00

16 lines
465 B
CMake

# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
kcoreaddons_add_plugin(kcm_mobileshell SOURCES kcm.cpp INSTALL_NAMESPACE "plasma/kcms/systemsettings")
target_link_libraries(kcm_mobileshell
Qt::Core
KF5::CoreAddons
KF5::KCMUtils
KF5::I18n
KF5::QuickAddons
)
kcmutils_generate_desktop_file(kcm_mobileshell)
kpackage_install_package(package kcm_mobileshell kcms) # Install our QML kpackage.