Port to ecm_add_qml_module

This commit is contained in:
Tobias Fella
2024-07-06 19:50:20 +02:00
parent bec1ad7bee
commit e0c3a1c143
7 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: 2024 Tobias Fella <tobias.fella@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
kcoreaddons_add_plugin(neochatplugin SOURCES purposeplugin.cpp INSTALL_NAMESPACE "kf6/purpose")
target_link_libraries(neochatplugin
kcoreaddons_add_plugin(neochatshareplugin SOURCES purposeplugin.cpp INSTALL_NAMESPACE "kf6/purpose")
target_link_libraries(neochatshareplugin
Qt::DBus
KF6::Purpose
KF6::KIOGui