This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
app/android/res/values/libs.xml
Dorian Zedler 104b1ee4f6
Preperation for release 1.0.0
- New Android Manifest for API 29
- minor fiexes
2021-01-15 18:15:37 +01:00

22 lines
551 B
XML

<?xml version='1.0' encoding='utf-8'?>
<resources>
<array name="qt_sources">
<item>https://download.qt.io/ministro/android/qt5/qt-5.14</item>
</array>
<!-- The following is handled automatically by the deployment tool. It should
not be edited manually. -->
<array name="bundled_libs">
<!-- %%INSERT_EXTRA_LIBS%% -->
</array>
<array name="qt_libs">
<!-- %%INSERT_QT_LIBS%% -->
</array>
<array name="load_local_libs">
<!-- %%INSERT_LOCAL_LIBS%% -->
</array>
</resources>