Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
2861a50d
Commit
2861a50d
authored
Jan 04, 2022
by
Laurent Montel
Browse files
Show more headers in qt6
parent
b077f145
Pipeline
#118273
passed with stage
in 10 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewer/bodypartformatter/gnupgwks/CMakeLists.txt
View file @
2861a50d
...
...
@@ -12,6 +12,16 @@ target_sources(messageviewer_bodypartformatter_application_gnupgwks PRIVATE
pgpkeymemento.cpp
pgpkeymessagepart.cpp
pgpkeyurlhandler.cpp
plugin.h
gnupgwksformatter.h
gnupgwksurlhandler.h
gnupgwksmessagepart.h
pgpkeyformatter.h
pgpkeymemento.h
pgpkeymessagepart.h
pgpkeyurlhandler.h
templates.qrc
)
...
...
plugins/messageviewer/bodypartformatter/vcard/CMakeLists.txt
View file @
2861a50d
...
...
@@ -3,7 +3,7 @@
add_definitions
(
-DTRANSLATION_DOMAIN=\"messageviewer_text_vcard_plugin\"
)
add_library
(
messageviewer_bodypartformatter_text_vcard MODULE
)
target_sources
(
messageviewer_bodypartformatter_text_vcard PRIVATE text_vcard.cpp vcardmemento.cpp updatecontactjob.cpp
)
target_sources
(
messageviewer_bodypartformatter_text_vcard PRIVATE text_vcard.cpp vcardmemento.cpp updatecontactjob.cpp
vcardmemento.h updatecontactjob.h
)
ecm_qt_declare_logging_category
(
messageviewer_bodypartformatter_text_vcard HEADER vcard_debug.h IDENTIFIER VCARD_LOG CATEGORY_NAME org.kde.pim.vcard
DESCRIPTION
"kdepim-addons (vcard)"
OLD_CATEGORY_NAMES log_vcard
...
...
plugins/messageviewer/grantlee/CMakeLists.txt
View file @
2861a50d
# SPDX-FileCopyrightText: 2015-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_library
(
kitinerary_grantlee_extension MODULE grantleeextension.cpp
)
add_library
(
kitinerary_grantlee_extension MODULE grantleeextension.cpp
grantleeextension.h
)
target_link_libraries
(
kitinerary_grantlee_extension
KPim::Itinerary
KF5::Contacts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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