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
6848651c
Commit
6848651c
authored
Nov 16, 2020
by
Daniel Vrátil
🤖
Browse files
Install compressionstream private header
parent
53d1b4c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6848651c
cmake_minimum_required
(
VERSION 3.5
)
set
(
PIM_VERSION
"5.15.9
0
"
)
set
(
PIM_VERSION
"5.15.9
1
"
)
project
(
Akonadi VERSION
${
PIM_VERSION
}
)
set
(
CMAKE_CXX_STANDARD 17
)
...
...
src/private/CMakeLists.txt
View file @
6848651c
...
...
@@ -104,6 +104,7 @@ install(FILES
capabilities_p.h
scope_p.h
tristate_p.h
compressionstream_p.h
DESTINATION
${
KF5_INCLUDE_INSTALL_DIR
}
/akonadi/private
)
...
...
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