1<?xml version='1.0' encoding='utf-8'?>
2<resources>
3    <array name="qt_sources">
4        <item>https://download.qt.io/ministro/android/qt5/qt-5.14</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="load_local_libs">
19        <!-- %%INSERT_LOCAL_LIBS%% -->
20    </array>
21
22</resources>
23