summaryrefslogtreecommitdiffstats
path: root/src/android/android.pro
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@theqtcompany.com>2014-12-05 10:24:09 +0100
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2014-12-09 16:59:03 +0100
commit5a6735316aad213f9156eb32d56eb65271b16910 (patch)
tree96328b68504990db5a3c8a8f05818650874cafea /src/android/android.pro
parenta6436ff5592332d5d06c6ee1806dc132306d5f3e (diff)
Do not initialize accessibility code by default on startup.
Instead listen for if the accessibility service is running or not by implementing AccessibilityStateChangeListener. This seems to work smoothly when turning on or off TalkBack. This should also improve startup time. Change-Id: I3eb7d6cb9c9c1618afbb59675e4e089c9159019c Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'src/android/android.pro')
-rw-r--r--src/android/android.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/android.pro b/src/android/android.pro
index 55a94a2c06..b17dd15cd4 100644
--- a/src/android/android.pro
+++ b/src/android/android.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
+CONFIG += ordered
SUBDIRS = jar java templates accessibility