I\'m using Qt Creator, and this line is generated automatically by the Qt Creator:
#include
But, why am I getting this me
You can try to add 'declarative' to the Project file:
QT += gui declarative
then
It helps me