summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-08-30 08:23:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 08:07:21 +0200
commitc879400e3d5a0cde94c44b261111f153f391841b (patch)
tree8db7e17582b4994b8206183db3faa8b10c64b2f9 /src/src.pro
parent5599d85de9e69a8fdfc63da8307816438acca167 (diff)
Add tool to deploy Qt applications on Android
This tool automates building an Android project with either bundling deployment or Ministro. It can be used from the command line and will also be used from Creator to create packages. Task-number: QTBUG-32856 Change-Id: I89716127d192618054317d1412f3bb224a4a81a4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 0e6b24d77..0a88949b8 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -21,6 +21,10 @@ mac {
SUBDIRS += macdeployqt
}
+android {
+ SUBDIRS += androiddeployqt
+}
+
qtHaveModule(dbus): SUBDIRS += qdbus
qtNomakeTools( \