Don't copy RCC, it's generated where it's needed

This commit is contained in:
Dale Glass 2021-06-27 16:35:32 +02:00
parent 3f20f6ec66
commit f7f01c2acc

View file

@ -387,9 +387,6 @@ else()
# copy the resources files beside the executable
add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
"${RESOURCES_RCC}"
"${INTERFACE_EXEC_DIR}"
# FIXME, the edit script code loads HTML from the scripts folder
# which in turn relies on CSS that refers to the fonts. In theory
# we should be able to modify the CSS to reference the QRC path to