Skip to content
Snippets Groups Projects
Commit f30837e8 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: missing fonts in standalone packages

parent 57fe2fdd
No related branches found
No related tags found
1 merge request!67Packaging install fonts
......@@ -42,5 +42,8 @@ set(QT_REQ_DIRS)
${CMAKE_CURRENT_SOURCE_DIR}/Files/qt.conf
DESTINATION ${PKG_STAGE_DIR}/bin
)
if(IS_DIRECTORY "${SUPERBUILD_INSTALL_DIR}/lib/fonts")
install_without_message("${SUPERBUILD_INSTALL_DIR}/lib/fonts" "lib")
endif()
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment