mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
15 lines
389 B
Text
15 lines
389 B
Text
|
|
# SPDX-FileCopyrightText: 2025 Florian RICHER <florian.richer@protonmail.com>
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
kcmutils_add_qml_kcm(kcm_waydroidintegration SOURCES waydroidintegration.cpp)
|
||
|
|
|
||
|
|
target_link_libraries(kcm_waydroidintegration PRIVATE
|
||
|
|
Qt::Core
|
||
|
|
KF6::CoreAddons
|
||
|
|
KF6::KCMUtils
|
||
|
|
KF6::I18n
|
||
|
|
KF6::KCMUtilsQuick
|
||
|
|
Plasma::Plasma
|
||
|
|
Plasma::PlasmaQuick
|
||
|
|
)
|