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
PIM Messagelib
Commits
0e12ff23
Commit
0e12ff23
authored
Mar 03, 2017
by
Laurent Montel
Browse files
USe new pimcommonakonadi
parent
f7f8cf40
Changes
14
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0e12ff23
...
...
@@ -33,7 +33,7 @@ set(KMIME_LIB_VERSION "5.4.41")
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.4.40"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.4.40"
)
set
(
LIBKLEO_LIB_VERSION
"5.4.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.4.4
0
"
)
set
(
PIMCOMMON_LIB_VERSION
"5.4.4
4
"
)
set
(
GPGME_LIB_VERSION
"1.8.0"
)
set
(
AKONADI_CONTACT_VERSION
"5.4.41"
)
...
...
messagecomposer/src/CMakeLists.txt
View file @
0e12ff23
...
...
@@ -151,7 +151,7 @@ target_link_libraries(KF5MessageComposer
PUBLIC
KF5::Mime
KF5::MessageCore
KF5::PimCommon
KF5::PimCommon
Akonadi
KF5::AkonadiCore
KF5::IdentityManagement
KF5::AkonadiMime
...
...
messagecomposer/src/plugineditor/plugineditor.h
View file @
0e12ff23
...
...
@@ -21,7 +21,7 @@
#define PLUGINEDITOR_H
#include
<QObject>
#include
"messagecomposer_export.h"
#include
<PimCommon/AbstractGenericPlugin>
#include
<PimCommon
Akonadi
/AbstractGenericPlugin>
namespace
MessageComposer
{
class
PluginEditorPrivate
;
...
...
messagecomposer/src/plugineditor/plugineditorinterface.h
View file @
0e12ff23
...
...
@@ -21,7 +21,7 @@
#define PLUGINEDITORINTERFACE_H
#include
<QObject>
#include
<PimCommon/AbstractGenericPluginInterface>
#include
<PimCommon
Akonadi
/AbstractGenericPluginInterface>
#include
"messagecomposer_export.h"
class
QAction
;
...
...
messagecomposer/src/plugineditor/plugineditormanager.cpp
View file @
0e12ff23
...
...
@@ -20,7 +20,7 @@
#include
"plugineditor.h"
#include
"messagecomposer_debug.h"
#include
"plugineditormanager.h"
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
#include
<QFileInfo>
#include
<QSet>
...
...
messagecomposer/src/plugineditor/plugineditormanager.h
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
<QObject>
#include
"messagecomposer_export.h"
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
namespace
MessageComposer
{
class
PluginEditorManagerPrivate
;
...
...
messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendmanager.h
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
<QObject>
#include
"messagecomposer_export.h"
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
namespace
MessageComposer
{
class
PluginEditorCheckBeforeSendManagerPrivate
;
...
...
messagelist/src/CMakeLists.txt
View file @
0e12ff23
...
...
@@ -69,7 +69,7 @@ target_link_libraries(KF5MessageList
PRIVATE
KF5::KIOCore
KF5::MessageCore
KF5::PimCommon
KF5::PimCommon
Akonadi
KF5::AkonadiSearchPIM
KF5::XmlGui
KF5::IconThemes
...
...
messagelist/src/core/messageitem.cpp
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
"messageitem.h"
#include
"messageitem_p.h"
#include
"PimCommon/AnnotationDialog"
#include
"PimCommon
Akonadi
/AnnotationDialog"
#include
"theme.h"
#include
<item.h>
...
...
messagelist/src/core/messageitem_p.h
View file @
0e12ff23
...
...
@@ -23,7 +23,7 @@
#include
"messageitem.h"
#include
"item_p.h"
#include
"PimCommon/AnnotationDialog"
#include
"PimCommon
Akonadi
/AnnotationDialog"
#include
<Item>
#include
<Monitor>
#include
<Tag>
...
...
messageviewer/src/header/headerstylepluginmanager.h
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
<QObject>
#include
"messageviewer_export.h"
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
namespace
MessageViewer
{
class
HeaderStylePlugin
;
...
...
messageviewer/src/viewerplugins/viewerpluginmanager.h
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
<QObject>
#include
"messageviewer_export.h"
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
namespace
MessageViewer
{
class
ViewerPluginManagerPrivate
;
...
...
webengineviewer/src/CMakeLists.txt
View file @
0e12ff23
...
...
@@ -96,7 +96,7 @@ target_include_directories(KF5WebEngineViewer INTERFACE "$<INSTALL_INTERFACE:${K
target_link_libraries
(
KF5WebEngineViewer
PUBLIC
Qt5::WebEngineWidgets
KF5::PimCommon
KF5::PimCommon
Akonadi
PRIVATE
KF5::CoreAddons
KF5::XmlGui
...
...
webengineviewer/src/urlinterceptor/networkurlinterceptorpluginmanager.h
View file @
0e12ff23
...
...
@@ -22,7 +22,7 @@
#include
<QObject>
#include
<QVector>
#include
<PimCommon/PluginUtil>
#include
<PimCommon
Akonadi
/PluginUtil>
#include
"webengineviewer_export.h"
namespace
WebEngineViewer
{
...
...
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