PDA

View Full Version : QtAnimationFramework and VS2008



estel
19th October 2009, 02:39
I have QtAnimationFramework 2.3 (http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtanimationframework/). 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:

To use this component in your project, add the following line to the
project's .pro file (or do the equivalent in your IDE):

include(your-install-dir/some-package/src/some-package.pri)
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:
Error 1 error PRJ0019: A tool returned an error code from "MOC c:\Qt\qtanimation2.3\src\qtmouseeventtransition.h"

Lykurg
19th October 2009, 09:20
Well its, not a direct solution to your problem, but if you can switch to the new 4.6 beta which works quite stable. There is the animation framework included and works out of the box.