2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-05-07 11:54:52 +00:00
|
|
|
CONFIG += no_docs_target
|
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)
|
2014-01-16 10:00:30 +00:00
|
|
|
!ios:!testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
|