diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-05 13:01:02 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-05 13:01:02 (GMT) |
commit | 3d16f0d69c083e78cda0f036ceaca6031ef85b12 (patch) | |
tree | 9c12be56be0ef582521c756d80d3c953280c91b6 /configure | |
parent | b1b8ff495f7a33769b2aea9091622e3fa1e3344c (diff) | |
download | Qt-3d16f0d69c083e78cda0f036ceaca6031ef85b12.zip Qt-3d16f0d69c083e78cda0f036ceaca6031ef85b12.tar.gz Qt-3d16f0d69c083e78cda0f036ceaca6031ef85b12.tar.bz2 |
Remove obsolete XShape configure warning.
Task:QTBUG-2158
Designer no longer uses XShape for Drag and Drop.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -7827,10 +7827,7 @@ if [ "$PLATFORM_X11" = "yes" ] && [ "$CFG_XSHAPE" = "no" ]; then cat <<EOF NOTICE: Qt will not be built with XShape support. - - As a result, drag-and-drop in the Qt Designer will NOT - work. We recommend that you enable XShape support by passing - the -xshape switch to $0. + EOF fi |