summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-11-16 11:16:01 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-11-17 05:33:30 +0000
commitcb5ef06e724487d97fc9c882f1f8e54614046d81 (patch)
treea4128f2a52bb8534f5cf1094c96df1b6c399ed09
parent53f9757568f2c71ea906d33219cc6da9dcb7568c (diff)
downloadqtdoc-cb5ef06e724487d97fc9c882f1f8e54614046d81.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)
-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