mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 09:17:36 +00:00
docs: add compressed images
This commit is contained in:
parent
4e549bfd3a
commit
eb8d5a2e6d
2 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,13 @@ if(Python3_Interpreter_FOUND)
|
|||
list(APPEND QRC_LIST " <file alias=\"${FILE_REL}\">${FILE}</file>")
|
||||
endforeach()
|
||||
|
||||
FILE(GLOB IMAGES LIST_DIRECTORIES false "external/feather-docs/static/files/compressed/*.png")
|
||||
|
||||
foreach(FILE ${IMAGES})
|
||||
cmake_path(GET FILE FILENAME FILE_REL)
|
||||
list(APPEND QRC_LIST " <file alias=\"/static/files/${FILE_REL}\">${FILE}</file>")
|
||||
endforeach()
|
||||
|
||||
list(JOIN QRC_LIST "\n" QRC_DATA)
|
||||
configure_file("cmake/assets_docs.qrc" "${CMAKE_CURRENT_SOURCE_DIR}/src/assets_docs.qrc")
|
||||
else()
|
||||
|
|
2
external/feather-docs
vendored
2
external/feather-docs
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c0d1d629fa829b2d5b6f1cc25a14403b68b73c27
|
||||
Subproject commit 1292e43071d5c464a826eeb734580116f42ce320
|
Loading…
Reference in a new issue