From 19a154f57b9141e5cbe7dba3919a2acdfa91525a Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 7 Jun 2021 11:55:46 +0300 Subject: Use new permission api for http example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I265ec42205a193e9862eef26e73805bbf4188640 Reviewed-by: Tor Arne Vestbø --- examples/network/http/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'examples/network/http/CMakeLists.txt') diff --git a/examples/network/http/CMakeLists.txt b/examples/network/http/CMakeLists.txt index b967881c6a..aaa72982fb 100644 --- a/examples/network/http/CMakeLists.txt +++ b/examples/network/http/CMakeLists.txt @@ -36,16 +36,6 @@ target_link_libraries(http PUBLIC Qt::Widgets ) -if(ANDROID AND TARGET Qt::AndroidExtras) - target_compile_definitions(http PUBLIC - REQUEST_PERMISSIONS_ON_ANDROID - ) - - target_link_libraries(http PUBLIC - Qt::AndroidExtras - ) -endif() - install(TARGETS http RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" -- cgit v1.2.3