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
PIM Calendar Support
Commits
bec30d7d
Commit
bec30d7d
authored
Jan 24, 2022
by
Laurent Montel
Browse files
Fix install headers
parent
69207f2a
Pipeline
#128050
passed with stage
in 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
bec30d7d
...
...
@@ -93,7 +93,7 @@ endif()
generate_export_header
(
KF5CalendarSupport BASE_NAME calendarsupport
)
target_include_directories
(
KF5CalendarSupport INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF
}
/CalendarSupport/
;
${
KDE_INSTALL_INCLUDEDIR_KF
}
/calendarsupport
>"
)
target_include_directories
(
KF5CalendarSupport INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF
}
/CalendarSupport/>"
)
target_include_directories
(
KF5CalendarSupport PUBLIC
"$<BUILD_INTERFACE:
${
calendarsupport_SOURCE_DIR
}
/src;
${
calendarsupport_BINARY_DIR
}
/src>"
)
target_link_libraries
(
...
...
@@ -190,7 +190,7 @@ install(FILES
${
CalendarSupport_CamelCaseprinter_HEADERS
}
${
CalendarSupport_CamelCasenext_HEADERS
}
${
CalendarSupport_CamelCasefreebusy_HEADERS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/CalendarSupport
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/CalendarSupport
/CalendarSupport
COMPONENT Devel
)
...
...
@@ -207,7 +207,7 @@ install(FILES
${
CalendarSupport_printer_HEADERS
}
${
CalendarSupport_next_HEADERS
}
${
CalendarSupport_freebusy_HEADERS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/calendarsupport
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/
CalendarSupport/
calendarsupport
COMPONENT Devel
)
install
(
FILES
...
...
src/kcalprefs_base.kcfgc
View file @
bec30d7d
...
...
@@ -4,7 +4,7 @@ ClassName=KCalPrefsBase
Singleton=false
Mutators=true
Visibility=CALENDARSUPPORT_EXPORT
IncludeFiles=calendarsupport_export.h
IncludeFiles=
\"
calendarsupport_export.h
\"
MemberVariables=public
GlobalEnums=true
ItemAccessors=true
...
...
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