From c40abb39182f61a822df9db8f233e90b23e2af91 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 29 May 2025 22:58:28 +0200 Subject: [PATCH] Update CMakeLists.txt --- oracle/CMakeLists.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/oracle/CMakeLists.txt b/oracle/CMakeLists.txt index 35252d90f..056fc27b5 100644 --- a/oracle/CMakeLists.txt +++ b/oracle/CMakeLists.txt @@ -246,16 +246,16 @@ Translations = Resources/translations\") COMPONENT Runtime ) - # install( - # CODE " - # file(GLOB_RECURSE QTPLUGINS - # \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/*.dll\") - # set(BU_CHMOD_BUNDLE_ITEMS ON) - # include(BundleUtilities) - # fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\") - # " - # COMPONENT Runtime - # ) + # install( + # CODE " + # file(GLOB_RECURSE QTPLUGINS + # \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/*.dll\") + # set(BU_CHMOD_BUNDLE_ITEMS ON) + # include(BundleUtilities) + # fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\") + # " + # COMPONENT Runtime + # ) endif() if(Qt6_FOUND AND Qt6LinguistTools_FOUND)