Skip to content

Commit 665e77b

Browse files
committed
Use the Qt install QtWebEngineProcess.entitlements directly
1 parent 2084dc9 commit 665e77b

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

CMake/QtWebEngineProcess.entitlements

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/openstudio_app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ if(APPLE AND CPACK_CODESIGNING_DEVELOPPER_ID_APPLICATION)
555555
FILES \"\${CMAKE_INSTALL_PREFIX}/$<TARGET_BUNDLE_DIR_NAME:${target_name}>/Contents/Frameworks/QtWebEngineCore.framework/Versions/A/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess\"
556556
SIGNING_IDENTITY \"${CPACK_CODESIGNING_DEVELOPPER_ID_APPLICATION}\"
557557
IDENTIFIER \"${CPACK_CODESIGNING_MACOS_IDENTIFIER}.QtWebEngineProcess\"
558-
ENTITLEMENTS \"${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/QtWebEngineProcess.entitlements\"
558+
ENTITLEMENTS \"${QtWebEngineProcess}/Contents/Resources/QtWebEngineProcess.entitlements\"
559559
FORCE VERBOSE
560560
)
561561
"

0 commit comments

Comments
 (0)