disable autotests temporarily on Mac

Reviewed-By: Morten

Change-Id: Iaf404deb3dd226212200a8716f8e7d1b70e5f40a
This commit is contained in:
Lars Knoll 2011-09-14 13:55:41 +02:00
parent f49056c353
commit 8cf8ac3cde

View File

@ -1,5 +1,7 @@
TEMPLATE = subdirs
!mac {
SUBDIRS = auto
# benchmarks in debug mode is rarely sensible
contains(QT_CONFIG,release):SUBDIRS += benchmarks
}