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
Utilities
Kate
Commits
4904f002
Commit
4904f002
authored
Oct 15, 2022
by
Christoph Cullmann
🍨
Browse files
ensure we never do this for the Qt 6 version
parent
214702dd
Pipeline
#248417
passed with stage
in 34 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/CMakeLists.txt
View file @
4904f002
...
...
@@ -33,5 +33,8 @@ ecm_optional_add_subdirectory(xmlcheck) # XML Validation plugin
ecm_optional_add_subdirectory
(
xmltools
)
# XML completion
ecm_optional_add_subdirectory
(
cmake-tools
)
ecm_optional_add_subdirectory
(
keyboardmacros
)
# TODO KF6 remove the migration leftovers
ecm_optional_add_subdirectory
(
sessionapplet
)
if
(
QT_MAJOR_VERSION STREQUAL
"5"
)
ecm_optional_add_subdirectory
(
sessionapplet
)
endif
()
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