From: Kent Hansen Date: Fri, 16 Sep 2011 10:55:36 +0000 (+0200) Subject: Disable autotests temporarily on Mac X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9c6b04e987de29b1b8b30cf63b8a0a0383ee8b74;p=konrad%2Fqtdeclarative.git Disable autotests temporarily on Mac Change-Id: Ib34fdbdce2b088e0f79034342ab1fc9c94ea10f9 Reviewed-on: http://codereview.qt-project.org/5080 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- diff --git a/tests/tests.pro b/tests/tests.pro index 85e4f3a..42b66b7 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,4 @@ TEMPLATE = subdirs +!mac { SUBDIRS += auto +}