File: qtattributionsscanner.pro

package info (click to toggle)
qttools-opensource-src 5.11.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,036 kB
  • sloc: cpp: 197,024; xml: 1,930; ansic: 196; perl: 88; makefile: 55; java: 32
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = aux

DISTFILES += test.qdocconf overview.qdoc data/qt_attribution.json data/LICENSE

run_qtattributionsscanner.commands = $$[QT_HOST_BINS]/qtattributionsscanner \
    --filter QDocModule=somemodule -o generated.qdoc $$PWD

run_docs.commands = BUILDDIR=$$OUT_PWD $$[QT_HOST_BINS]/qdoc $$PWD/test.qdocconf

check.depends = run_qtattributionsscanner run_docs

QMAKE_EXTRA_TARGETS += run_qtattributionsscanner run_docs check

QMAKE_CLEAN += generated.qdoc