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
MBox Importer
Commits
41b9c13a
Commit
41b9c13a
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
dfd653c7
Pipeline
#34001
passed with stage
in 14 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
41b9c13a
...
...
@@ -46,6 +46,7 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets)
set
(
LIBMAILIMPORTER_VERSION
"5.15.40"
)
set
(
MAILCOMMON_LIB_VERSION
"5.15.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.15.40"
)
set
(
GRANTLEETHEME_LIB_VERSION
"5.15.40"
)
# Find KF5 package
find_package
(
KF5Config
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -53,11 +54,13 @@ find_package(KF5Service ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5Crash
${
KF5_MIN_VERSION
}
REQUIRED
)
find_package
(
KF5KIO
${
KF5_MIN_VERSION
}
REQUIRED
)
# Find KdepimLibs Package
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MailCommon
${
MAILCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MailImporterAkonadi
${
LIBMAILIMPORTER_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5PimCommonAkonadi
${
PIMCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
include_directories
(
${
mbox-importer_SOURCE_DIR
}
${
mbox-importer_BINARY_DIR
}
)
...
...
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