shift-shell/kcms/info/CMakeLists.txt

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

22 lines
471 B
Text
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2019 Jonah Brüchert <jbb@kaidan.im>
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
2023-05-06 10:10:16 +00:00
kcmutils_add_qml_kcm(kcm_mobile_info)
2024-07-27 03:47:44 +00:00
target_sources(kcm_mobile_info PRIVATE
info.cpp
distroinfo.cpp
softwareinfo.cpp
hardwareinfo.cpp
)
target_link_libraries(kcm_mobile_info PRIVATE
Qt::Core
Qt::Gui
KF6::CoreAddons
KF6::I18n
2023-03-18 17:53:52 +00:00
KF6::KCMUtilsQuick
KF6::ConfigCore
KF6::Solid
)