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
d5deb311
Commit
d5deb311
authored
Jun 05, 2014
by
Laurent Montel
Browse files
Fix PRIVATE/PUBLIC, fix install headers
parent
06a6ce9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
d5deb311
# The includes in akonadi/ use exceptions, we must enable them here for clang to be happy.
kde_enable_exceptions
()
add_definitions
(
-DKDE_DEFAULT_DEBUG_AREA=5955
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
...
...
@@ -72,7 +71,6 @@ install(FILES
kacalendar.h
version.h
${
KAlarmCal_HEADERS
}
${
KAlarmCal_CamelCase_HEADERS
}
DESTINATION
${
KF5_INCLUDE_INSTALL_DIR
}
/KAlarmCal/kalarmcal
COMPONENT Devel
)
...
...
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