summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-02-29 08:34:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-29 09:04:37 +0100
commit636e5c5d64479754b9d8d262bba64773e3b5cf93 (patch)
treec7f76fe4c3448360b8ae1689e9c03724bc0b1dc0 /configure
parent99b997c4d5c4066866f4b4af04b925fcf17f144c (diff)
Added helpful notice in configure about how to enable the xcb plugin.
This should make it less confusing for people building Qt 5 on Linux. Change-Id: I3aa7151f790587d5944c837d701b1b1b580b4bc3 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8b8fc7d008..4e6d42d8cb 100755
--- a/configure
+++ b/configure
@@ -5499,6 +5499,8 @@ if [ "$PLATFORM_QPA" = "yes" ]; then
echo " If you really want to build without a QPA platform plugin you must pass"
echo " -no-xcb and -no-wayland to configure. Doing this will produce a Qt that"
echo " cannot run GUI applications."
+ echo " The dependencies needed for xcb to build are listed in"
+ echo " src/plugins/platforms/xcb/README"
exit 1
fi
fi