Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Apr 5, 2024
1 parent 77e3d8d commit 8f26105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ function(create_executable)
if(IOS)
target_link_libraries(
${exe_TARGET}
PUBLIC Qt::QDarwinCameraPermissionPlugin
Qt::QDarwinMicrophonePermissionPlugin
Qt::QDarwinLocationPermissionPlugin)
PUBLIC Qt6::QDarwinCameraPermissionPlugin
Qt6::QDarwinMicrophonePermissionPlugin
Qt6::QDarwinLocationPermissionPlugin)
qt_import_plugins(
${exe_TARGET} INCLUDE Qt::QDarwinCameraPermissionPlugin
Qt::QDarwinMicrophonePermissionPlugin Qt::QDarwinLocationPermissionPlugin)
${exe_TARGET} INCLUDE Qt6::QDarwinCameraPermissionPlugin
Qt6::QDarwinMicrophonePermissionPlugin Qt6::QDarwinLocationPermissionPlugin)
endif()

if(WITH_VCPKG) # this triggers the initialisation of static qca ossl plugin.
Expand Down

0 comments on commit 8f26105

Please sign in to comment.