summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 7a4af15fe2..d91d696673 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
+!mac {
SUBDIRS = auto
# benchmarks in debug mode is rarely sensible
contains(QT_CONFIG,release):SUBDIRS += benchmarks
+}