mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 22:34:45 +00:00
kded/fix-invalid-module-name
This commit is contained in:
parent
0564472de4
commit
7d10cb337d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
kcoreaddons_add_plugin(kded_plasma-mobile-start INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded")
|
kcoreaddons_add_plugin(kded_plasma_mobile_start INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded")
|
||||||
|
|
||||||
target_sources(kded_plasma-mobile-start PRIVATE
|
target_sources(kded_plasma_mobile_start PRIVATE
|
||||||
startdaemon.cpp
|
startdaemon.cpp
|
||||||
settings.cpp
|
settings.cpp
|
||||||
config.h
|
config.h
|
||||||
utils.h
|
utils.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(kded_plasma-mobile-start PRIVATE
|
target_link_libraries(kded_plasma_mobile_start PRIVATE
|
||||||
Qt::Core
|
Qt::Core
|
||||||
KF5::DBusAddons
|
KF5::DBusAddons
|
||||||
KF5::ConfigWidgets
|
KF5::ConfigWidgets
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "startdaemon.h"
|
#include "startdaemon.h"
|
||||||
|
|
||||||
K_PLUGIN_CLASS_WITH_JSON(PlasmaMobileStartDaemon, "kded_plasma-mobile-start.json")
|
K_PLUGIN_CLASS_WITH_JSON(PlasmaMobileStartDaemon, "kded_plasma_mobile_start.json")
|
||||||
|
|
||||||
PlasmaMobileStartDaemon::PlasmaMobileStartDaemon(QObject *parent, const QList<QVariant> &)
|
PlasmaMobileStartDaemon::PlasmaMobileStartDaemon(QObject *parent, const QList<QVariant> &)
|
||||||
: KDEDModule{parent}
|
: KDEDModule{parent}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue