From f7f01c2acc8073a561d567de02d2e979f4f5f764 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 27 Jun 2021 16:35:32 +0200 Subject: [PATCH] Don't copy RCC, it's generated where it's needed --- interface/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 8ada51561f..31fab35df1 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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