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
Multimedia
Kdenlive
Commits
4bc2315a
Commit
4bc2315a
authored
Sep 04, 2021
by
Camille Moulin
Browse files
Licence texts are now in LICENSES directory not COPYING file
parent
84f22558
Pipeline
#78659
passed with stage
in 8 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4bc2315a
...
...
@@ -147,7 +147,8 @@ if (BUILD_QCH)
endif
()
include
(
GNUInstallDirs
)
install
(
FILES AUTHORS COPYING README.md DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
)
install
(
FILES AUTHORS README.md DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
)
install
(
DIRECTORY LICENSES DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
)
if
(
ECM_VERSION VERSION_LESS
"5.59.0"
)
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
...
...
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