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 Contacts
Commits
47ca7092
Commit
47ca7092
authored
Nov 08, 2020
by
Laurent Montel
😁
Browse files
With MSVC we can build libkleo
parent
f4a62c48
Pipeline
#40076
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
47ca7092
...
...
@@ -53,9 +53,11 @@ find_package(KF5Contacts ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5Mime
${
KMIMELIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Libkleo
${
LIBKLEO_LIB_VERSION
}
CONFIG
)
if
(
NOT WIN32
)
if
(
NOT WIN32 OR MSVC
)
set_package_properties
(
KF5Libkleo PROPERTIES TYPE REQUIRED
)
endif
()
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
Grantlee5
${
GRANTLEE_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
Laurent Montel
😁
@mlaurent
mentioned in commit
86dc51fd
·
Nov 08, 2020
mentioned in commit
86dc51fd
mentioned in commit 86dc51fda425029508e7c4fe4fe6d40c80ee82d3
Toggle commit list
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