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
KMail
Commits
c1b26e49
Commit
c1b26e49
authored
Feb 02, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
0c8cac6f
Pipeline
#49441
failed with stage
in 16 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ktnef/src/CMakeLists.txt
View file @
c1b26e49
...
...
@@ -9,8 +9,8 @@ set(ktnef_SRCS
main.cpp
messagepropertydialog.cpp
qwmf.cpp
ktnef.qrc
)
qt5_add_resources
(
ktnef_SRCS ktnef.qrc
)
ecm_qt_declare_logging_category
(
ktnef_SRCS HEADER ktnef_debug.h IDENTIFIER KTNEFAPPS_LOG CATEGORY_NAME org.kde.pim.ktnefapps
DESCRIPTION
"kmail-refresh-settings"
...
...
src/CMakeLists.txt
View file @
c1b26e49
...
...
@@ -244,6 +244,7 @@ set(kmailprivate_LIB_SRCS
${
kmailprivate_sieveimapinstanceinterface_LIB_SRCS
}
${
kmailprivate_undosend_LIB_SRCS
}
${
kmailprivate_userfeedback_LIB_SRCS
}
kmail.qrc
)
qt5_add_dbus_adaptor
(
kmailprivate_LIB_SRCS
...
...
@@ -293,8 +294,6 @@ ki18n_wrap_ui(kmailprivate_LIB_SRCS
ui/incompleteindexdialog.ui
)
qt5_add_resources
(
kmailprivate_LIB_SRCS kmail.qrc
)
# KCFG files. The main kmail.kcfg is configured by CMake and put
# in the build directory.
...
...
src/kontactplugin/summary/CMakeLists.txt
View file @
c1b26e49
########### next target ###############
set
(
kontact_summaryplugin_PART_SRCS summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp
)
qt5_add_resources
(
kontact_summaryplugin_PART_SRCS summaryview.qrc
)
set
(
kontact_summaryplugin_PART_SRCS summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp summaryview.qrc
)
qt5_add_dbus_interfaces
(
kontact_summaryplugin_PART_SRCS
${
kmail_BINARY_DIR
}
/src/org.kde.kmail.kmail.xml
)
...
...
Write
Preview
Supports
Markdown
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