Disable autotests temporarily on Mac
authorKent Hansen <kent.hansen@nokia.com>
Fri, 16 Sep 2011 10:55:36 +0000 (12:55 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 16 Sep 2011 11:45:23 +0000 (13:45 +0200)
Change-Id: Ib34fdbdce2b088e0f79034342ab1fc9c94ea10f9
Reviewed-on: http://codereview.qt-project.org/5080
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
tests/tests.pro

index 85e4f3a..42b66b7 100644 (file)
@@ -1,2 +1,4 @@
 TEMPLATE = subdirs
+!mac {
 SUBDIRS +=  auto
+}