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
Network
Konqueror
Commits
4daa2672
Commit
4daa2672
authored
Dec 15, 2021
by
Albert Astals Cid
Browse files
kget plugin: Define the translation domain at the CMake level
This way we don't have to worry about loading the catalog
parent
14ad6428
Pipeline
#110709
failed with stage
in 16 minutes and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
plugins/kget/CMakeLists.txt
View file @
4daa2672
...
...
@@ -9,6 +9,7 @@ target_sources(konqueror_kget_browser_integration PRIVATE
)
target_link_libraries
(
konqueror_kget_browser_integration KF5::CoreAddons KF5::I18n KF5::IconThemes KF5Konq
)
target_compile_definitions
(
konqueror_kget_browser_integration PRIVATE TRANSLATION_DOMAIN=
"kgetplugin"
)
install
(
TARGETS konqueror_kget_browser_integration DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
...
...
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