Doc: change location of html output directory

Due to a recent change in QDoc, the outputdir path has changed.

Task-number: QTBUG-119500
Change-Id: I35bc9f79eb0cd82bbd42b39fef37204189c4a1de
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Paul Wicking 2024-01-10 14:27:29 +01:00
parent 11d153ae1c
commit c210186a05

View File

@ -31,4 +31,4 @@ include(config.qdocconf)
# single-directory output mode
HTML.nosubdirs = "true"
HTML.outputsubdir = "html"
HTML.outputsubdir = "../html"