aboutsummaryrefslogtreecommitdiffstats
path: root/examples/platforms/android/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/platforms/android/CMakeLists.txt')
-rw-r--r--examples/platforms/android/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/platforms/android/CMakeLists.txt b/examples/platforms/android/CMakeLists.txt
new file mode 100644
index 0000000000..7ed54f821d
--- /dev/null
+++ b/examples/platforms/android/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2024 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+qt_internal_add_example(qml_in_android_view)
+qt_internal_add_example(qml_in_java_based_android_project)
+qt_internal_add_example(qml_in_kotlin_based_android_project)