Update CMakeLists.txt

This commit is contained in:
tooomm 2025-05-29 22:58:28 +02:00 committed by GitHub
parent 219778c5a1
commit c40abb3918
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,16 +246,16 @@ Translations = Resources/translations\")
COMPONENT Runtime COMPONENT Runtime
) )
# install( # install(
# CODE " # CODE "
# 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)
# include(BundleUtilities) # include(BundleUtilities)
# fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\") # fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\")
# " # "
# COMPONENT Runtime # COMPONENT Runtime
# ) # )
endif() endif()
if(Qt6_FOUND AND Qt6LinguistTools_FOUND) if(Qt6_FOUND AND Qt6LinguistTools_FOUND)