aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/apps.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2014-11-21 15:27:40 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-05 14:37:55 +0100
commit59e4f8c5491cf639e183ee41b242bfaeac24e66e (patch)
tree6bee979d073b674f8ff279aae8dd166477633e95 /src/app/apps.qbs
parenta8d621e5d8bcc6edb219400b8afc3a8fa7bbb143 (diff)
First stage of Android support.
Supports building debug APKs with or without native libraries. Features to be added in subsequent patches: - Things related to release packages (release signing, code obfuscation, image crunching) - AAR packages - Test projects - Qt-specific stuff - Possibly deployment & running Also, the setup tool should become a library at some point, namely once we know what the interface should look like in order to make sense with Qt Creator. Change-Id: I1e9bc950e8c95e136d2a6a702dc95059e9047072 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/app/apps.qbs')
-rw-r--r--src/app/apps.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/apps.qbs b/src/app/apps.qbs
index 56d8d3289..4eaa50075 100644
--- a/src/app/apps.qbs
+++ b/src/app/apps.qbs
@@ -6,6 +6,7 @@ Project {
"config-ui/config-ui.qbs",
"qbs/qbs.qbs",
"qbs-qmltypes/qbs-qmltypes.qbs",
+ "qbs-setup-android/qbs-setup-android.qbs",
"qbs-setup-qt/qbs-setup-qt.qbs",
"qbs-setup-toolchains/qbs-setup-toolchains.qbs",
]