mirror of
https://invent.kde.org/network/kdeconnect-kde.git
synced 2025-12-12 20:35:55 +01:00
Re-add pngs since they are needed for the Windows app icons
This commit is contained in:
@@ -9,14 +9,12 @@ if (WIN32)
|
||||
include(ECMAddAppIcon)
|
||||
ecm_add_app_icon(kdeconnect_SRCS ICONS
|
||||
${CMAKE_SOURCE_DIR}/icons/app/sc-apps-kdeconnect.svg
|
||||
${CMAKE_SOURCE_DIR}/icons/app/16-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/24-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/32-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/48-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/64-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/128-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/256-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/1024-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/32-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/48-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/64-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/128-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/256-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/512-apps-kdeconnect.png
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
BIN
icons/windows/128-apps-kdeconnect.png
Normal file
BIN
icons/windows/128-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
icons/windows/256-apps-kdeconnect.png
Normal file
BIN
icons/windows/256-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
icons/windows/32-apps-kdeconnect.png
Normal file
BIN
icons/windows/32-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1014 B |
BIN
icons/windows/48-apps-kdeconnect.png
Normal file
BIN
icons/windows/48-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/windows/512-apps-kdeconnect.png
Normal file
BIN
icons/windows/512-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
icons/windows/64-apps-kdeconnect.png
Normal file
BIN
icons/windows/64-apps-kdeconnect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -11,17 +11,14 @@ set(indicator_SRCS
|
||||
)
|
||||
|
||||
include(ECMAddAppIcon)
|
||||
|
||||
ecm_add_app_icon(indicator_SRCS ICONS
|
||||
${CMAKE_SOURCE_DIR}/icons/app/sc-apps-kdeconnect.svg
|
||||
${CMAKE_SOURCE_DIR}/icons/app/16-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/24-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/32-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/48-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/64-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/128-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/256-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/app/1024-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/32-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/48-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/64-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/128-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/256-apps-kdeconnect.png
|
||||
${CMAKE_SOURCE_DIR}/icons/windows/512-apps-kdeconnect.png
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
|
||||
Reference in New Issue
Block a user