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 Console
Commits
a2e1dd95
Commit
a2e1dd95
authored
Jan 22, 2022
by
Laurent Montel
😁
Browse files
Fix compile against last libkdepim
parent
0146b72d
Pipeline
#126993
passed with stage
in 1 minute and 1 second
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a2e1dd95
...
...
@@ -54,7 +54,7 @@ set(AKONADI_SEARCH_VERSION "5.19.40")
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets DBus Sql Test
)
set
(
MESSAGELIB_LIB_VERSION
"5.19.40"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.19.4
0
"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.19.4
1
"
)
set
(
KMIME_LIB_VERSION
"5.19.40"
)
...
...
src/connectionpage.cpp
View file @
a2e1dd95
...
...
@@ -11,7 +11,7 @@
#include "debugfiltermodel.h"
#include "debugmodel.h"
#include <KCheckComboBox>
#include <
Libkdepim/
KCheckComboBox>
#include <QHeaderView>
#include <QLabel>
...
...
src/debugfiltermodel.cpp
View file @
a2e1dd95
...
...
@@ -8,7 +8,7 @@
#include "akonadiconsole_debug.h"
#include "debugmodel.h"
#include <KCheckComboBox>
#include <
Libkdepim/
KCheckComboBox>
#include <chrono>
using
namespace
std
::
chrono_literals
;
...
...
src/logging.cpp
View file @
a2e1dd95
...
...
@@ -20,7 +20,7 @@
#include <QStandardItemModel>
#include <QTreeView>
#include <KCheckComboBox>
#include <
Libkdepim/
KCheckComboBox>
#include <KConfigGroup>
#include <KSharedConfig>
...
...
src/loggingfiltermodel.cpp
View file @
a2e1dd95
...
...
@@ -8,7 +8,7 @@
#include "akonadiconsole_debug.h"
#include "loggingmodel.h"
#include <KCheckComboBox>
#include <
Libkdepim/
KCheckComboBox>
#ifndef COMPILE_WITH_UNITY_CMAKE_SUPPORT
Q_DECLARE_METATYPE
(
LoggingModel
::
Message
)
#endif
...
...
src/notificationfiltermodel.cpp
View file @
a2e1dd95
...
...
@@ -8,7 +8,7 @@
#include "notificationfiltermodel.h"
#include "notificationmodel.h"
#include <KCheckComboBox>
#include <
Libkdepim/
KCheckComboBox>
#include <QStandardItemModel>
#include <chrono>
...
...
src/notificationmonitor.cpp
View file @
a2e1dd95
...
...
@@ -29,9 +29,9 @@
#include <QTreeView>
#include <QVBoxLayout>
#include <KCheckComboBox>
#include <KConfigGroup>
#include <KSharedConfig>
#include <Libkdepim/KCheckComboBox>
using
KPIM
::
KCheckComboBox
;
...
...
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