Hi,
I am unable to build the GenerateOfflineMap sample.
I get the following error message:
qrc:/Samples/Maps/GenerateOfflineMap/GenerateOfflineMap.qml:21:1: module "Esri.ArcGISRuntime.Toolkit" is not installed
import Esri.ArcGISRuntime.Toolkit 100.14
^
It was also throwing the error about TOOLKIT_PRI_PATH missing which went away after I cloned the repository: https://github.com/Esri/arcgis-runtime-toolkit-qt
and placed it at the appropriate path specified in the .pro file.
Is there something missing from my installation?