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
KAlarm
Commits
2d746d22
Commit
2d746d22
authored
Jun 01, 2014
by
Laurent Montel
Browse files
Change message filename to allow to co-install kde4/kf5 if we want
parent
e093744a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2d746d22
...
...
@@ -37,7 +37,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${KAlarmCal_SOURCE_DIR})
find_package
(
KF5Holidays
${
KF5_VERSION
}
CONFIG REQUIRED
)
endif
()
add_definitions
(
-DTRANSLATION_DOMAIN=\"libkalarmcal\"
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"libkalarmcal
5
\"
)
########### Targets ###########
...
...
Messages.sh
View file @
2d746d22
#! /bin/sh
$XGETTEXT
`
find
.
src
-name
"*.cpp"
-o
-name
"*.h"
|
grep
-v
"/tests"
`
-o
$podir
/libkalarmcal.pot
$XGETTEXT
`
find
.
src
-name
"*.cpp"
-o
-name
"*.h"
|
grep
-v
"/tests"
`
-o
$podir
/libkalarmcal
5
.pot
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