I have QtAnimationFramework 2.3 (http://qt.nokia.com/products/appdev/...tionframework/). I made everything like instruction says. When I open example everything is fine, compilation is ok and application start. But when I create ma own project I have some problems. I have no idea where put a line:
Qt Code:
  1. To use this component in your project, add the following line to the
  2. project's .pro file (or do the equivalent in your IDE):
  3.  
  4. include(your-install-dir/some-package/src/some-package.pri)
To copy to clipboard, switch view to plain text mode 
So I export project to *.pro file->edit the file and add the lin(include...)->open project from *.pro file. In the solution there are a lot of file from QtAnimationFramework but if doesn't compile. There is one error:
Qt Code:
  1. Error 1 error PRJ0019: A tool returned an error code from "MOC c:\Qt\qtanimation2.3\src\qtmouseeventtransition.h"
To copy to clipboard, switch view to plain text mode