diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-06-21 14:04:01 +0200 |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-06-21 17:44:27 +0200 |
commit | a93a81be7d9b3c4902451475d7c06201292f82ec (patch) | |
tree | 1bef05a6badafe8ace9c2a726815d9f3ad97fcb1 | |
parent | ae4b4696a53aba6e81491a5d9796ca03adfb2953 (diff) |
-rw-r--r-- | tests/tests.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 75ca12094f..7a4af15fe2 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,3 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = auto \ - benchmarks +SUBDIRS = auto + +# benchmarks in debug mode is rarely sensible +contains(QT_CONFIG,release):SUBDIRS += benchmarks |