qt5base-lts/examples/widgets/draganddrop
Oswald Buddenhagen 2ac3f92296 clean up example project files, mostly wrt QT+=widgets
move QT+=widgets (and printsupport) statements before the install
statements, and de-duplicate some cases.
also move some TARGET assignments to a more conventional place.

Change-Id: I6140d8611680f66c24490e5894e4eb90cae95635
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-12-17 14:08:17 +01:00
..
draggableicons clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
draggabletext clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
dropsite clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
fridgemagnets clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
puzzle clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
draganddrop.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt supports native drag and drop on all platforms via an extensible
MIME-based system that enables applications to send data to each other in the
most appropriate formats.

Drag and drop can also be implemented for internal use by applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.