9fde9ab167
Only call qdoc for projects which sets the QMAKE_DOCS variable to point to a qdocconf file. Exclude examples/ and tests/ from the qdoc run, by adding no_docs_target to CONFIG for those projects. Change-Id: Ic856c8f19db59309302d0602b3e99735609e525a Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
8 lines
244 B
Prolog
8 lines
244 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
SUBDIRS = auto
|
|
|
|
# benchmarks in debug mode is rarely sensible
|
|
# benchmarks are not sensible for code coverage (here with tool testcocoon)
|
|
!testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
|