2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-05-07 11:54:52 +00:00
|
|
|
CONFIG += no_docs_target
|
2017-01-09 10:23:10 +00:00
|
|
|
requires(qtHaveModule(testlib))
|
|
|
|
|
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)
|
2016-08-05 11:35:39 +00:00
|
|
|
!uikit:!testcocoon:contains(QT_CONFIG, release): SUBDIRS += benchmarks
|