qt5base-lts/examples/animation
Gunnar Sletta 4ecf82795d Remove use of QT_MODULE from library
These defines were there to aid in the commercial
licensing scheme we used long ago, and are no longer needed.

Keep a QT_MODULE(x) define so other modules continue compiling.

Change-Id: I8fd76cd5270df8f14aee746b6cf32ebf7c23fec7
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-25 10:19:44 +01:00
..
animatedtiles Update contact information in license headers. 2012-01-23 04:04:33 +01:00
appchooser Update contact information in license headers. 2012-01-23 04:04:33 +01:00
easing Update contact information in license headers. 2012-01-23 04:04:33 +01:00
moveblocks Update contact information in license headers. 2012-01-23 04:04:33 +01:00
states Update contact information in license headers. 2012-01-23 04:04:33 +01:00
stickman Update contact information in license headers. 2012-01-23 04:04:33 +01:00
sub-attaq Remove use of QT_MODULE from library 2012-01-25 10:19:44 +01:00
animation.pro Merge remote-tracking branch 'base/master' into refactor 2011-06-27 12:27:54 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

The animation framework aims to provide an easy way for creating animated and
smooth GUI's. By animating Qt properties, the framework provides great freedom
for animating widgets and other QObjects. The framework can also be used with
the Graphics View framework.


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