File: doc.pro

package info (click to toggle)
qtdoc-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,192 kB
  • sloc: cpp: 6,472; javascript: 794; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = aux

QMAKE_DOCS = $$PWD/config/qtdoc.qdocconf

# FIXME: Refactor into load(qt_docs) or something similar
# that can be used from all non-module projects that also
# provide modularized docs, for example qmake.
QTDIR = $$[QT_HOST_PREFIX]
exists($$QTDIR/.qmake.cache): \
    QMAKE_DOCS_OUTPUTDIR = $$QTDIR/doc/qtdoc
else: \
    QMAKE_DOCS_OUTPUTDIR = $$OUT_PWD/qtdoc