<?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: Link Error Migrating App from 100.1.0 to 100.5.0 in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508200#M2582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind trying this out for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the folder where you have installed arcgis, navigate to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_qml_cpp.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 125 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_qml.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 111 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_toolkit_cpp.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 80 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/esri_runtime_qt.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 96 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to close then reopen Qt creator, and do a fresh build from clean. If this does work do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2019 12:37:50 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-05-24T12:37:50Z</dc:date>
    <item>
      <title>Link Error Migrating App from 100.1.0 to 100.5.0</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508199#M2581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an existing application that was developed and run on the following:&lt;/P&gt;&lt;P&gt;(1) RHEL 7.2 WS&lt;/P&gt;&lt;P&gt;(2) Qt 5.9.1&lt;/P&gt;&lt;P&gt;(3) devtoolset-4&lt;/P&gt;&lt;P&gt;(4) ArcGIS Runtime SDK for Qt 100.1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've upgraded to use the following:&lt;/P&gt;&lt;P&gt;(1) RHEL 7.5 WS&lt;/P&gt;&lt;P&gt;(2) Qt 5.12.3&lt;/P&gt;&lt;P&gt;(3) devtoolset-4&lt;/P&gt;&lt;P&gt;(4) ArcGIS Runtime SDK for Qt 100.5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the .pro file to use: ARCGIS_RUNTIME_VERSION = 100.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When building I'm getting some warnings that setSelectionColor() is deprecated -- I see there is blog to address this issue. But at the link stage of the build I'm getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0px; margin: 0px; padding-left: 30px;"&gt;&lt;SPAN style="color: #aa0000;"&gt;~/arcgis/runtime_sdk/qt100.5/sdk/linux/x64/lib/libEsriCommonQt.so: undefined reference to `qt_version_tag@Qt_5.12'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px; margin: 0px; padding-left: 30px;"&gt;&lt;SPAN style="color: #aa0000;"&gt;collect2: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;According to the requirements (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm" title="https://developers.arcgis.com/qt/latest/qml/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm"&gt;System requirements for 100.5.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;), 100.5.0 requires Qt 5.12.0 or higher. I've set up my kits accordingly and I see includes to &lt;SPAN style="color: #000000;"&gt;-I/usr/local/Qt-5.12.3/...during compiles, and -L/usr/local/Qt-5.12.3/lib during the link stage.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;So what could be the issue?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;I appreciate any help with this!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;-Rainer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 02:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508199#M2581</guid>
      <dc:creator>RainerFarsch1</dc:creator>
      <dc:date>2019-05-24T02:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Link Error Migrating App from 100.1.0 to 100.5.0</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508200#M2582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind trying this out for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the folder where you have installed arcgis, navigate to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_qml_cpp.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 125 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_qml.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 111 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/argis_runtime_toolkit_cpp.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 80 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;runtime_sdk/qt100.5/sdk/ideintegration/esri_runtime_qt.pri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and remove line 96 which should read as: &lt;SPAN style="font-family: andale mono, monospace;"&gt;-L/usr/lib64 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to close then reopen Qt creator, and do a fresh build from clean. If this does work do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 12:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508200#M2582</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-24T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Link Error Migrating App from 100.1.0 to 100.5.0</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508201#M2583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response. I modified the four .pri files you cited and it worked -- that is it finished linking without the &lt;A href="mailto:qt_version_tag@Qt_5.12"&gt;qt_version_tag@Qt_5.12&lt;/A&gt; error. (Seems I need to debug some other issues to get the application fully running.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what is the issue? Is this something I need to be aware of if I re-install onto another machine. Known bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2019 02:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508201#M2583</guid>
      <dc:creator>RainerFarsch1</dc:creator>
      <dc:date>2019-05-25T02:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link Error Migrating App from 100.1.0 to 100.5.0</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508202#M2584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for confirming!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe what you are experiencing is a conflict between the Qt 5.12 libraries that come with RHEL 7.5, and the Qt 5.12 libraries you intended to link against.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linking is prioritized by whatever comes first in the list of arguments, by de-prioritising &lt;SPAN style="font-family: andale mono, monospace;"&gt;/usr/lib64,&lt;/SPAN&gt; the preference is then given to the Qt libs you had originally intended. &lt;SPAN style="font-family: andale mono, monospace;"&gt;/usr/lib64&lt;/SPAN&gt; is automatically included by the linker anyway at the very end, so you shouldn't need to add it back in manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately yes, any RHEL 7.5 installation you have will require some editing of the *.pri files before the linker will go down the correct path. Sorry about that! I will see about getting a fix in. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 09:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508202#M2584</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-28T09:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Link Error Migrating App from 100.1.0 to 100.5.0</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508203#M2585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspected the same. When I installed RHEL 7.5 WS using the 'Development and Creative Workstation' option, I also got Qt 3.3.8, Qt 4.8.7, and 5.9.2 installed. For example, on a terminal: '$ echo $QTDIR' gives back '/usr/lib64/qt-3.3'. Annoying. I believe the Qt5 libraries installed in /usr/lib are Qt 5.9.2, and therefore the issue at hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting to this as quickly as you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 23:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/link-error-migrating-app-from-100-1-0-to-100-5-0/m-p/508203#M2585</guid>
      <dc:creator>RainerFarsch1</dc:creator>
      <dc:date>2019-05-30T23:26:29Z</dc:date>
    </item>
  </channel>
</rss>

