Re-add pngs since they are needed for the Windows app icons

This commit is contained in:
Albert Vaca Cintora
2025-04-19 01:19:50 +02:00
parent 93d8f6de42
commit 91d5180ad6
8 changed files with 12 additions and 17 deletions

View File

@@ -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()

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -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)