Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail Account Wizard
Commits
da97708d
Commit
da97708d
authored
Mar 08, 2022
by
Laurent Montel
Browse files
Fix compile without depercated method
parent
f37c9ba1
Pipeline
#146719
failed with stage
in 4 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
da97708d
...
...
@@ -104,7 +104,7 @@ set_package_properties(Qt5Keychain PROPERTIES
set
(
SharedMimeInfo_MINIMUM_VERSION
"1.3"
)
find_package
(
SharedMimeInfo
${
SharedMimeInfo_MINIMUM_VERSION
}
REQUIRED
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
1
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
2
.0
)
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
OFF
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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