summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mkspecs/macx-clang/qmake.conf2
-rw-r--r--src/plugins/platforms/xcb/README6
2 files changed, 1 insertions, 7 deletions
diff --git a/mkspecs/macx-clang/qmake.conf b/mkspecs/macx-clang/qmake.conf
index 464f327ac4..0cf1f31b60 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 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.