summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-12-02 12:19:12 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-12-03 16:37:21 +0100
commit1682033b1bdadefeb9b953f7d9d096d884f797e2 (patch)
tree2aa0e459a1d4aed7313e6482caba628bc8e2bc04 /dist
parent4df37b4d1fb19ea0df7c293c210ecdbd3337a9b7 (diff)
Add qdoc-specific changes to changes-5.14.0v5.14.0-rc2v5.14.0
Change-Id: Id38ada70cfe8316d37c5c329ddb727d67723f2ee Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.14.010
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
index 0997f3056..de2bb6fbd 100644
--- a/dist/changes-5.14.0
+++ b/dist/changes-5.14.0
@@ -51,3 +51,13 @@ information about a particular change.
is configured with -feature-relocatable.
- [QTBUG-75272] Added option -no-virtualkeyboard to disable deployment of
Qt Virtual Keyboard.
+
+****************************************************************************
+* qdoc *
+****************************************************************************
+
+ - QDoc no longer attempts to run if 'project' configuration variable is
+ not set; it now fails with an appropriate error message.
+
+ - [QTBUG-80051] 'depends' configuration now accepts '*' as a value,
+ instructing QDoc to load all available index files as dependencies.