How to include files in src/app/qgsmaptool*.h files in a custom qgis standalone application?<div>I am going to make a vector editing application based on qgis. So I need to include the QgsMapToolAddFeature class</div><div>
i managed to include qgsmaptooladdfeature.h by specifying the complete path as /home/rashad/qgis_trunk/src/app/qgsmaptooladdfeature,h</div><div>But when I compiled the error is in the below line</div><div><br></div><div>  QgsMapTool * mpEditTool = new QgsMapToolAddFeature(mpMapCanvas,QgsMapToolCapture::CapturePoint);</div>
<div><br></div><div>the error message is given below</div><div><a href="http://osgeo.pastebin.com/1jQmmXVr">http://osgeo.pastebin.com/1jQmmXVr</a></div><div><br></div><div><br></div><div>anyone please help me :(</div><div>
<br>-- <br>Rashad<br>
</div>