summaryrefslogtreecommitdiffstats
path: root/src/android/templates/res/values/libs.xml
blob: beb15ca1d8bbdf031207acd5d59fe0ed97b953dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8'?>
<resources>
    <!-- DO NOT EDIT THIS: This file is populated automatically by the deployment tool. -->

    <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>

    <string name="static_init_classes"><!-- %%INSERT_INIT_CLASSES%% --></string>
    <string name="use_local_qt_libs"><!-- %%USE_LOCAL_QT_LIBS%% --></string>
    <string name="bundle_local_qt_libs"><!-- %%BUNDLE_LOCAL_QT_LIBS%% --></string>
</resources>