aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-08-23 23:49:01 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-08-26 09:48:13 +0200
commit95383bf86c0a49fea8ec47d1400067ead53749a9 (patch)
tree16aa9ee5ec8986b90a1b2704f3cdd53034ed35a5
parent07363ae73ec0409248d6bb9a953f29df5c0bbf6f (diff)
Doc: Fix the qhp project name
1abdfe5d5 renamed the doc module without the version no. 2 in the name, but a bug was left behind. The qhp.project name was still called QtQuickControls2, while all the qhp settings in the qdocconf were using QtQuickControls. Task-number: QTBUG-77815 Change-Id: I1e8d10212798a1f4dfedcd7888f846e149851d23 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/imports/controls/doc/qtquickcontrols.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/doc/qtquickcontrols.qdocconf b/src/imports/controls/doc/qtquickcontrols.qdocconf
index de4d213e..f6798f1f 100644
--- a/src/imports/controls/doc/qtquickcontrols.qdocconf
+++ b/src/imports/controls/doc/qtquickcontrols.qdocconf
@@ -8,7 +8,7 @@ project = QtQuickControls
description = Qt Quick Controls Reference Documentation
version = $QT_VERSION
-qhp.projects = QtQuickControls2
+qhp.projects = QtQuickControls
qhp.QtQuickControls.file = qtquickcontrols.qhp
qhp.QtQuickControls.namespace = org.qt-project.qtquickcontrols.$QT_VERSION_TAG