summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:46 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:46 +0200
commit357deebd7ae3005ca02ea1818ffae64c1440bc51 (patch)
treebff1fec34a98cd4c7c9b5734f16f516384352205 /tests/auto/auto.pro
parentfc214a5d298e9d916882528c43e78e386ff8b0ad (diff)
parent14f92341e5a3293a718557d728a2c0bec1b1ac9a (diff)
downloadqtxmlpatterns-357deebd7ae3005ca02ea1818ffae64c1440bc51.tar.gz
Merge "Merge remote-tracking branch 'origin/5.13' into dev"
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 40f4c5c..dfec856 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -57,3 +57,11 @@ qtHaveModule(quick): SUBIDIRS += qquickxmllistmodel
!cross_compile: SUBDIRS += host.pro
+# these tests depend on auxiliary files to be deployed so they
+# fail on Android. Given the state of the module, we simply
+# disable them - the code is already tested on regular Linux.
+android: SUBDIRS-= checkxmlfiles \
+ patternistexamples \
+ qabstractxmlnodemodel \
+ qxmlquery
+