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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Scott Petrovic
kdenlive
Commits
65cd5057
Commit
65cd5057
authored
Jun 19, 2016
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install light and dark icons only with KF5 < 5.23
parent
f2e3ce3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
CMakeLists.txt
CMakeLists.txt
+8
-0
data/CMakeLists.txt
data/CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
65cd5057
...
...
@@ -76,6 +76,14 @@ check_include_files(pthread.h HAVE_PTHREAD_H)
find_package
(
Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick
)
find_package
(
Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET
)
find_package
(
KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET
)
if
(
KF5XmlGui_FOUND
)
message
(
STATUS
"Found KF5 >= 5.23.0 enabling icon coloring"
)
else
()
message
(
STATUS
"KF5 < 5.23.0 Disable icon coloring"
)
set
(
KF5_ICON_COMPATIBILITY TRUE
)
endif
()
find_package
(
KF5 REQUIRED COMPONENTS Archive Bookmarks CoreAddons Config ConfigWidgets
DBusAddons KIO WidgetsAddons NotifyConfig NewStuff XmlGui Notifications GuiAddons TextWidgets IconThemes DocTools Crash OPTIONAL_COMPONENTS FileMetaData
)
...
...
data/CMakeLists.txt
View file @
65cd5057
...
...
@@ -5,7 +5,11 @@ add_subdirectory(icons)
add_subdirectory
(
lumas
)
add_subdirectory
(
man
)
add_subdirectory
(
titles
)
#add_subdirectory(pics)
if
(
KF5_ICON_COMPATIBILITY
)
add_subdirectory
(
pics
)
endif
()
install
(
FILES
banner.png
blacklisted_effects.txt
...
...
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