summaryrefslogtreecommitdiffstats
path: root/src/android
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-09-23 17:10:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 08:40:38 +0200
commit39e04b022227c52c9e6aac1942919f68247e1394 (patch)
treeb7cfefec21d5a8640cdc14602ff031e666f0daaa /src/android
parent0a3a05f418a7c79cf11f0851f9793c558e3656e8 (diff)
Remove logic which changes install rules inside Qt dir
A common problem is that examples and other apps are unusable on Android when they are inside the Qt directory. There doesn't really seem to be any good reason for having a special case in place, since this will only affect applications which are not built with the host toolchain, and we aren't building any command line apps for the target devices. So the only thing this will affect are the examples and we want those to be installed into the correct path. Change-Id: Ibae365e06eb77944f11e596c16c3c5baf798848c Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/android')
-rw-r--r--src/android/java/java.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/java/java.pro b/src/android/java/java.pro
index 22c8ecc034..9d682e4f23 100644
--- a/src/android/java/java.pro
+++ b/src/android/java/java.pro
@@ -1,4 +1,4 @@
-CONFIG -= qt
+CONFIG -= qt android_install
javaresources.files = \
$$PWD/AndroidManifest.xml \