From 3825fbbf72ecb75ffba628ae4d891bb5b8fff4f4 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 12 Sep 2020 17:34:33 -0700 Subject: build-system/macOS: add one more library that macdeployqt misses This appears to be new with Qt 5.14. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b7e356820..61cb33822 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -448,6 +448,10 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin") # and with Qt 5.11 we need another library that isn't copied by macdeployqt install(CODE "execute_process(COMMAND cp -a ${_qt5Core_install_prefix}/lib/QtPositioningQuick.framework ${CMAKE_BINARY_DIR}/${APP_BUNDLE_DIR}/Contents/Frameworks)") endif() + if(NOT Qt5Core_VERSION VERSION_LESS 5.14.0) + # and with Qt 5.14 we need another library that isn't always copied by macdeployqt + install(CODE "execute_process(COMMAND cp -a ${_qt5Core_install_prefix}/lib/QtQmlWorkerScript.framework ${CMAKE_BINARY_DIR}/${APP_BUNDLE_DIR}/Contents/Frameworks)") + endif() if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") install(CODE "execute_process(COMMAND cp -a ${_qt5Core_install_prefix}/qml/QtQuick ${CMAKE_BINARY_DIR}/${APP_BUNDLE_DIR}/Contents/Resources/qml)") install(CODE "execute_process(COMMAND cp -a ${_qt5Core_install_prefix}/qml/QtGraphicalEffects ${CMAKE_BINARY_DIR}/${APP_BUNDLE_DIR}/Contents/Resources/qml)") -- cgit v1.2.3-70-g09d2