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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/androidextras/androidextras.pro b/examples/androidextras/androidextras.pro
new file mode 100644
index 0000000..31640ad
--- /dev/null
+++ b/examples/androidextras/androidextras.pro
@@ -0,0 +1,5 @@
+TEMPLATE = subdirs
+android {
+ SUBDIRS += notification
+ EXAMPLE_FILES += notification
+}