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
KNotes
Commits
57c456df
Commit
57c456df
authored
Jan 31, 2022
by
Laurent Montel
Browse files
Remove not necessary Grantlee5
parent
f4cd7977
Pipeline
#131165
passed with stage
in 1 minute and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
57c456df
...
...
@@ -62,7 +62,6 @@ 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 DBus Network PrintSupport Test Widgets Xml
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
X11Extras NO_MODULE
)
find_package
(
Grantlee5
"5.2"
CONFIG REQUIRED
)
# Find KF5 package
find_package
(
KF5Completion
${
KF5_MIN_VERSION
}
REQUIRED
)
find_package
(
KF5Config
${
KF5_MIN_VERSION
}
REQUIRED
)
...
...
src/print/knoteprinter.cpp
View file @
57c456df
...
...
@@ -21,10 +21,6 @@
#include
"knotes_debug.h"
#include
<KLocalizedString>
#include
<grantlee/context.h>
#include
<grantlee/engine.h>
#include
<grantlee/templateloader.h>
KNotePrinter
::
KNotePrinter
(
QObject
*
parent
)
:
QObject
(
parent
)
{
...
...
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