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
37dd8e49
Commit
37dd8e49
authored
Apr 28, 2014
by
Laurent Montel
Browse files
Fix install header. + use KF5_INCLUDE_INSTALL_DIR
parent
14b110eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
37dd8e49
...
...
@@ -61,7 +61,7 @@ install(EXPORT KF5KAlarmCalTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/kalarmcal_version.h
DESTINATION
${
INCLUDE_INSTALL_DIR
}
COMPONENT Devel
DESTINATION
${
KF5_
INCLUDE_INSTALL_DIR
}
COMPONENT Devel
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
...
...
src/CMakeLists.txt
View file @
37dd8e49
...
...
@@ -70,7 +70,7 @@ ecm_generate_headers(KAlarmCal_CamelCase_HEADERS
install
(
FILES
${
KAlarmCal_CamelCase_HEADERS
}
DESTINATION
${
INCLUDE_INSTALL_DIR
}
/KAlarmCal
DESTINATION
${
KF5_
INCLUDE_INSTALL_DIR
}
/KAlarmCal
COMPONENT Devel
)
...
...
@@ -85,13 +85,13 @@ install(FILES
repetition.h
version.h
${
KAlarmCal_HEADERS
}
DESTINATION
${
INCLUDE_INSTALL_DIR
}
/kalarmcal
DESTINATION
${
KF5_
INCLUDE_INSTALL_DIR
}
/kalarmcal
COMPONENT Devel
)
install
(
FILES
collectionattribute.h
compatibilityattribute.h
eventattribute.h
DESTINATION
${
INCLUDE_INSTALL_DIR
}
/kalarmcal
DESTINATION
${
KF5_
INCLUDE_INSTALL_DIR
}
/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