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
Utilities
Konsole
Commits
51ab3770
Commit
51ab3770
authored
Sep 10, 2021
by
Hannah von Reth
Browse files
Fix application icon on mac
parent
ab25bd0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
51ab3770
...
...
@@ -283,9 +283,9 @@ set(konsole_SRCS
)
# Sets the icon on Windows and OSX
ecm_add_app_icon
(
konsole
ICONS
${
ICONS_SRCS
}
)
ecm_add_app_icon
(
ICONS_SOURCES
ICONS
${
ICONS_SRCS
}
)
add_executable
(
konsole
${
konsole_SRCS
}
)
add_executable
(
konsole
${
konsole_SRCS
}
${
ICONS_SOURCES
}
)
target_link_libraries
(
konsole
konsoleprivate
konsoleapp
...
...
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