summaryrefslogtreecommitdiffstats
path: root/examples/corelib/platform/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/platform/CMakeLists.txt')
-rw-r--r--examples/corelib/platform/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/corelib/platform/CMakeLists.txt b/examples/corelib/platform/CMakeLists.txt
new file mode 100644
index 0000000000..b195713074
--- /dev/null
+++ b/examples/corelib/platform/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2023 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+if(ANDROID)
+ qt_internal_add_example(androidnotifier)
+endif()