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
KDE PIM Add-ons
Commits
1fab9b37
Commit
1fab9b37
authored
Sep 12, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it optional as it needs kaddressbook first
parent
58f9d92a
Pipeline
#34075
failed with stage
in 60 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
kaddressbook/CMakeLists.txt
kaddressbook/CMakeLists.txt
+3
-1
No files found.
CMakeLists.txt
View file @
1fab9b37
...
...
@@ -96,7 +96,7 @@ find_package(KF5WebEngineViewer ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5TemplateParser
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MailCommon
${
MAILCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MessageViewer
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KPimAddressbookImportExport
${
KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION
}
CONFIG
REQUIRED
)
find_package
(
KPimAddressbookImportExport
${
KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION
}
CONFIG
)
find_package
(
KF5Libkleo
${
LIBKLEO_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5PimCommonAkonadi
${
PIMCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
kaddressbook/CMakeLists.txt
View file @
1fab9b37
add_subdirectory
(
editorpages
)
add_subdirectory
(
plugins
)
add_subdirectory
(
importexportplugins
)
if
(
KPimAddressbookImportExport_FOUND
)
add_subdirectory
(
importexportplugins
)
endif
()
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