1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-18 07:07:45 +00:00

Add application icon for Windows

This commit is contained in:
Joshua Goins 2024-04-26 16:48:23 -04:00
parent 971cf0181f
commit 529f8169c4
7 changed files with 10 additions and 0 deletions

View file

@ -30,6 +30,7 @@ include(KDEGitCommitHooks)
include(KDEClangFormat) include(KDEClangFormat)
include(ECMAddTests) include(ECMAddTests)
include(ECMQtDeclareLoggingCategory) include(ECMQtDeclareLoggingCategory)
include(ECMAddAppIcon)
ecm_setup_version(${PROJECT_VERSION} ecm_setup_version(${PROJECT_VERSION}
VARIABLE_PREFIX ASTRA VARIABLE_PREFIX ASTRA

View file

@ -182,6 +182,15 @@ endif ()
install(TARGETS astra ${KF6_INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS astra ${KF6_INSTALL_TARGETS_DEFAULT_ARGS})
ecm_add_app_icon(astra
ICONS
${CMAKE_SOURCE_DIR}/zone.xiv.astra.svg
${CMAKE_SOURCE_DIR}/resources/16-astra.png
${CMAKE_SOURCE_DIR}/resources/32-astra.png
${CMAKE_SOURCE_DIR}/resources/48-astra.png
${CMAKE_SOURCE_DIR}/resources/256-astra.png
)
qt_finalize_target(astra) qt_finalize_target(astra)
qt_generate_deploy_qml_app_script( qt_generate_deploy_qml_app_script(

BIN
resources/16-astra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

BIN
resources/256-astra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
resources/32-astra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
resources/48-astra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B