summaryrefslogtreecommitdiffstats
path: root/examples/corelib/corelib.pro
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-05-11 20:55:25 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-04 22:21:12 +0300
commit107a8058aec8712f228569ac5f0ed5db30318e53 (patch)
treeb6337f662088bfc390798ec8e0a483b6c95508a0 /examples/corelib/corelib.pro
parentc6e13056b57810260ac4099fef6fbdc5ff354824 (diff)
Move notification example from androidextras to qtbase
Refactor android notification example to fit in qtbase. The example demonstrates how to use JNI and work with Java APIs and add custom Java code to a Qt app targeting Android. Task-number: QTBUG-84382 Change-Id: I5fcbbf77b36eb47a0acaa13835ef3d773e63885c Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'examples/corelib/corelib.pro')
-rw-r--r--examples/corelib/corelib.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/corelib/corelib.pro b/examples/corelib/corelib.pro
index 8caf2c16df..625957ca1a 100644
--- a/examples/corelib/corelib.pro
+++ b/examples/corelib/corelib.pro
@@ -5,6 +5,7 @@ SUBDIRS = \
ipc \
mimetypes \
serialization \
- tools
+ tools \
+ platform
qtConfig(thread): SUBDIRS += threads