From a49336c78a0b610b2dff25ecc1f292bdeefbfda7 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 8 May 2019 15:48:38 +0200 Subject: Android: disable tests requiring plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Eskil Abrahamsen Blomfeldt Reviewed-by: BogDan Vatra --- tests/auto/auto.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3