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

0001 # SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
0002 # SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 qt_add_dbus_interfaces(DBUS_SRCS dbus/com.lomiri.hfd.xml)
0005 
0006 ecm_add_qml_module(hapticsplugin URI org.kde.plasma.private.mobileshell.hapticsplugin GENERATE_PLUGIN_SOURCE)
0007 target_sources(hapticsplugin PRIVATE
0008     vibrationmanager.cpp
0009     ${DBUS_SRCS}
0010 )
0011 
0012 target_link_libraries(hapticsplugin PRIVATE
0013     Qt::Qml
0014     Qt::DBus
0015     KF6::CoreAddons
0016     KF6::I18n
0017 )
0018 
0019 ecm_finalize_qml_module(hapticsplugin)