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
PIM
Akonadi Contacts
Commits
97209b33
Commit
97209b33
authored
Jun 14, 2017
by
Laurent Montel
😁
Browse files
Use -DQT_NO_URL_CAST_FROM_STRING
parent
dd9f6dfc
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
97209b33
...
@@ -69,6 +69,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"akonadicontact5\")
...
@@ -69,6 +69,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"akonadicontact5\")
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
if
(
BUILD_TESTING
)
if
(
BUILD_TESTING
)
add_definitions
(
-DBUILD_TESTING
)
add_definitions
(
-DBUILD_TESTING
)
...
...
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