Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
17855384
Commit
17855384
authored
Jun 13, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start to create plugin
parent
d8d4fcf7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
plugins/templateparser/CMakeLists.txt
plugins/templateparser/CMakeLists.txt
+18
-0
plugins/templateparser/templateparseremailaddressrequesterakonadi.json
...ateparser/templateparseremailaddressrequesterakonadi.json
+10
-0
No files found.
CMakeLists.txt
View file @
17855384
...
...
@@ -84,6 +84,7 @@ set(MAILIMPORTER_LIB_VERSION "5.5.40")
find_package
(
KF5CalendarUtils
${
CALENDAR_UTILS_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5WebEngineViewer
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5TemplateParser
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MailCommon
${
MAILCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KaddressbookGrantlee
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MessageViewer
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
plugins/templateparser/CMakeLists.txt
View file @
17855384
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
if
(
BUILD_TESTING
)
#add_subdirectory(tests)
add_subdirectory
(
autotests
)
endif
()
set
(
templateparserplugin_SRCS
templateparseremailaddressrequesterakonadi.cpp
)
kcoreaddons_add_plugin
(
templateparseraddressrequesterplugin JSON templateparseremailaddressrequesterakonadi.json SOURCES
${
templateparserplugin_SRCS
}
INSTALL_NAMESPACE templateparser
)
target_link_libraries
(
templateparseraddressrequesterplugin
KF5::TemplateParser KF5::Completion KF5::I18n
)
plugins/templateparser/templateparseremailaddressrequesterakonadi.json
0 → 100644
View file @
17855384
{
"KPlugin"
:
{
"Id"
:
"templateparseremailaddressrequesterakonadi"
,
"Name"
:
"Email Address Requester for Templateparser"
,
"ServiceTypes"
:
[
"TemplateParser/TemplateParserEmailAddressRequester"
],
"Version"
:
"1.0"
}
}
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