QDeclarativeView no such file or directory
-
On trying to compile a sample example for symbian device I get the following error.
#include <QtDeclarative/QDeclarativeView>
QDeclarativeView : no such file or directory.
I am using Qt for Symbian 4.7.1 . And for the simulator build it works fine.
-
[quote author="Alexander Kuchumov" date="1290674479"]@#include <QDeclarativeView>@
Does it work?[/quote]No I had tried that too.
-
Also for Maemo it compiles properly without any error
-
So which platform are you trying to build for?
-
Symbian
-
First thought have you added the "declarative" keyword on .pro file? If not, add it like below:
@
QT += core gui declarative
@Second thought, in which version of Symbian you are trying, as far as Symbian^3 is concerned, Qt 4.7 is in a developer test phase for the Symbian^3, you can grab the binaries through the link below.
"Qt 4.7 for Symbian^3":http://labs.qt.nokia.com/2010/10/18/qt-4-7-for-symbian3-developer-version-available/