<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: #include &amp;quot;ArcGISRuntime.h&amp;quot; no such file or directory (newbie) in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742472#M3721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thank you, I finally install the Runtime v100 and then it works as expected (exept for some class like CoordinateConversion and I have new kind of problems now &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;).&lt;/P&gt;&lt;P&gt;Inspecting directories, I found that in my previous SDK dir (sdkinstalldir/qt10.2.6/sdk), no include sub-folder exist containing all the arcgisanyclass.h.&lt;/P&gt;&lt;P&gt;thanks for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rizzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2016 21:00:25 GMT</pubDate>
    <dc:creator>rizzolioestelle</dc:creator>
    <dc:date>2016-12-12T21:00:25Z</dc:date>
    <item>
      <title>#include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742468#M3717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I installed the arcGis SDK via Qt Post-installer and create a simple ArcGis runtime Qt Quick Application.&lt;/P&gt;&lt;P&gt;I'm trying to add graphics from C++ source&amp;nbsp;with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;EsriRuntimeQt::&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;Point &lt;SPAN class="" style="color: #1c00cf;"&gt;point1&lt;/SPAN&gt;&lt;SPAN class="" style="color: #5c2699;"&gt;(&lt;SPAN class="" style="color: #1c00cf;"&gt;1500000&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #1c00cf;"&gt;7500000&lt;/SPAN&gt;, m_map-&amp;gt;spatialReference()&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;But I could not make any&amp;nbsp;#include works (&lt;/SPAN&gt;#include "Point.h" /&amp;nbsp;&lt;SPAN&gt;#include&lt;/SPAN&gt;&amp;nbsp;"ArcGISRuntime.h" / ...&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;) and always get "no such file or directory".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;The app runs normally.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;What I am missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 22:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742468#M3717</guid>
      <dc:creator>rizzolioestelle</dc:creator>
      <dc:date>2016-12-09T22:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: #include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742469#M3718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the app runs normally, then that would indicate to me that everything is copied where it is needed. The Post Installer should have copied everything from the SDK installation into your Qt kit. If you haven't already done so, close and restart Qt Creator. Perhaps you ran the post installer while it was open, and Qt Creator has not registered the new prf file? If that doesn't work, try running the post installer one more time, making sure to double check that you are running it against the kit you are currently building with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 22:11:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742469#M3718</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-12-09T22:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: #include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742470#M3719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;the post installer one more time with Qt creator closed but nothing changed and I am confused about how to check&amp;nbsp;if I am&amp;nbsp;&lt;SPAN&gt;running it against the correct kit. In my project build and run parameters I ve got:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;qmake:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;qmake myApp.pro -r -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=qml_de&lt;/P&gt;&lt;P&gt;and in QtCreator at the bottom left corner I have under Kit: Desktop Qt 5 6 0 clang 64bit&lt;/P&gt;&lt;P&gt;and in my .pro file i have:&lt;/P&gt;&lt;P&gt;CONFIG += c++11 arcgis_runtime_qml10_2_6&lt;/P&gt;&lt;P&gt;That what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 23:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742470#M3719</guid>
      <dc:creator>rizzolioestelle</dc:creator>
      <dc:date>2016-12-09T23:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: #include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742471#M3720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rizello!&lt;/P&gt;&lt;P&gt;'CONFIG += c++11 &lt;STRONG&gt;arcgis_runtime_qml10_2_6&lt;/STRONG&gt;' let me recognize that you are using version 10.2.6, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arcgis_runtime_qml10_2_6&lt;/STRONG&gt; is a 'flag' to include some general configration flags, like include dir.&lt;/P&gt;&lt;P&gt;Can you please check, if you have some esrifiles at ${QTDir}/mkspecs/features?&lt;/P&gt;&lt;P&gt;Their name should be "esri_runtime_qt10_2_6.prf' ; "arcgis_runtime_qml10_2_6.prf" os similar&lt;/P&gt;&lt;P&gt;(The postinstaller should copy them from&amp;nbsp; "arcgis/runtime_sdk/qt10.2.6/sdk/ideintegration/" and maybe their subdirs)&lt;/P&gt;&lt;P&gt;From my point of view, it´s important to make sure that these includeDirs are added to your pro file&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;by your own&lt;/LI&gt;&lt;LI&gt;by using the esrifiles (*.prf)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Norbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 10:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742471#M3720</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2016-12-12T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: #include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742472#M3721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thank you, I finally install the Runtime v100 and then it works as expected (exept for some class like CoordinateConversion and I have new kind of problems now &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;).&lt;/P&gt;&lt;P&gt;Inspecting directories, I found that in my previous SDK dir (sdkinstalldir/qt10.2.6/sdk), no include sub-folder exist containing all the arcgisanyclass.h.&lt;/P&gt;&lt;P&gt;thanks for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rizzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 21:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742472#M3721</guid>
      <dc:creator>rizzolioestelle</dc:creator>
      <dc:date>2016-12-12T21:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: #include "ArcGISRuntime.h" no such file or directory (newbie)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742473#M3722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;Yes, V100 is a thing i forget to recommend. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 08:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/include-quot-arcgisruntime-h-quot-no-such-file-or/m-p/742473#M3722</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2016-12-13T08:01:05Z</dc:date>
    </item>
  </channel>
</rss>

