disable autotests temporarily on Mac

Reviewed-By: Morten

Change-Id: Iaf404deb3dd226212200a8716f8e7d1b70e5f40a
bb10
Lars Knoll 2011-09-14 13:55:41 +02:00
parent f49056c353
commit 8cf8ac3cde
1 changed files with 2 additions and 0 deletions

View File

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