From 39e04b022227c52c9e6aac1942919f68247e1394 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 23 Sep 2013 17:10:33 +0200 Subject: 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 --- src/android/java/java.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/android') 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 \ -- cgit v1.2.3