summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-05-08 15:48:38 +0200
committerAlex Blasche <alexander.blasche@qt.io>2019-05-08 15:48:38 +0200
commita49336c78a0b610b2dff25ecc1f292bdeefbfda7 (patch)
treef6b172ccc3de89f8de18dd696863246f80c5696a
parent673495d2eb1fe9cdf701351d75c2203c80ab6ba5 (diff)
Android: disable tests requiring plugins
androiddeployqt cannot work out that the plugins under qtserialbus/tests/auto/plugins are required to pass this test. Fixes: QTBUG-73621 Change-Id: Ib246ff186ec4c8688e1525fc9500d69fda4775a4 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 2542d65..d7b8036 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += cmake \
qcanbusframe \
- qcanbus \
qcanbusdevice \
qmodbusdataunit \
qmodbusreply \
@@ -14,6 +13,8 @@ SUBDIRS += cmake \
qmodbusdeviceidentification \
qmodbusrtuserialmaster
+!android: SUBDIRS += qcanbus
+
qcanbus.depends += plugins
qcanbusdevice.depends += plugins