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
Network
KDE Connect
Commits
d872b9ef
Commit
d872b9ef
authored
Jun 15, 2021
by
Piyush Aggarwal
🎮
Browse files
include ecmaddappicon to fix win32 build
parent
1386e541
Pipeline
#65792
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/CMakeLists.txt
View file @
d872b9ef
...
@@ -3,6 +3,7 @@ qt5_add_resources(kdeconnect_SRCS resources.qrc)
...
@@ -3,6 +3,7 @@ qt5_add_resources(kdeconnect_SRCS resources.qrc)
qt5_add_resources
(
kdeconnect_custom_icons_SRCS
${
CMAKE_SOURCE_DIR
}
/icons/custom_icons.qrc
)
qt5_add_resources
(
kdeconnect_custom_icons_SRCS
${
CMAKE_SOURCE_DIR
}
/icons/custom_icons.qrc
)
if
(
WIN32
)
if
(
WIN32
)
include
(
ECMAddAppIcon
)
ecm_add_app_icon
(
kdeconnect_SRCS ICONS
ecm_add_app_icon
(
kdeconnect_SRCS ICONS
${
CMAKE_SOURCE_DIR
}
/icons/app/sc-apps-kdeconnect.svg
${
CMAKE_SOURCE_DIR
}
/icons/app/sc-apps-kdeconnect.svg
${
CMAKE_SOURCE_DIR
}
/icons/app/16-apps-kdeconnect.png
${
CMAKE_SOURCE_DIR
}
/icons/app/16-apps-kdeconnect.png
...
...
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