summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-11-16 11:16:01 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-16 13:03:56 +0000
commit96178fe9dca54f06e31ef4b1c4a18e7895b3f1ee (patch)
treea4128f2a52bb8534f5cf1094c96df1b6c399ed09
parent53f9757568f2c71ea906d33219cc6da9dcb7568c (diff)
downloadqtdoc-96178fe9dca54f06e31ef4b1c4a18e7895b3f1ee.tar.gz
Doc: Mention correct dependencies for X11 extras
Fixes: QTBUG-98327 Change-Id: I85735fbb3ba52b5d3142d08f1eaa6376ad552c83 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit f04fef8fe624a0b5472218c90a2aaf2d1a1e028f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/extras-changes.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/extras-changes.qdoc b/doc/src/extras-changes.qdoc
index 9f095d51..db7732b6 100644
--- a/doc/src/extras-changes.qdoc
+++ b/doc/src/extras-changes.qdoc
@@ -139,8 +139,8 @@
Clients that still rely on the functionality can include the private
header \c {<QtGui/private/qtx11extras_p.h>} as a stopgap solution.
- To enable private headers use \c {QT += core-private} with \c qmake,
- or add a project dependency to \c Qt::CorePrivate with \c CMake.
+ To enable private headers use \c {QT += gui-private} with \c qmake,
+ or add a project dependency to \c Qt::GuiPrivate with \c CMake.
\section1 Changes to Qt Android Extras