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
KIMAP
Commits
99e9d029
Commit
99e9d029
authored
Feb 17, 2022
by
Laurent Montel
😁
Browse files
It compiles fine without deprecated methods
parent
3cbb77b8
Pipeline
#138872
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
99e9d029
...
...
@@ -58,7 +58,9 @@ find_package(KF5Mime ${KMIME_LIBS_VERSION} CONFIG REQUIRED)
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KF5IMAP"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"libkimap5\"
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0 KF 5.90.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0
KF 5.91.0
)
add_definitions
(
-DQT_NO_EMIT
)
...
...
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