3c7583fabf
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>
10 lines
204 B
Prolog
10 lines
204 B
Prolog
TEMPLATE = aux
|
|
|
|
global_docs.files = \
|
|
$$PWD/global \
|
|
$$PWD/config
|
|
global_docs.path = $$[QT_INSTALL_DOCS]
|
|
INSTALLS += global_docs
|
|
!prefix_build:!equals(OUT_PWD, $$PWD): \
|
|
COPIES += global_docs
|