Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
1cd00946
Commit
1cd00946
authored
Mar 20, 2022
by
Nicolas Fella
Browse files
Port to target-based ecm_add_app_icon
parent
109eb333
Pipeline
#153328
passed with stage
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
1cd00946
...
...
@@ -338,11 +338,7 @@ endif()
# Sets the icon on Windows and OSX
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/*system-file-manager.png"
)
ecm_add_app_icon
(
dolphin_APPICON_SRCS ICONS
${
ICONS_SRCS
}
)
# ecm_add_app_icon 5.83 will take target as arg, use that once it is min req.
target_sources
(
dolphin PRIVATE
${
dolphin_APPICON_SRCS
}
)
ecm_add_app_icon
(
dolphin ICONS
${
ICONS_SRCS
}
)
target_link_libraries
(
dolphin
PRIVATE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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