Update CMakeLists.txt

This commit is contained in:
tooomm 2025-05-29 19:40:15 +02:00 committed by GitHub
parent 0d1fe1231d
commit 5d77f58596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,8 +254,8 @@ Translations = Resources/translations\")
# Ignore directories that contain unwanted DLLs (liblzma.dll) # Ignore directories that contain unwanted DLLs (liblzma.dll)
set(FIXUP_BUNDLE_IGNORE_PATHS set(FIXUP_BUNDLE_IGNORE_PATHS
\"${CMAKE_SOURCE_DIR}/oracle\" \"\${CMAKE_INSTALL_PREFIX}/oracle\"
\"${CMAKE_SOURCE_DIR}/vcpkg_installed/x64-windows/debug/bin\") \"\${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}\")