summaryrefslogtreecommitdiffstats
path: root/tests/auto/android/res/values/libs.xml
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-20 23:30:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-20 23:30:31 +0100
commite5a11fbb3251a98fafd6bebf0b6fc366acb19088 (patch)
tree8e1bd6704205307e0a23484221ea1bb67a9f411e /tests/auto/android/res/values/libs.xml
parent0646d1131b4bc65cdd9af29f4ce00fdd2398a3df (diff)
parent76c0be34cd4ff4564693162fa7528463e23ce9d8 (diff)
Merge "Merge branch 'dev' into stable" into refs/staging/stable
Diffstat (limited to 'tests/auto/android/res/values/libs.xml')
-rw-r--r--tests/auto/android/res/values/libs.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/android/res/values/libs.xml b/tests/auto/android/res/values/libs.xml
new file mode 100644
index 0000000000..7f2858e554
--- /dev/null
+++ b/tests/auto/android/res/values/libs.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+ <array name="qt_libs">
+ <item>QtCore</item>
+ <item>QtGui</item>
+ <item>QtTest</item>
+ <item>QtOpenGL</item>
+ <item>QtNetwork</item>
+ <item>QtScript</item>
+ <item>QtSql</item>
+ <item>QtXml</item>
+ <item>QtScriptTools</item>
+ <item>QtSvg</item>
+ <item>QtXmlPatterns</item>
+ <item>QtDeclarative</item>
+ <item>QtWebKit</item>
+ </array>
+ <array name="bundled_libs"/>
+</resources>