[Development] QT_NO_DRAGANDDROP qt 5.6 git build fails

Samuel Gaist samuel.gaist at edeltech.ch
Wed Sep 2 16:06:48 CEST 2015


On 2 sept. 2015, at 15:35, Giuseppe D'Angelo <giuseppe.dangelo at kdab.com> wrote:

> Il 02/09/2015 15:02, Gunnar Roth ha scritto:
>> If you wonder why i need that, its because of wc2013 it has no DnD
>> support ( as wec7 had).
> 
> Submit a patch? :)
> 
> Unfortunately Qt is not tested in all the possible -no-feature switches.
> 
> Cheers,
> -- 
> Giuseppe D'Angelo | giuseppe.dangelo at kdab.com | Software Engineer
> KDAB (UK) Ltd., a KDAB Group company | Tel: UK +44-1625-809908
> KDAB - The Qt Experts
> 

+1 for the patch but the problem is rather that QWidget has the corresponding methods surrounded by #ifndef QT_NO_DRAGANDDROP and not QGraphicsView so it would make more sense to do it also for that class and not only for the content of the implementation.

Cheers
Samuel




More information about the Development mailing list