aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2020-04-01 12:35:12 +0300
committerAntti Määttä <antti.maatta@qt.io>2020-04-09 08:07:05 +0300
commit6b0defe7bd0ce54bd1b830f87cff08533e4aa591 (patch)
tree8b56563dd6e37113d4e8c5ba6a7dfb634dffb34f
parentba49d22e9dce12f2a85b91d4876d8e1aee0792df (diff)
Remove lancelot from android buildv5.15.0-beta4
Change-Id: If70d4e1ac37ed9c43988787e863b248a8e8c3cab Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-rw-r--r--tests/auto/auto.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 98395df3..e687b2e1 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,9 +2,10 @@ TEMPLATE = subdirs
SUBDIRS = \
cmake \
quick3d \
- quick3d_lancelot \
utils
!integrity:!android|android_app:!wasm:!cross_compile {
- SUBDIRS += assetimport
+ SUBDIRS += \
+ assetimport \
+ quick3d_lancelot
}