Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
238ad49b
Commit
238ad49b
authored
Jan 13, 2021
by
Yuri Chornoivan
Committed by
Méven Car
Jan 15, 2021
Browse files
Fix the componentchooser KCM catalog name
parent
0c65f91e
Changes
2
Hide whitespace changes
Inline
Side-by-side
kcms/componentchooser/CMakeLists.txt
View file @
238ad49b
# KI18N Translation Domain for this library
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm
5
_componentchooser\"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm_componentchooser\"
)
set
(
componentchooser_SRCS
kcm_componentchooser.cpp
...
...
kcms/componentchooser/Messages.sh
View file @
238ad49b
#! /usr/bin/env bash
$EXTRACTRC
`
find
.
-name
\*
.kcfg
`
>>
rc.cpp
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcm
5
_componentchooser.pot
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcm_componentchooser.pot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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