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
9244557e
Commit
9244557e
authored
Jan 15, 2022
by
Mark Nauwelaerts
Browse files
addons: sprinkle some more kcoreaddons_add_plugin
... as used by kate_add_plugin
parent
3ecf3844
Pipeline
#123898
failed with stage
in 3 minutes and 20 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
addons/compiler-explorer/CMakeLists.txt
View file @
9244557e
add_library
(
compilerexplorer
MODULE
""
)
kate_add_plugin
(
compilerexplorer
)
target_compile_definitions
(
compilerexplorer PRIVATE TRANSLATION_DOMAIN=
"compilerexplorer"
)
target_link_libraries
(
compilerexplorer PRIVATE KF5::I18n KF5::TextEditor
)
...
...
addons/latexunicodecompletion/CMakeLists.txt
View file @
9244557e
find_package
(
Qt5Test
${
QT_MIN_VERSION
}
QUIET REQUIRED
)
add_library
(
latexcompletionplugin
MODULE
)
kate_add_plugin
(
latexcompletionplugin
)
target_compile_definitions
(
latexcompletionplugin PRIVATE TRANSLATION_DOMAIN=
"latexcompletionplugin"
)
target_link_libraries
(
latexcompletionplugin PRIVATE KF5::I18n KF5::TextEditor
)
...
...
addons/rainbow-parens/CMakeLists.txt
View file @
9244557e
add_library
(
rainbowparens
MODULE
""
)
kate_add_plugin
(
rainbowparens
)
target_compile_definitions
(
rainbowparens PRIVATE TRANSLATION_DOMAIN=
"rainbowparens"
)
target_link_libraries
(
rainbowparens PRIVATE KF5::TextEditor
)
...
...
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