2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2011-06-21 12:04:01 +00:00
|
|
|
SUBDIRS = auto
|
|
|
|
|
|
|
|
# benchmarks in debug mode is rarely sensible
|
2011-06-23 08:48:33 +00:00
|
|
|
# benchmarks are not sensible for code coverage (here with tool testcocoon)
|
|
|
|
!testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
|
2011-11-14 13:43:32 +00:00
|
|
|
|
|
|
|
# disable 'make check' on Mac OS X for the time being
|
|
|
|
mac: auto.CONFIG += no_check_target
|