Hi, I installed the arcGis SDK via Qt Post-installer and create a simple ArcGis runtime Qt Quick Application.
I'm trying to add graphics from C++ source with
EsriRuntimeQt::Point point1(1500000, 7500000, m_map->spatialReference());
But I could not make any #include works (#include "Point.h" / #include "ArcGISRuntime.h" / ...) and always get "no such file or directory".
The app runs normally.
What I am missing?
Thanks a lot!