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
Akonadi Mime
Commits
ddacc3a5
Commit
ddacc3a5
authored
Feb 21, 2022
by
Laurent Montel
😁
Browse files
It generates correctly interface (qt6 macro doesn't support 4 arguments)
parent
4719ea48
Pipeline
#140665
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ddacc3a5
...
...
@@ -15,10 +15,9 @@ endmacro()
macro
(
add_resource_iface _kcfgFile _ifaceName _className
)
kcfg_generate_dbus_interface
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
_kcfgFile
}
${
_ifaceName
}
)
string
(
TOLOWER
${
_className
}
_codeFile
)
set_source_files_properties
(
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
_ifaceName
}
.xml PROPERTIES INCLUDE
"metatype.h"
)
qt_add_dbus_interface
(
akonadimime_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
_ifaceName
}
.xml
${
_codeFile
}
${
_className
}
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
_ifaceName
}
.xml
${
_className
}
)
endmacro
()
...
...
@@ -73,7 +72,7 @@ set(akonadimime_SRCS
ecm_qt_declare_logging_category
(
akonadimime_SRCS HEADER akonadi_mime_debug.h IDENTIFIER AKONADIMIME_LOG CATEGORY_NAME log_akonadi_mime
)
add_resource_iface
(
imapresource.kcfg
org.kde.Akonadi.Imap.Settings
I
map
S
ettings
)
org.kde.Akonadi.Imap.Settings
i
map
s
ettings
)
# TODO: add the necessary API in SpecialCollections
#if (BUILD_TESTING)
...
...
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