simple_mtglife

view android/res/values/libs.xml @ 6:9e3e14ed98eb

android: keep from sleeping while the app is active
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Feb 2015 05:46:07 +0200
parents
children
line source
1 <?xml version='1.0' encoding='utf-8'?>
2 <resources>
3 <array name="qt_sources">
4 <item>https://download.qt-project.org/ministro/android/qt5/qt-5.4</item>
5 </array>
7 <!-- The following is handled automatically by the deployment tool. It should
8 not be edited manually. -->
10 <array name="bundled_libs">
11 <!-- %%INSERT_EXTRA_LIBS%% -->
12 </array>
14 <array name="qt_libs">
15 <!-- %%INSERT_QT_LIBS%% -->
16 </array>
18 <array name="bundled_in_lib">
19 <!-- %%INSERT_BUNDLED_IN_LIB%% -->
20 </array>
21 <array name="bundled_in_assets">
22 <!-- %%INSERT_BUNDLED_IN_ASSETS%% -->
23 </array>
25 </resources>