summaryrefslogtreecommitdiffstats
path: root/tests/manual/android_content_uri/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/android_content_uri/CMakeLists.txt')
-rw-r--r--tests/manual/android_content_uri/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/android_content_uri/CMakeLists.txt b/tests/manual/android_content_uri/CMakeLists.txt
new file mode 100644
index 0000000000..a8a815fd94
--- /dev/null
+++ b/tests/manual/android_content_uri/CMakeLists.txt
@@ -0,0 +1,7 @@
+qt_internal_add_test(tst_content_uris
+ SOURCES
+ tst_content_uris.cpp
+ LIBRARIES
+ Qt::CorePrivate
+ Qt::Widgets
+)