summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-05-13 19:28:18 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-19 06:42:35 +0000
commitb19ccc3af4ee4eafac16e2107a07cd488f3f941b (patch)
tree5b5cec358e0bcb1fdd6ae3cab6f021186185838e /src/plugins/platforms/xcb/README
parent99817446843bfb06799d74b9db171dbd3de7d24b (diff)
Remove -qt-xcb, -system-xcb from README and comments
The options got removed in commit 60588e1a5dd Pick-to: 5.15 Change-Id: Ic94f58885dab6de3c563b3dab70385570864b47d Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb/README')
-rw-r--r--src/plugins/platforms/xcb/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/platforms/xcb/README b/src/plugins/platforms/xcb/README
index 5f238ab261..1fb3264cf1 100644
--- a/src/plugins/platforms/xcb/README
+++ b/src/plugins/platforms/xcb/README
@@ -1,7 +1 @@
Requires libxcb >= 1.9.1.
-
-REDUCING RUNTIME DEPENDENCIES
-
-The '-qt-xcb' configure option can be used to get rid of most xcb- dependencies. Only libxcb will
-still be linked dynamically, since it will be most likely be pulled in via other dependencies anyway.
-This should allow for binaries that are portable across most modern Linux distributions.