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:
parent
971cf0181f
commit
529f8169c4
7 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,7 @@ include(KDEGitCommitHooks)
|
|||
include(KDEClangFormat)
|
||||
include(ECMAddTests)
|
||||
include(ECMQtDeclareLoggingCategory)
|
||||
include(ECMAddAppIcon)
|
||||
|
||||
ecm_setup_version(${PROJECT_VERSION}
|
||||
VARIABLE_PREFIX ASTRA
|
||||
|
|
|
@ -182,6 +182,15 @@ endif ()
|
|||
|
||||
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_generate_deploy_qml_app_script(
|
||||
|
|
BIN
resources/16-astra.png
Normal file
BIN
resources/16-astra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 689 B |
BIN
resources/256-astra.png
Normal file
BIN
resources/256-astra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
resources/32-astra.png
Normal file
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
BIN
resources/48-astra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
resources/zone.xiv.astra.png
Normal file
BIN
resources/zone.xiv.astra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 689 B |
Loading…
Add table
Reference in a new issue