Update CMakeLists.txt

This commit is contained in:
tooomm 2025-05-29 20:10:05 +02:00 committed by GitHub
parent 5d77f58596
commit e6ee47f5b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,12 +251,6 @@ Translations = Resources/translations\")
file(GLOB_RECURSE QTPLUGINS file(GLOB_RECURSE QTPLUGINS
\"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/*.dll\") \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/*.dll\")
set(BU_CHMOD_BUNDLE_ITEMS ON) set(BU_CHMOD_BUNDLE_ITEMS ON)
# Ignore directories that contain unwanted DLLs (liblzma.dll)
set(FIXUP_BUNDLE_IGNORE_PATHS
\"\${CMAKE_INSTALL_PREFIX}/oracle\"
\"\${CMAKE_INSTALL_PREFIX}/vcpkg_installed/x64-windows/debug/bin\")
include(BundleUtilities) include(BundleUtilities)
fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\") fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\")
" "