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
Commits
4c1664d9
Commit
4c1664d9
authored
Mar 06, 2022
by
Laurent Montel
😁
Browse files
Fix install private includes (qt6 compile fix)
parent
85f3280c
Pipeline
#146077
passed with stage
in 6 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4c1664d9
cmake_minimum_required
(
VERSION 3.16 FATAL_ERROR
)
set
(
PIM_VERSION
"5.19.4
0
"
)
set
(
PIM_VERSION
"5.19.4
1
"
)
project
(
Akonadi VERSION
${
PIM_VERSION
}
)
...
...
src/private/CMakeLists.txt
View file @
4c1664d9
...
...
@@ -99,6 +99,9 @@ set_target_properties(KF5AkonadiPrivate PROPERTIES
EXPORT_NAME AkonadiPrivate
)
target_include_directories
(
KF5AkonadiPrivate INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF
}
/Akonadi>"
)
install
(
TARGETS
KF5AkonadiPrivate
EXPORT KF5AkonadiTargets
...
...
@@ -120,7 +123,7 @@ install(FILES
scope_p.h
tristate_p.h
compressionstream_p.h
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/akonadi/private
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/
Akonadi/
akonadi/private
)
...
...
Write
Preview
Markdown
is supported
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