QtDeclarative. Where is it?
-
Hi.
I was using QtCreator under Windows for a couple of months, but now I have a need to run my project under Linux (Ubuntu).
I've installed it, but when I compile my project, the compiler says: "QtDeclarative: No such file or directory".1. I have:
@QT += declarative@
line in my .pro file.
2. I was running *qmake *also to rebuild the Makefile.
3. I've looked into /usr/include/qt4 and indeed there is nothing like QtDeclarative.
What should I do?