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
Akonadi Contacts
Commits
ac36ded4
Commit
ac36ded4
authored
Jun 19, 2017
by
Laurent Montel
Browse files
Fix extract messages
parent
97209b33
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ac36ded4
...
...
@@ -65,7 +65,6 @@ endif()
########### Targets ###########
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadicontact5\"
)
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
...
...
kcm/CMakeLists.txt
View file @
ac36ded4
add_definitions
(
-DTRANSLATION_DOMAIN=\"kcm_akonadicontact_actions\"
)
########### next target ###############
set
(
kcm_akonadicontact_actions_SRCS
...
...
src/CMakeLists.txt
View file @
ac36ded4
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadicontact5\"
)
set
(
AKONADI_PHONE_DIAL_DEFAULT
"UseSkype"
)
set
(
AKONADI_SEND_SMS_DEFAULT
"UseSkypeSms"
)
...
...
Messages.sh
→
src/
Messages.sh
View file @
ac36ded4
File moved
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