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
54a7ae88
Commit
54a7ae88
authored
Jul 31, 2019
by
Jean-Baptiste Mardelle
Browse files
Merge branch '1908'
parents
6a185052
e22da753
Pipeline
#6085
passed with stage
in 26 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
54a7ae88
...
...
@@ -146,10 +146,10 @@ ki18n_install(po)
include
(
GNUInstallDirs
)
install
(
FILES AUTHORS COPYING README.md DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL
"5.59.0"
)
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
if
(
ECM_VERSION VERSION_LESS
"5.59.0"
)
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
else
()
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
endif
()
############################
...
...
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