diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-05 13:04:31 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-01-05 13:04:31 (GMT) |
commit | 6abee18b8ab9899b909a15227fba8fbc4506fad8 (patch) | |
tree | 2c3b2e16f3dbb742cc788b1cd129586cfad26ae8 /configure | |
parent | 3d16f0d69c083e78cda0f036ceaca6031ef85b12 (diff) | |
download | Qt-6abee18b8ab9899b909a15227fba8fbc4506fad8.zip Qt-6abee18b8ab9899b909a15227fba8fbc4506fad8.tar.gz Qt-6abee18b8ab9899b909a15227fba8fbc4506fad8.tar.bz2 |
Remove the entire warning, is seems it was only there for
Designer.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -7821,17 +7821,6 @@ done rm -f .projects .projects.3 #------------------------------------------------------------------------------- -# XShape is important, DnD in the Designer doens't work without it -#------------------------------------------------------------------------------- -if [ "$PLATFORM_X11" = "yes" ] && [ "$CFG_XSHAPE" = "no" ]; then - cat <<EOF - - NOTICE: Qt will not be built with XShape support. - -EOF -fi - -#------------------------------------------------------------------------------- # check for platforms that we don't yet know about #------------------------------------------------------------------------------- if [ "$CFG_ARCH" = "generic" ]; then |