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
Accessibility
KMag
Commits
6e095bd4
Commit
6e095bd4
authored
Oct 11, 2012
by
Sebastian Sauer
Browse files
Even better compile++
parent
e70be5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6e095bd4
...
...
@@ -16,7 +16,10 @@ add_definitions( -DQT_NO_CAST_FROM_ASCII )
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
add_definitions
(
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_BINARY_DIR
}
${
KDE4_INCLUDES
}
${
QACCESSIBILITYCLIENT_INCLUDE_DIR
}
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_BINARY_DIR
}
${
KDE4_INCLUDES
}
)
if
(
QAccessibilityClient_FOUND
)
include_directories
(
${
QACCESSIBILITYCLIENT_INCLUDE_DIR
}
)
endif
(
QAccessibilityClient_FOUND
)
add_subdirectory
(
doc
)
########### next target ###############
...
...
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