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
PIM Calendar Support
Commits
0b126e03
Commit
0b126e03
authored
Feb 21, 2022
by
Laurent Montel
😁
Browse files
Use new akonadi notes install include
parent
312ed768
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0b126e03
...
...
@@ -45,7 +45,7 @@ set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.40")
set
(
AKONADICALENDAR_LIB_VERSION
"5.19.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.40"
)
set
(
AKONADI_VERSION
"5.19.40"
)
set
(
AKONADI_NOTES_VERSION
"5.19.4
0
"
)
set
(
AKONADI_NOTES_VERSION
"5.19.4
1
"
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test PrintSupport
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
src/autotests/noteeditdialogtest.cpp
View file @
0b126e03
...
...
@@ -9,7 +9,7 @@
#include <Akonadi/CollectionComboBox>
#include <Akonadi/EntityTreeModel>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <KPIMTextEdit/RichTextEditor>
#include <KPIMTextEdit/RichTextEditorWidget>
...
...
src/noteeditdialog.cpp
View file @
0b126e03
...
...
@@ -7,7 +7,7 @@
#include "noteeditdialog.h"
#include <Akonadi/CollectionComboBox>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <KPIMTextEdit/RichTextEditor>
#include <KPIMTextEdit/RichTextEditorWidget>
...
...
Write
Preview
Supports
Markdown
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