Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KNotes
Commits
930b1779
Verified
Commit
930b1779
authored
Jun 20, 2021
by
Alexander Lohnau
💬
Browse files
Install summary KCM in pim/kcms/summary
Required for
kmail!26
Task:
https://phabricator.kde.org/T14501
parent
5a3e2a33
Pipeline
#66778
passed with stage
in 7 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/CMakeLists.txt
View file @
930b1779
...
...
@@ -47,14 +47,14 @@ kcoreaddons_desktop_to_json(kontact_knotesplugin knotesplugin.desktop)
########### install files ###############
set
(
kcm
_
knotessummary_PART_SRCS kcmknotessummary.cpp
)
set
(
kcmknotessummary_PART_SRCS kcmknotessummary.cpp
)
add_library
(
kcm
_
knotessummary MODULE
${
kcm
_
knotessummary_PART_SRCS
}
)
kcoreaddons_desktop_to_json
(
kcm
_
knotessummary
"kcmknotessummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
target_link_libraries
(
kcm
_
knotessummary KF5::PimCommonAkonadi KF5::AkonadiNotes KF5::ConfigWidgets KF5::I18n
)
add_library
(
kcmknotessummary MODULE
${
kcmknotessummary_PART_SRCS
}
)
kcoreaddons_desktop_to_json
(
kcmknotessummary
"kcmknotessummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
target_link_libraries
(
kcmknotessummary KF5::PimCommonAkonadi KF5::AkonadiNotes KF5::ConfigWidgets KF5::I18n
)
install
(
TARGETS kcm
_
knotessummary DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
install
(
TARGETS kcmknotessummary DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/pim/kcms/summary
)
install
(
FILES kcmknotessummary.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
...
...
src/kontactplugin/kcmknotessummary.desktop
View file @
930b1779
...
...
@@ -4,7 +4,7 @@ Type=Service
X-KDE-ServiceTypes=KCModule
X-KDE-ModuleType=Library
X-KDE-Library=kcm
_
knotessummary
X-KDE-Library=
pim/kcms/summary/
kcmknotessummary
X-KDE-FactoryName=knotessummary
X-KDE-ParentApp=kontact_summaryplugin
X-KDE-ParentComponents=kontact_summaryplugin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment