Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.4.0
-
None
-
3d16f0d69c083e78cda0f036ceaca6031ef85b12
Description
If Qt is configured with -no-xshape, or XShape is not available, configure will print the following to the console:
"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 /home/sthomass/depot/qt/4.4/configure."
However, Designer does not use XShape for custom drag and drop functionality any more. From Qt 4.3, Designer uses regular drag and drop functionality, so the above message is obsolete and should not be printed.