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.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/androidextras/androidextras.pro b/examples/androidextras/androidextras.pro
deleted file mode 100644
index 169797a..0000000
--- a/examples/androidextras/androidextras.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = subdirs
-
-android {
- qtHaveModule(quick) {
- SUBDIRS += \
- notification \
- jnimessenger \
- services \
- customactivity \
- musiclist
-
- EXAMPLE_FILES += \
- notification \
- jnimessenger \
- services \
- customactivity \
- musiclist
- }
-}