summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-17 11:11:44 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-17 11:14:22 +0200
commit99907042c7dfc397c4e79b686684eacc05316ac3 (patch)
tree3fabc7a5f0f2d01ad41645996dc6f65c242fc0b3
parentdfcc8c6d756f9a194cfcdc0eb1eb47af8c1a4bb2 (diff)
Remove cpp autotests from android builds.
Change-Id: I1b80c618af7739ec42cac3cccdfc948e979c52d9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index df2943a4..70ffea39 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
-SUBDIRS += cpptest
+!android: SUBDIRS += cpptest
qtHaveModule(quick): SUBDIRS += qmltest