Hello,
I want to generate a subclass by extending QDeclarativeMouseArea class.
In Qt Creator has no intellisense support for sth like:
Qt Code:
  1. #include <QDeclarativeMouseArea>
To copy to clipboard, switch view to plain text mode 

i do not know what to add to pro file, in pro Qt is defined as:
Qt Code:
  1. QT += core gui declarative
To copy to clipboard, switch view to plain text mode 

i could find qdeclarativemouseare_p.h in somewhere under Qt SDK but it is in simulator folder.
i do not think it can run if i add the path
Qt Code:
  1. /home/tuxit/QtSDK/Simulator/Qt/gcc/include/QtDeclarative/private
To copy to clipboard, switch view to plain text mode 

to INCLUDE in .pro file but still can not be allowed to add

Qt Code:
  1. #include <QDeclarativeMouseArea>
To copy to clipboard, switch view to plain text mode 

Thanks