Doc: Add doc/config directory to installed docs
This is needed to copy the .qdocconf files from that directory to QT_INSTALL_DOCS. Task-number: QTBUG-74391 Change-Id: Ia73d5c38c3c9588820401e8098b01f09e63292e4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
bd2b4c3569
commit
3c7583fabf
@ -1,6 +1,8 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
global_docs.files = $$PWD/global
|
||||
global_docs.files = \
|
||||
$$PWD/global \
|
||||
$$PWD/config
|
||||
global_docs.path = $$[QT_INSTALL_DOCS]
|
||||
INSTALLS += global_docs
|
||||
!prefix_build:!equals(OUT_PWD, $$PWD): \
|
||||
|
Loading…
Reference in New Issue
Block a user