Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
Kdenlive
Commits
68a717f5
Verified
Commit
68a717f5
authored
Jul 26, 2019
by
Luca Beltrame
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support the new logging category directory with KF 5.59+
parent
08e457de
Pipeline
#5864
passed with stage
in 28 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
CMakeLists.txt
+6
-1
No files found.
CMakeLists.txt
View file @
68a717f5
...
...
@@ -145,7 +145,12 @@ ki18n_install(po)
include
(
GNUInstallDirs
)
install
(
FILES AUTHORS COPYING README.md DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
)
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL
"5.59.0"
)
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES kdenlive.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
############################
# Tests
...
...
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