<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/gui/CMakeLists.txt	2022-11-26 10:23:59
+++ src/gui/CMakeLists.txt	2024-08-14 10:23:59
@@ -135,13 +135,13 @@
 	install_qt5_plugin("Qt5::QCocoaIntegrationPlugin" plugins_to_fixup "${BUNDLE_DIR}/Contents/PlugIns")
 
 	# Qt config
-	install(CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${BUNDLE_DIR}/Contents/Resources/qt.conf\" \"[Paths]\nPlugins = PlugIns\nTranslations = i18n\n\")" COMPONENT Runtime)
+#	install(CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${BUNDLE_DIR}/Contents/Resources/qt.conf\" \"[Paths]\nPlugins = PlugIns\nTranslations = i18n\n\")" COMPONENT Runtime)
 
 	# Qt plugins &amp; bundle
-	install(CODE "
-		include(BundleUtilities)
-		set(BU_CHMOD_BUNDLE_ITEMS ON)
-		fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/${BUNDLE_DIR}\" \"${plugins_to_fixup}\" \"${Qt_LIB_DIR}\")" COMPONENT Runtime)
+#	install(CODE "
+#		include(BundleUtilities)
+#		set(BU_CHMOD_BUNDLE_ITEMS ON)
+#		fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/${BUNDLE_DIR}\" \"${plugins_to_fixup}\" \"${Qt_LIB_DIR}\")" COMPONENT Runtime)
 endif(APPLE)
 
 # If needed, add standard dependency to have identical build on all platforms
</pre></body></html>