Hi QgsMapToolAddFeature is not part of the qgis API, therefore it is not in libqgiscore and libqgisgui. You could try to add the .cpp / .h files (and dependent ones) to your standalone applications or to reimplement a new maptool similarly to QgsMapToolAddFeature.
Regards, Marco Am Freitag, 24. September 2010, um 13.45:46 schrieb Mohammed Rashad: > How to include files in src/app/qgsmaptool*.h files in a custom qgis > standalone application? > I am going to make a vector editing application based on qgis. So I need to > include the QgsMapToolAddFeature class > i managed to include qgsmaptooladdfeature.h by specifying the complete path > as /home/rashad/qgis_trunk/src/app/qgsmaptooladdfeature,h > But when I compiled the error is in the below line > > QgsMapTool * mpEditTool = new > QgsMapToolAddFeature(mpMapCanvas,QgsMapToolCapture::CapturePoint); > > the error message is given below > http://osgeo.pastebin.com/1jQmmXVr > > > anyone please help me :( -- Dr. Marco Hugentobler Sourcepole - Linux & Open Source Solutions Webereistrasse 66, 8134 Adliswil, Switzerland [email protected] http://www.sourcepole.ch Technical Advisor QGIS Project Steering Committee _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
