--- ui/zenodesign/CMakeLists.txt.orig	2024-04-22 14:05:16 UTC
+++ ui/zenodesign/CMakeLists.txt
@@ -22,7 +22,7 @@ endif (WIN32)
 
 file(GLOB_RECURSE source CONFIGURE_DEPENDS *.h *.cpp *.ui)
 file(GLOB_RECURSE resource CONFIGURE_DEPENDS *.qrc)
-qt5_add_big_resources(source ${resource})  # cihou msvc: fatal error C1060: compiler is out of heap space
+#qt5_add_big_resources(source ${resource})  # cihou msvc: fatal error C1060: compiler is out of heap space
 
 add_executable(zenodesign ${source})
 target_include_directories(zenodesign PRIVATE ../3rdparty ../zenoui ../editor)
