shift-shell/kcms/mobileshell/CMakeLists.txt
David Redondo 750d5581ef Revert "Show all headers in qtc6"
There was no consensus for this in Plasma.
This reverts commit c79ca828f3.
2023-01-24 08:51:18 +01: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.