Hello,
I'm using Qt 5.7.0, Win 7 64bit, ArcGis 10.2.6 SDK runtime
The IDE propose me Arcgis Quick & Qwidget project
the 2 .prf files are in the features folder of the SDK of QT
The IDE finds the qch for help
The .pro refer to arcgisruntime
#include arcgisruntime.h & point.h
i am creating a Arcgis point with a Qt geocoordinate.
but when i build my project: QT refers to these errors :
_imp___ZN13EsriRuntimeQt5PointD1Ev
_imp___ZN13EsriRuntimeQt5RuntimeQt5PointC1ERK14QGeoCoordinate
Is there something wrong, during the install?