Hello, I am a beginner in Qt, and I just installed the ArcGIS SDK for Qt, but I'm facing a problem. All of the header files from the SDK do not work. It says "file not found."
I followed the installation guide for Windows here https://developers.arcgis.com/qt/install-and-set-up/, but even the provided sample projects at https://github.com/Esri/arcgis-maps-sdk-samples-qt/tree/main do not work. It is as if Qt is oblivious to the header files' existence. I have a suspicion that the problem may be related to the integration with Qt creator. When I first installed the ArcGIS SDK, it did not create files in the templates folder in Qt because there was no templates folder as I read at a previous entry here. To fix this, I created a folder named "templates" inside the Qt directory and created another folder inside it called "wizards". I then ran the post-install script to do the IDE Integration. When I did this, the ArcGIS project templates have appeared, but when I create any project using them, all of the SDK's header files cannot be found. I hope anyone could help. Thanks!
Solved! Go to Solution.
Thanks for your help James! It finally worked!
Excellent! Glad we could be of help.
I get these messages instead:
Project MESSAGE: Error. Cannot locate ArcGIS Runtime PRI file
Project MESSAGE: Error. Cannot locate ArcGIS Runtime PRI file
Hi Youssefayman,
I have faced challenge in integration of ArcGIS SDK for Qt with Qt Creator. I could not find the ArcGIS templates in the Qt Creator IDE. How did you resolve the issue?
I follow the same instruction provided here https://developers.arcgis.com/qt/install-and-set-up/
I follow the instruction provided for window.
Thank you