aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/androidextras.pro')
-rw-r--r--examples/androidextras/androidextras.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/androidextras/androidextras.pro b/examples/androidextras/androidextras.pro
index ce3926f..7239503 100644
--- a/examples/androidextras/androidextras.pro
+++ b/examples/androidextras/androidextras.pro
@@ -1,7 +1,12 @@
TEMPLATE = subdirs
android {
qtHaveModule(quick) {
- SUBDIRS += notification
- EXAMPLE_FILES += notification
+ SUBDIRS += \
+ notification \
+ jnimessenger
+
+ EXAMPLE_FILES += \
+ notification \
+ jnimessenger
}
}