simple_mtglife
diff android/res/values/libs.xml @ 0:6321cfa2ad62
initial
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 23 Jan 2015 15:24:27 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/android/res/values/libs.xml Fri Jan 23 15:24:27 2015 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +<?xml version='1.0' encoding='utf-8'?> 1.5 +<resources> 1.6 + <array name="qt_sources"> 1.7 + <item>https://download.qt-project.org/ministro/android/qt5/qt-5.4</item> 1.8 + </array> 1.9 + 1.10 + <!-- The following is handled automatically by the deployment tool. It should 1.11 + not be edited manually. --> 1.12 + 1.13 + <array name="bundled_libs"> 1.14 + <!-- %%INSERT_EXTRA_LIBS%% --> 1.15 + </array> 1.16 + 1.17 + <array name="qt_libs"> 1.18 + <!-- %%INSERT_QT_LIBS%% --> 1.19 + </array> 1.20 + 1.21 + <array name="bundled_in_lib"> 1.22 + <!-- %%INSERT_BUNDLED_IN_LIB%% --> 1.23 + </array> 1.24 + <array name="bundled_in_assets"> 1.25 + <!-- %%INSERT_BUNDLED_IN_ASSETS%% --> 1.26 + </array> 1.27 + 1.28 +</resources>