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
KMbox
Commits
818a1481
Commit
818a1481
authored
Jul 30, 2022
by
Laurent Montel
Browse files
It compiles fine without deprecated methods
parent
3a073f74
Pipeline
#210617
passed with stage
in 5 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
818a1481
...
...
@@ -48,7 +48,7 @@ if (QT_MAJOR_VERSION STREQUAL "6")
find_package
(
Qt6Core5Compat
)
endif
()
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
6
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
7
.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