Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akonadi Console
Commits
c304d62f
Commit
c304d62f
authored
Sep 12, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing lib when we moved KAddressbookGrantlee
parent
6e1886bd
Pipeline
#34005
passed with stage
in 23 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
c304d62f
...
...
@@ -55,6 +55,7 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test)
set
(
MESSAGELIB_LIB_VERSION
"5.15.40"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.15.40"
)
set
(
KMIME_LIB_VERSION
"5.15.40"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.15.40"
)
# Find KF5 package
...
...
@@ -79,6 +80,7 @@ find_package(KF5Contacts ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5CalendarCore
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Mime
${
KMIME_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Libkdepim
${
LIBKDEPIM_LIB_VERSION
}
CONFIG REQUIRED
)
# Because of KPIM::KCheckComboBox
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
if
(
NOT WIN32
)
find_package
(
KF5AkonadiContact
${
AKONADI_CONTACT_VERSION
}
CONFIG REQUIRED
)
...
...
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