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
PIM MailCommon
Commits
23e40edc
Commit
23e40edc
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
9554c26b
Pipeline
#33997
passed with stage
in 66 minutes and 32 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 @
23e40edc
...
...
@@ -36,6 +36,7 @@ set(KMAILTRANSPORT_LIB_VERSION "5.15.40")
set
(
MAILIMPORTER_LIB_VERSION
"5.15.40"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.15.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.15.40"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.15.40"
)
set
(
PHONON_LIB_VERSION
"4.10.60"
)
set
(
AKONADI_VERSION
"5.15.40"
)
...
...
@@ -72,6 +73,7 @@ find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5TemplateParser
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
Phonon4Qt5
${
PHONON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5AkonadiContact
${
AKONADICONTACT_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
option
(
BUILD_DESIGNERPLUGIN
"Build plugin for Qt Designer"
ON
)
add_feature_info
(
DESIGNERPLUGIN
${
BUILD_DESIGNERPLUGIN
}
"Build plugin for Qt Designer"
)
...
...
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