From ec2760e61d7e9a22578d7957f7e3317e3295ab2c Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 11 May 2021 13:28:31 +0300 Subject: Remove dependency on qtandroidextras Remove use of Qt Android Extras APIs. Change-Id: I020a3966b284f19d7f0c4b313543bb4c4820f039 Reviewed-by: Lars Knoll --- examples/multimedia/video/qmlvideo/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'examples/multimedia/video/qmlvideo/CMakeLists.txt') diff --git a/examples/multimedia/video/qmlvideo/CMakeLists.txt b/examples/multimedia/video/qmlvideo/CMakeLists.txt index b5f78960d..3aeab9731 100644 --- a/examples/multimedia/video/qmlvideo/CMakeLists.txt +++ b/examples/multimedia/video/qmlvideo/CMakeLists.txt @@ -150,16 +150,6 @@ qt6_add_resources(qmlvideo "performancemonitordeclarative" ${performancemonitordeclarative_resource_files} ) -if(ANDROID AND TARGET Qt::AndroidExtras) - target_compile_definitions(qmlvideo PUBLIC - REQUEST_PERMISSIONS_ON_ANDROID - ) - - target_link_libraries(qmlvideo PUBLIC - Qt::AndroidExtras - ) -endif() - install(TARGETS qmlvideo RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" -- cgit v1.2.3