<?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: Best Practices upgrading to ArcGIS Runtime Qt 100.5 in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/best-practices-upgrading-to-arcgis-runtime-qt-100/m-p/76479#M367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To build against different versions of the SDK, simply include the PRI that you want to build against in your project's .pro file. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 100.4, add the following to your .pro:&lt;/P&gt;&lt;P&gt;include(&lt;SPAN class=""&gt;/InstallDir/ArcGIS_SDKs/Qt100.4/sdk/ideintegration/arcgis_runtime_qml_cpp.pri)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 100.5, add the following to your .pro&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;include(&lt;/SPAN&gt;&lt;SPAN class=""&gt;/InstallDir/ArcGIS_SDKs/Qt100.5/sdk/ideintegration/arcgis_runtime_qml_cpp.pri)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;For convenience, we have everything setup in our DSA app and our app templates so that all you need to do is change the version variable, and it'll update the include path automatically. For example, once we release 100.6, you can update the Vehicle version of DSA by changing this variable, running qmake, and rebuilding -&amp;nbsp;&lt;A href="https://github.com/Esri/dynamic-situational-awareness-qt/blob/master/Vehicle/Vehicle.pro#L23"&gt;https://github.com/Esri/dynamic-situational-awareness-qt/blob/master/Vehicle/Vehicle.pro#L23&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2019 17:26:36 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2019-08-06T17:26:36Z</dc:date>
    <item>
      <title>Best Practices upgrading to ArcGIS Runtime Qt 100.5</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/best-practices-upgrading-to-arcgis-runtime-qt-100/m-p/76478#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any best practices for upgrading to the new ArcGIS runtime especially on Linux? I Just uninstalled the 100.4 version using ./Setup like we did with the first 100.1 upgrade. Afterwards I just executed the ./Setup of the 100.5 and followed the installation instructions. Luckily it worked like a charm, but I only have the arcgis runtime samples and some small demo apps to upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice to have any upgrade like e.g. necessary steps when upgrading the ArcGIS Runtime and the Qt version. Maybe we can use to &lt;A href="https://developers.arcgis.com/example-apps/dsa-app-qt/"&gt;DSA - App&lt;/A&gt; as a best practice use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/25477"&gt;Lucas Danzinger&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/best-practices-upgrading-to-arcgis-runtime-qt-100/m-p/76478#M366</guid>
      <dc:creator>Jan-Tschada</dc:creator>
      <dc:date>2019-08-05T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices upgrading to ArcGIS Runtime Qt 100.5</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/best-practices-upgrading-to-arcgis-runtime-qt-100/m-p/76479#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To build against different versions of the SDK, simply include the PRI that you want to build against in your project's .pro file. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 100.4, add the following to your .pro:&lt;/P&gt;&lt;P&gt;include(&lt;SPAN class=""&gt;/InstallDir/ArcGIS_SDKs/Qt100.4/sdk/ideintegration/arcgis_runtime_qml_cpp.pri)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 100.5, add the following to your .pro&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;include(&lt;/SPAN&gt;&lt;SPAN class=""&gt;/InstallDir/ArcGIS_SDKs/Qt100.5/sdk/ideintegration/arcgis_runtime_qml_cpp.pri)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;For convenience, we have everything setup in our DSA app and our app templates so that all you need to do is change the version variable, and it'll update the include path automatically. For example, once we release 100.6, you can update the Vehicle version of DSA by changing this variable, running qmake, and rebuilding -&amp;nbsp;&lt;A href="https://github.com/Esri/dynamic-situational-awareness-qt/blob/master/Vehicle/Vehicle.pro#L23"&gt;https://github.com/Esri/dynamic-situational-awareness-qt/blob/master/Vehicle/Vehicle.pro#L23&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 17:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/best-practices-upgrading-to-arcgis-runtime-qt-100/m-p/76479#M367</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-08-06T17:26:36Z</dc:date>
    </item>
  </channel>
</rss>

