From f40d8b669cd299be8c7b83171ab25de7708e2b25 Mon Sep 17 00:00:00 2001 From: schm1dtxbox <36817325+schm1dtxbox@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:14:13 +0100 Subject: [PATCH] Fix camera permission prompts Apparently calling qt_finalize_target in the CMake list is needed for permissions-related stuff to work. --- rpcs3/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index a70756d3be..a32dbc41a4 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -130,6 +130,7 @@ if(APPLE) else() set(QT_DEPLOY_FLAGS "") endif() + qt_finalize_target(rpcs3) add_custom_command(TARGET rpcs3 POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/rpcs3.icns $/../Resources/rpcs3.icns