From e4125863f0cf2736d933e514762f898752c901e5 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 7 Nov 2022 16:26:12 +0200 Subject: Add permissions feature example and manual test to the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And add license headers and some minor fixes for warnings in the example and test. Task-number: QTBUG-90498 Change-Id: I34592f7f2844c92c25a6a676c8ac1ffca9e03c6d Reviewed-by: Tor Arne Vestbø Reviewed-by: Timur Pocheptsov --- tests/manual/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/manual/CMakeLists.txt') diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt index 5faf171db5..182068e8e8 100644 --- a/tests/manual/CMakeLists.txt +++ b/tests/manual/CMakeLists.txt @@ -40,6 +40,9 @@ if (QT_FEATURE_openssl AND UNIX) add_subdirectory(qnetworkreply) endif() #special case end +if(QT_FEATURE_permissions) + add_subdirectory(permissions) +endif() add_subdirectory(qstorageinfo) add_subdirectory(qscreen) add_subdirectory(qscreen_xrandr) -- cgit v1.2.3