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
7df48864
Commit
7df48864
authored
Nov 19, 2021
by
Laurent Montel
Browse files
Make sure to see all .h in qtc6
parent
a7a14f6f
Pipeline
#99043
passed with stage
in 50 minutes and 32 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/quicktext/CMakeLists.txt
View file @
7df48864
...
...
@@ -42,6 +42,8 @@ kcoreaddons_add_plugin(kmail_quicktextplugin INSTALL_NAMESPACE kmail/pluginedito
target_sources
(
kmail_quicktextplugin PRIVATE
quicktextplugineditor.cpp
quicktextplugineditorinterface.cpp
quicktextplugineditor.h
quicktextplugineditorinterface.h
)
ecm_qt_declare_logging_category
(
kmail_quicktextplugin HEADER quicktextplugin_debug.h IDENTIFIER KMAIL_EDITOR_QUICKTEXT_PLUGIN_LOG CATEGORY_NAME org.kde.pim.kmail_quicktextplugin
...
...
plugins/messageviewer/bodypartformatter/calendar/CMakeLists.txt
View file @
7df48864
...
...
@@ -10,7 +10,10 @@ qt_add_dbus_interfaces(messageviewer_bodypartformatter_text_calendar_PART_SRCS
target_sources
(
messageviewer_bodypartformatter_text_calendar PRIVATE
text_calendar.cpp delegateselector.cpp attendeeselector.cpp memorycalendarmemento.cpp syncitiphandler.cpp
reactiontoinvitationdialog.cpp
${
messageviewer_bodypartformatter_text_calendar_PART_SRCS
}
)
reactiontoinvitationdialog.cpp
delegateselector.h attendeeselector.h memorycalendarmemento.h syncitiphandler.h
reactiontoinvitationdialog.h
${
messageviewer_bodypartformatter_text_calendar_PART_SRCS
}
)
ecm_qt_declare_logging_category
(
messageviewer_bodypartformatter_text_calendar HEADER text_calendar_debug.h IDENTIFIER TEXT_CALENDAR_LOG CATEGORY_NAME org.kde.pim.text_calendar
DESCRIPTION
"kdepim-addons (messageviewer calendar plugins)"
...
...
plugins/messageviewer/bodypartformatter/highlighter/CMakeLists.txt
View file @
7df48864
...
...
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DTRANSLATION_DOMAIN=\"messageviewer_text_xdiff_plugin\"
)
add_library
(
messageviewer_bodypartformatter_text_highlighter MODULE
)
target_sources
(
messageviewer_bodypartformatter_text_highlighter PRIVATE texthighlighterplugin.cpp highlighter.cpp
)
target_sources
(
messageviewer_bodypartformatter_text_highlighter PRIVATE texthighlighterplugin.cpp highlighter.cpp
highlighter.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
messageviewer_bodypartformatter_text_highlighter PROPERTIES UNITY_BUILD ON
)
...
...
plugins/messageviewer/bodypartformatter/itinerary/CMakeLists.txt
View file @
7df48864
...
...
@@ -9,6 +9,11 @@ target_sources(messageviewer_bodypartformatter_semantic PRIVATE
itineraryrenderer.cpp
itineraryurlhandler.cpp
itinerarykdeconnecthandler.cpp
itinerarymemento.h
itineraryprocessor.h
itineraryrenderer.h
itineraryurlhandler.h
itinerarykdeconnecthandler.h
templates/templates.qrc
)
ecm_qt_declare_logging_category
(
messageviewer_bodypartformatter_semantic HEADER itinerary_debug.h IDENTIFIER ITINERARY_LOG CATEGORY_NAME org.kde.pim.messageviewer.itinerary
...
...
plugins/messageviewer/bodypartformatter/markdown/CMakeLists.txt
View file @
7df48864
...
...
@@ -12,7 +12,7 @@ else()
endif
()
add_definitions
(
-DTRANSLATION_DOMAIN=\"messageviewer_text_markdown_plugin\"
)
target_sources
(
messageviewer_bodypartformatter_text_markdown PRIVATE textmarkdownplugin.cpp markdownabstract.cpp
)
target_sources
(
messageviewer_bodypartformatter_text_markdown PRIVATE textmarkdownplugin.cpp markdownabstract.cpp
markdownabstract.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
messageviewer_bodypartformatter_text_markdown PROPERTIES UNITY_BUILD ON
)
...
...
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