From b19ccc3af4ee4eafac16e2107a07cd488f3f941b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 13 May 2020 19:28:18 +0200 Subject: [PATCH] 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 --- mkspecs/macx-clang/qmake.conf | 2 +- src/plugins/platforms/xcb/README | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mkspecs/macx-clang/qmake.conf b/mkspecs/macx-clang/qmake.conf index 464f327ac44..0cf1f31b60d 100644 --- a/mkspecs/macx-clang/qmake.conf +++ b/mkspecs/macx-clang/qmake.conf @@ -7,7 +7,7 @@ # configure \ # -pkg-config \ # -fontconfig -system-freetype \ -# -system-xcb -no-opengl +# -xcb -no-opengl # # Ensure that pkg-config is properly configured, or that # PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig diff --git a/src/plugins/platforms/xcb/README b/src/plugins/platforms/xcb/README index 5f238ab2610..1fb3264cf19 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.