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
M
Mail-related libraries
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
0
Merge Requests
0
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
Mail-related libraries
Commits
531ed79c
Commit
531ed79c
authored
Jun 20, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt to new api
parent
5bc5b2f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
CMakeLists.txt
CMakeLists.txt
+2
-2
kaddressbookgrantlee/src/CMakeLists.txt
kaddressbookgrantlee/src/CMakeLists.txt
+1
-0
kaddressbookgrantlee/src/contactobject/contactgrantleeimobject.cpp
...ookgrantlee/src/contactobject/contactgrantleeimobject.cpp
+1
-1
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+1
-1
No files found.
CMakeLists.txt
View file @
531ed79c
cmake_minimum_required
(
VERSION 3.0
)
set
(
PIM_VERSION
"5.5.4
0
"
)
set
(
PIM_VERSION
"5.5.4
1
"
)
project
(
kdepim-apps-lib VERSION
${
PIM_VERSION
}
)
set
(
KF5_VERSION
"5.35.0"
)
...
...
@@ -27,7 +27,7 @@ set(QT_REQUIRED_VERSION "5.7.0")
set
(
AKONADI_VERSION
"5.5.40"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.5.40"
)
set
(
KCONTACTS_LIB_VERSION
"5.5.40"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.5.4
1
"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.5.4
2
"
)
set
(
LIBKLEO_LIB_VERSION
"5.5.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.5.40"
)
...
...
kaddressbookgrantlee/src/CMakeLists.txt
View file @
531ed79c
...
...
@@ -46,6 +46,7 @@ PRIVATE
KF5::Service
KF5::GrantleeTheme
KF5::AkonadiCore
KF5::ContactEditor
KF5::Contacts
KF5::AkonadiContact
KF5::IconThemes
...
...
kaddressbookgrantlee/src/contactobject/contactgrantleeimobject.cpp
View file @
531ed79c
...
...
@@ -18,7 +18,7 @@
*/
#include "contactgrantleeimobject.h"
#include "
akonadi/contact
/improtocols.h"
#include "
contacteditor
/improtocols.h"
using
namespace
KAddressBookGrantlee
;
ContactGrantleeImObject
::
ContactGrantleeImObject
(
const
QString
&
type
,
const
QString
&
address
,
QObject
*
parent
)
...
...
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
531ed79c
...
...
@@ -44,7 +44,7 @@
#include <KConfigGroup>
#include <KLocalizedString>
#include <
akonadi/contact
/improtocols.h>
#include <
contacteditor
/improtocols.h>
#include <QSet>
#include <QLocale>
...
...
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