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>
6
7    <!-- The following is handled automatically by the deployment tool. It should
8         not be edited manually. -->
9
10    <array name="bundled_libs">
11        <!-- %%INSERT_EXTRA_LIBS%% -->
12    </array>
13
14     <array name="qt_libs">
15         <!-- %%INSERT_QT_LIBS%% -->
16     </array>
17
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>
24
25</resources>
26