how to solve this error: ‘QPropertyAnimation’ was not declared in this scope
Hi, In my program i have added ‘QPropertyAnimation’ class reference by using #include <QPropertyAnimation>. while running in the gui mode there is no problem with my program.but when i try to cross compile the program i am getting the following error: “‘QPropertyAnimation’ was not declared in this scope”. please anybody tell me how to solve this issue.
8 replies
Hi,
when i am trying to run my program in my pc itself it is working fine. but i need to cross compile my program for the arm board. so i am trying to compile my program for the arm board am getting the error “QPropertyAnimation’ was not declared in this scope”. i think
the thing is need to add the class reference in my .pro file? am i right
You must log in to post a reply. Not a member yet? Register here!



