<?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: sample project not compliing, map.h not found in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182522#M870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's step thru the installation process and see if there is anything missing from your environment:&lt;/P&gt;&lt;P&gt;Did you go &lt;A href="https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm"&gt;https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm&lt;/A&gt; and follow all the steps in this section:&lt;STRONG&gt; Adding the ArcGIS Runtime SDK for Qt template to Qt Creator&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;It looks like step 2: Copying the prf file to&amp;nbsp; &lt;SPAN class="usertext"&gt;mkspecs\features&lt;/SPAN&gt; folder for each of your Qt SDK install locations is not done.&lt;/P&gt;&lt;P&gt;Are you using the template that we provided you in the sdk?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu&lt;/P&gt;&lt;P&gt;Product Engineer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 20:21:57 GMT</pubDate>
    <dc:creator>JeanneTrieu</dc:creator>
    <dc:date>2014-07-30T20:21:57Z</dc:date>
    <item>
      <title>sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182508#M856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Ubuntu 12.4. I've installed the QT runtime SDK and QT creator 5.2.2, the latest ESRI QT runtime SDK for Linux and followed the installation instructions. Installation went fine and I was able to open the ESRI sample project. However when I try to compile it I get an error at the first include statement referencing am esri header file. So for example "#include map.h" gives the error "map.h not found". So how do I reference the ESRI runtime files in QT creator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to QT and developing on a Linux environment so I'm probably missing something obvious. Any help greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 22:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182508#M856</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2014-03-16T22:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182509#M857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Drew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your interest in the ArcGIS Runtime SDK for Qt. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understood you correctly, you followed the instructions on how to do your installation from this link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/qt/guide/how-to-build-on-linux.htm"&gt;https://developers.arcgis.com/qt/guide/how-to-build-on-linux.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you will also need to source the init file when you open a new terminal window to use ArcGIS Runtime SDK for Qt and start Qt creator from the same terminal: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/qt/guide/integration-with-qt-creator.htm"&gt;https://developers.arcgis.com/qt/guide/integration-with-qt-creator.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you have any question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182509#M857</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-03-17T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182510#M858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help Jean. Your post helped me figure it out. I didn't run QT Creator from the command line. The original project I created still gave the error but when I created a new project from the template it got passed the error. I'm assuming the correct libs were now added to the .pro file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did however run into another similar error at this line: #include gl/gl.h &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After some research I found out that because I'm running Ubuntu as a VM the graphics drivers for OpenGL are not installed as standard. The fix was to add certain libraries. &lt;/SPAN&gt;&lt;A href="http://faisalzqureshi.blogspot.com/2013/11/opengl-development-under-ubuntu-on.html"&gt;This post&lt;/A&gt;&lt;SPAN&gt; describes what is needed and this was the command I used&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&lt;SPAN style="color: #FF0000; font-family: Courier New;"&gt;sudo apt-get install mesa-common-dev freeglut3 freeglut3-dev libglu1-mesa libglu1-mesa-dev libglui-dev binutils-gold packaging-dev build-essential&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think all these libs are needed but this is what worked for me. I'm adding all of this in case it helps others&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 05:56:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182510#M858</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2014-03-20T05:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182511#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a similar message except that I'm on Windows 7. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;C:\AppDev\Qt\MyFirstApp\MyFirstApp.h:21: error: C1083: Cannot open include file: 'Map.h': No such file or directory&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 13:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182511#M859</guid>
      <dc:creator>RonVincent</dc:creator>
      <dc:date>2014-03-21T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182512#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you create the project using the template? The following link outlines the steps to integrate the template into the Qt creator: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/qt/guide/integration-with-qt-creator.htm"&gt;https://developers.arcgis.com/qt/guide/integration-with-qt-creator.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this solve the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 22:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182512#M860</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-04-01T22:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182513#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use 32bit Ubuntu 12.04 LTS ..I don't understand with this instruction "Source the init file when you open a new command window or terminal window to use ArcGIS Runtime SDK for Qt."..Can somebody show how to do it? I still getting "Map.h No such file or directory" error.Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 01:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182513#M861</guid>
      <dc:creator>azzamwahab</dc:creator>
      <dc:date>2014-04-22T01:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182514#M862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I use 32bit Ubuntu 12.04 LTS ..I don't understand with this instruction "Source the init file when you open a new command window or terminal window to use ArcGIS Runtime SDK for Qt."..Can somebody show how to do it? I still getting "Map.h No such file or directory" error.Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevermind, I found the solution. I follow this guide &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/13428910/how-to-set-the-environmental-variable-ld-library-path-in-linux"&gt;http://stackoverflow.com/questions/13428910/how-to-set-the-environmental-variable-ld-library-path-in-linux&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 05:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182514#M862</guid>
      <dc:creator>azzamwahab</dc:creator>
      <dc:date>2014-04-22T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182515#M863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is the solution when it does not recognize references ArcGIS, i use Ubuntu 64X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 06:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182515#M863</guid>
      <dc:creator>FabianHeredia</dc:creator>
      <dc:date>2014-07-25T06:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182516#M864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is the solution of all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 07:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182516#M864</guid>
      <dc:creator>FabianHeredia</dc:creator>
      <dc:date>2014-07-25T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182517#M865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To run code on Linux platforms, including the&amp;nbsp; ArcGIS Runtime SDK for Qt samples, source the init script for the target platform&amp;nbsp; before opening Qt Creator. This means that you will need to open a terminal and use one of the following init file depending on the platform that you are on and the type of the terminal that you are using:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="usertext"&gt;- init_sdk_qt64.sh&lt;/SPAN&gt; for 64-bit bash, &lt;/P&gt;&lt;P&gt;&lt;SPAN class="usertext"&gt;- init_sdk_qt32.sh&lt;/SPAN&gt; for 32-bit bash&lt;/P&gt;&lt;P&gt;&lt;SPAN class="usertext"&gt;- init_sdk_qt64.csh&lt;/SPAN&gt; for 64-bit C shell&lt;/P&gt;&lt;P&gt;&lt;SPAN class="usertext"&gt;- init_sdk_qt32.csh&lt;/SPAN&gt; for 32-bit C shell.&lt;/P&gt;&lt;P&gt;After that you have ran the above script located in the root folder of your installation, use the same terminal to start your QtCreator.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let me know if you have more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu&lt;/P&gt;&lt;P&gt;Product Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 16:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182517#M865</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-07-25T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182518#M866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;when I start the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;script&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should leave&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;some kind of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;message,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I do not get&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;anything in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;console&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;2. &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;when I run&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QT&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Creator&lt;/SPAN&gt;, open the &lt;SPAN class="hps"&gt;IDE&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;call an&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;app&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;created with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the template and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;get the same&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;herror&lt;/SPAN&gt;: &lt;BR /&gt;&lt;SPAN class="hps"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / home /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;XX /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;XX /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;miMapa&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;miMapa.h&lt;/SPAN&gt;: &lt;SPAN class="hps"&gt;21:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;error:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Map.h&lt;/SPAN&gt;: No &lt;SPAN class="hps"&gt;such file or directory&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="hps atn"&gt;# include "&lt;/SPAN&gt;&lt;SPAN&gt;Map.h&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;3. in console say:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;QByteArray ProjectExplorer::runGcc(const Utils::FileName&amp;amp;, const QStringList&amp;amp;, const QStringList&amp;amp;): "/home/fabian/Qt/5.3/gcc_64/bin/qmake" "-xc++ -E -v -" returned exit code 1: "***Unknown option -xc++&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 16:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182518#M866</guid>
      <dc:creator>FabianHeredia</dc:creator>
      <dc:date>2014-07-25T16:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182519#M867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can see you are using Qt 5.3 with 10.2.3 and we did not fully certify 10.2.3 with Qt 5.3. We know that Qt 5.3 has introduce some display bugs from the Digia side that we are trying to resolve with them.&lt;/P&gt;&lt;P&gt;From the diagnosis that you are giving me, it seems like the prf file is not copied into the Qt 5.3 folder.&lt;/P&gt;&lt;P&gt;Can you following the instruction from this link to integrate qt Creator with the ArcGIS Runtime SDK for Qt &lt;A href="https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm"&gt;https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Can you download the Esri-provided Qt 5.1.1 for Linux &lt;A class="xref" href="http://links.esri.com/qt/linuxqtsdk511_64"&gt;64-bit&lt;/A&gt; or &lt;A class="xref" href="http://links.esri.com/qt/linuxqtsdk511"&gt;32-bit&lt;/A&gt; into the desired install location and follow the instruction here &lt;A href="https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm"&gt;https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu&lt;/P&gt;&lt;P&gt;Product Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 15:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182519#M867</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-07-29T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182520#M868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Jeanne,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I installed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;everything&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again&lt;/SPAN&gt;, I no longer &lt;SPAN class="hps"&gt;get the error&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;console&lt;/SPAN&gt;, but still &lt;SPAN class="hps"&gt;does not recognize&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;library&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;map.h.&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;when I create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the project in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QT&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;console&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I get the following&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;message&lt;/SPAN&gt;: &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MESSAGE:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ArcGIS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Runtime&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;for Unix (&lt;/SPAN&gt;x86_64) &lt;BR /&gt;&lt;SPAN class="hps"&gt;Project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MESSAGE&lt;/SPAN&gt;: Version &lt;SPAN class="hps"&gt;10.2.3&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;Project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MESSAGE:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ArcGIS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Runtime&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;for Unix (&lt;/SPAN&gt;x86_64) &lt;BR /&gt;&lt;SPAN class="hps"&gt;Project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MESSAGE&lt;/SPAN&gt;: Version &lt;SPAN class="hps"&gt;10.2.3&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;this tells me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sdk&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;arcgis&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was accepted by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QT&lt;/SPAN&gt;. &lt;BR /&gt;&lt;SPAN class="hps"&gt;when compiled&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;get the error&lt;/SPAN&gt;: &lt;BR /&gt;&lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/XXX/arcgis/runtime_sdk/qt10.2.3/mi11map/mi11map.h&lt;/SPAN&gt;: &lt;SPAN class="hps"&gt;21:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;error:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Map.h&lt;/SPAN&gt;: No &lt;SPAN class="hps"&gt;such file or directory&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="hps atn"&gt;# include "&lt;/SPAN&gt;&lt;SPAN&gt;Map.h&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 19:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182520#M868</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-07-30T19:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182521#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I modified the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;xx.pro&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;archico&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;added&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the line&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;INCLUDEPATH += /home/fabian/arcgis/runtime_sdk/qt10.2.3/sdk/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;project recognizes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the references&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;get the following error:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;:-1: error: cannot find -lEsriRuntimeQt&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;:-1: error: collect2: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Help meeeeee!!!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 19:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182521#M869</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-07-30T19:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182522#M870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's step thru the installation process and see if there is anything missing from your environment:&lt;/P&gt;&lt;P&gt;Did you go &lt;A href="https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm"&gt;https://developers.arcgis.com/qt/guide/integrate-the-sdk-with-qt-creator.htm&lt;/A&gt; and follow all the steps in this section:&lt;STRONG&gt; Adding the ArcGIS Runtime SDK for Qt template to Qt Creator&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;It looks like step 2: Copying the prf file to&amp;nbsp; &lt;SPAN class="usertext"&gt;mkspecs\features&lt;/SPAN&gt; folder for each of your Qt SDK install locations is not done.&lt;/P&gt;&lt;P&gt;Are you using the template that we provided you in the sdk?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu&lt;/P&gt;&lt;P&gt;Product Engineer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 20:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182522#M870</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-07-30T20:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182523#M871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;in step 2&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the folder&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Qt/5.1.1/gcc_64,&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;copy&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;prf&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;according to&lt;/SPAN&gt; guide &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mkspecs&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/ features /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;route&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file.&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I compile&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I get the error&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the library&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;add&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;line to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pro&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;INCLUDEPATH&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/fabian/arcgis/runtime_sdk/qt10.2.3/sdk/include&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the error is:&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;MESSAGE&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;project&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ArcGIS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Runtime&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;for Unix (&lt;/SPAN&gt;&lt;SPAN&gt;x86_64&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;Project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MESSAGE&lt;/SPAN&gt;&lt;SPAN&gt;: Version&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;10.2.3&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;g+&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;+-&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;Wl,-&lt;/SPAN&gt;&lt;SPAN&gt;rpath&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/fabian/Qt/5.1.1/gcc_64&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-Wl,-&lt;/SPAN&gt;&lt;SPAN&gt;rpath&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/fabian/Qt/5.1.1/gcc_64/lib&lt;/SPAN&gt;&lt;SPAN&gt;-o&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;main.o&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mi11map&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mi11map.o&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;moc_mi11map&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;-L/usr/lib64&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;-L/ArcGISRuntime10.2.3/Client64&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lEsriRuntimeQt&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;-L/home/fabian/Qt/5.1.1/gcc_64/lib&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5OpenGL&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5Widgets&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5Network&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5Xml&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5Gui&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lQt5Core&lt;/SPAN&gt;&lt;SPAN&gt;-LGL&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lpthread&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;usr&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/ bin&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/ ld&lt;/SPAN&gt;&lt;SPAN&gt;: can not&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;find-&lt;/SPAN&gt;&lt;SPAN&gt;lEsriRuntimeQt&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;collect2&lt;/SPAN&gt;&lt;SPAN&gt;: error&lt;/SPAN&gt;&lt;SPAN&gt;: ld&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;returned 1 exit&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;status&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;make: ***&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;mi11map&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Error 1&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;16:19:55&lt;/SPAN&gt;&lt;SPAN&gt;: The&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;process "&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;usr&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/ bin&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/ make&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;exited with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;Error while&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;building /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;deploying&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mi11map&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(kit&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GCC&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;5.1.1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Qt&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Desktop&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;64bit)&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;When&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;executing&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;step '&lt;/SPAN&gt;&lt;SPAN&gt;Make'&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;16:19:55&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Elapsed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;time:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;00:00&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;i reinstall in version QT 2.8.1 for qt 5.1.1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;i look the library requirements in show that mys SO no have this library:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE class="lined-columns bordered table lined-rows"&gt;&lt;TBODY class="align-middle"&gt;&lt;TR class="align-middle"&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libX11.so.6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libX11-6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;2:1.4.99.1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="align-middle"&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libXau.so.6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libXau6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;1:1.0.6-4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="align-middle"&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libXext.so.6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libXext6&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt; 2:1.3.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="align-middle"&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libexpat.so.1&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1"&gt;&lt;P&gt;libexpat.so.1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; my Ubuntu is 14.04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 21:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182523#M871</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-07-30T21:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182524#M872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you go over the requirement for Ubuntu &lt;A href="https://developers.arcgis.com/qt/info/runtime-qt-sdk-ubuntu-required-libs.htm"&gt;https://developers.arcgis.com/qt/info/runtime-qt-sdk-ubuntu-required-libs.htm&lt;/A&gt;. If you have downloaded the version that Esri provided your Qt folder structure should look like this: /Qt-5.1.1_x64/mkspecs/eatures. Can you upload a picture of your Qt 5.1.1 folder structure and where you have copied your .prf file?&lt;/P&gt;&lt;P&gt;After that you have copied your prf file, you will need to close your Qt creator and restart it using another terminal.&lt;/P&gt;&lt;P&gt;You will still need to "source" and use the same terminal to start QtCreator in order for it to work.&lt;/P&gt;&lt;P&gt;Let me know if it works for you after you have updated your dependencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu Product Eng.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 16:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182524#M872</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-07-31T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182525#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="foto prf.png" class="jive-image image-1" src="/legacyfs/online/2893_foto prf.png" style="width: 620px; height: 455px;" /&gt;&lt;IMG alt="routQT.png" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/2894_routQT.png" style="width: 620px; height: 309px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 22:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182525#M873</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-07-31T22:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182526#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jeanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I installed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;everything back&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;32x&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;platform&lt;/SPAN&gt;. &lt;BR /&gt;&lt;SPAN class="hps"&gt;also&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;add the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;remaining&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;runtime&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;library&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pro&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;INCLUDEPATH&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;= "/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/fabian/arcgis/runtime_sdk/qt10.2.3/sdk/include&lt;/SPAN&gt;" &lt;BR /&gt;&lt;SPAN class="hps"&gt;LIBS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt;-L $ &lt;SPAN class="hps"&gt;$&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;PWD/../../arcgis/runtime_sdk/qt10.2.3/ArcGISRuntime10.2.3/Client32&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;lEsriRuntimeQt &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;compile&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the project and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I get&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;180 errors&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;/&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;home/XX/arcgis/runtime_sdk/qt10.2.3/ArcGISRuntime10.2.3/Client32/libEsriRuntimeQt.so&lt;/SPAN&gt;: &lt;SPAN class="hps"&gt;-1&lt;/SPAN&gt;: error: undefined &lt;SPAN class="hps atn"&gt;reference to `&lt;/SPAN&gt;std &lt;SPAN class="hps"&gt;::&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;basic_string&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;::&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;__1&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;&amp;lt;&lt;/SPAN&gt;char, &lt;SPAN class="hps"&gt;std&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;::&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;char_traits&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;::&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;__1&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;char&lt;/SPAN&gt;&amp;gt;, &lt;SPAN class="hps"&gt;std ::&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;allocator&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;&amp;lt;char&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;__1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;::&lt;/SPAN&gt;&amp;gt; &lt;SPAN class="hps"&gt;:: find&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(&lt;/SPAN&gt;const &lt;SPAN class="hps"&gt;char&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;*&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;unsigned&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;int&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;unsigned&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;int)&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;const '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;and a warning&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;-1&lt;/SPAN&gt;: Warning:. &lt;SPAN class="hps"&gt;So.1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;libc&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+ +&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;needed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;/home/xx/Desarrollo/untitled/../../arcgis/runtime_sdk/qt10.2.3/ArcGISRuntime10.2.3/Client32//libEsriRuntimeQt.so,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(try&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;using-&lt;/SPAN&gt;rpath &lt;SPAN class="hps atn"&gt;or-&lt;/SPAN&gt;rpath&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;link) &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;impacts&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;virtual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;machines&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 16:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182526#M874</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-08-01T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: sample project not compliing, map.h not found</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182527#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the solution is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. is necesary install g++ is basic&lt;/P&gt;&lt;P&gt;copy 2 files /arcgis/runtime_sdk/qt10.2.3/ArcGISRuntime10.2.3/Client64/&lt;/P&gt;&lt;P&gt;libEsriRuntimeQt.so and libc++.so.1&lt;/P&gt;&lt;P&gt;in /Qt5.1.1/5.1.1/gcc_64/lib/&lt;/P&gt;&lt;P&gt;2. in the project add external library ang go to libEsriRuntimeQt.so in arcgis folder instalation&lt;/P&gt;&lt;P&gt;3. in .pro file add line:&lt;/P&gt;&lt;P&gt;INCLUDEPATH += /home/fabian/arcgis/runtime_sdk/qt10.2.3/sdk/include&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 17:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/sample-project-not-compliing-map-h-not-found/m-p/182527#M875</guid>
      <dc:creator>Fabian_CamiloHeredia</dc:creator>
      <dc:date>2014-08-02T17:01:41Z</dc:date>
    </item>
  </channel>
</rss>

