<?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>i.MX ProcessorsのトピックRe: Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387400#M56237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for providing the link to this fix. I applied the fix that you provided and the following fix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92" title="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92"&gt;Fix SDK environment setting · 2f1b8fe · meta-qt5/meta-qt5 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5/commit/51a4cdf3fcdc132cc7b5af0e240c5d1007e43590" title="https://github.com/meta-qt5/meta-qt5/commit/51a4cdf3fcdc132cc7b5af0e240c5d1007e43590"&gt;nativesdk-qtbase: Fix qtconfig.pri · 51a4cdf · meta-qt5/meta-qt5 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Otavio for making the recipe updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applying the fixes resolved the issue I was having. Qt Creator is working and I was successfully able to successfully build and run a sample application on the target Cortex board.&lt;/P&gt;&lt;P&gt;As a note to others the OE_QMAKE_ environment variables were moved to a qt5.sh file under /opt/poky/1.7/sysroots/x86_64-pokysdk-linux/environment-setup.d&lt;/P&gt;&lt;P&gt;The environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi script will automatically execute the qt5.sh script so no need to call it explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, as outlined in other posts, to add the following line:&lt;/P&gt;&lt;P&gt;source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above the #! /bin/sh in the qtcreator.sh script. Always run the qtcreator.sh script to launch Qt Creator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you Rodrigo for the link and Otavio for making the fixes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ossian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 17:28:26 GMT</pubDate>
    <dc:creator>ossian</dc:creator>
    <dc:date>2014-10-21T17:28:26Z</dc:date>
    <item>
      <title>Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387397#M56234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm experiencing an issue with qmake generated form the Qt master stream. When generating the "meta-toolchain-qt5" form the master qt repository, all the paths in the generated qmake are pointing to the wrong location. A "./qmake -query" generates the following path list: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QT_SYSROOT:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux&lt;/P&gt;&lt;P&gt;QT_INSTALL_PREFIX:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr&lt;/P&gt;&lt;P&gt;QT_INSTALL_PREFIX/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr&lt;/P&gt;&lt;P&gt;QT_INSTALL_ARCHDATA:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_ARCHDATA/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_DATA:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_DATA/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_DOCS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_DOCS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_HEADERS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/include/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_HEADERS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/include/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_LIBS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib&lt;/P&gt;&lt;P&gt;QT_INSTALL_LIBS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib&lt;/P&gt;&lt;P&gt;QT_INSTALL_LIBEXECS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/libexec&lt;/P&gt;&lt;P&gt;QT_INSTALL_LIBEXECS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/libexec&lt;/P&gt;&lt;P&gt;QT_INSTALL_BINS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/bin/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_BINS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/bin/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_TESTS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/tests&lt;/P&gt;&lt;P&gt;QT_INSTALL_TESTS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/tests&lt;/P&gt;&lt;P&gt;QT_INSTALL_PLUGINS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/plugins&lt;/P&gt;&lt;P&gt;QT_INSTALL_PLUGINS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/plugins&lt;/P&gt;&lt;P&gt;QT_INSTALL_IMPORTS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/imports&lt;/P&gt;&lt;P&gt;QT_INSTALL_IMPORTS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/imports&lt;/P&gt;&lt;P&gt;QT_INSTALL_QML:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/qml&lt;/P&gt;&lt;P&gt;QT_INSTALL_QML/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/qml&lt;/P&gt;&lt;P&gt;QT_INSTALL_TRANSLATIONS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/qt5/translations&lt;/P&gt;&lt;P&gt;QT_INSTALL_TRANSLATIONS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/share/qt5/translations&lt;/P&gt;&lt;P&gt;QT_INSTALL_CONFIGURATION:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/etc/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_CONFIGURATION/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/etc/qt5&lt;/P&gt;&lt;P&gt;QT_INSTALL_EXAMPLES:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/examples&lt;/P&gt;&lt;P&gt;QT_INSTALL_EXAMPLES/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/examples&lt;/P&gt;&lt;P&gt;QT_INSTALL_DEMOS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/examples&lt;/P&gt;&lt;P&gt;QT_INSTALL_DEMOS/raw:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/examples&lt;/P&gt;&lt;P&gt;QT_HOST_PREFIX:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr&lt;/P&gt;&lt;P&gt;QT_HOST_DATA:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib/qt5&lt;/P&gt;&lt;P&gt;QT_HOST_BINS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/bin/qt5&lt;/P&gt;&lt;P&gt;QT_HOST_LIBS:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr/lib&lt;/P&gt;&lt;P&gt;QT_EXTERNAL_HOST_BINS:&lt;/P&gt;&lt;P&gt;QMAKE_SPEC:linux-oe-g++&lt;/P&gt;&lt;P&gt;QMAKE_XSPEC:linux-oe-g++&lt;/P&gt;&lt;P&gt;QMAKE_VERSION:3.0&lt;/P&gt;&lt;P&gt;QT_VERSION:5.3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like all the QT_INSTALL paths are being prefixed with the QT_SYSROOT path. For example QT_INSTALL_PREFIX is:&lt;/P&gt;&lt;P&gt;QT_INSTALL_PREFIX:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr &lt;/P&gt;&lt;P&gt;but should actually be:&lt;/P&gt;&lt;P&gt;QT_INSTALL_PREFIX:/home/user/fsl_yocto_master/build/tmp/sysroots/x86_64-linux/usr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like QT_SYSROOT is being inserted in front of all the paths?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at and installing the daisy Qt branch the QT_SYSROOT path of qmake is blank, and all the qmake paths are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone else experiencing this issue?&lt;/P&gt;&lt;P&gt;I have looked at the Qt recipe for the master branch, but it was not apparent to me where this correction would be made. Does anyone know how I can configure the build when generating the "meta-tootlchan-qt5" so that the qmake path generated are correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ossian &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387397#M56234</guid>
      <dc:creator>ossian</dc:creator>
      <dc:date>2014-10-13T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387398#M56235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After some additional investigation and looking at the daisy configuration 1.6.1 running Qt 5.2 which is working, I see that the qmake paths are similar to what I'm seeing with the master build 1.7 and Qt 5.3&lt;/P&gt;&lt;P&gt;So, the qmake paths don't appear to be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading through the following two links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5/wiki/Building-with-OE"&gt;https://github.com/meta-qt5/meta-qt5/wiki/Building-with-OE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qt-project.org/doc/qt-5/qt-conf.html"&gt;http://qt-project.org/doc/qt-5/qt-conf.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating my own qt.config file, but this did not appear to make a difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue that I'm encountering is that I run through the install process using the master source branch using the following link for the wandboard:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard" style="font-size: 10pt; line-height: 1.5em;" title="http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard"&gt;http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I encounter an issue with qmake when executing the following step:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"2. Add your new cross compiled Qt version by selecting the qmake located in /opt/poky/1.6/sysroots/x86_64-pokysdk-linux/usr/bin/qt5"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qt Creator I get the following error message:&lt;/P&gt;&lt;P&gt;"Qt version is not properly installed, please run make install"&lt;/P&gt;&lt;P&gt;and under Details I just get: "Invalid Qt version"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not clear to me why qmake is not properly installed? Has anyone else encountered this issue?&lt;/P&gt;&lt;P&gt;Building Qt from the sources out side of the yocto process gives me a qmake that appears to be correct, but when I go to build a sample application I get the following compiler error:&lt;/P&gt;&lt;P&gt;fatal error: gnu/stubs-soft.h: No such file or directory&lt;/P&gt;&lt;P&gt; # include &amp;lt;gnu/stubs-soft.h&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;make: *** [main.o] Error 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a little investigation it look like this error is possibly due to a hard vs soft floating point configuration issue? In previous Daisy build I would use -mfloat-abi=hard in the mkspec qmake.conf file as was recommended by some, but I see that in the recent master branch this setting is not explicitly set. What is the current thinking regarding the -mfloat-abi=hard setting, are the Freescale video drivers compatible with this setting? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I have tried to setup the master yocto build with the master Qt recipes twice with the same results, I was curious if others had successfully been able to build the distribution following the wandboard or some other i.MX6 installation instructions? Any clues as to where I might be misstepping would be greatly appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ossian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 14:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387398#M56235</guid>
      <dc:creator>ossian</dc:creator>
      <dc:date>2014-10-14T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387399#M56236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that this &lt;A href="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92" title="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92"&gt;Fix SDK environment setting · 2f1b8fe · meta-qt5/meta-qt5 · GitHub&lt;/A&gt; solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:35:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387399#M56236</guid>
      <dc:creator>rgallego</dc:creator>
      <dc:date>2014-10-21T07:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387400#M56237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for providing the link to this fix. I applied the fix that you provided and the following fix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92" title="https://github.com/meta-qt5/meta-qt5/commit/2f1b8fe630ac76c8ff5d184f109449b10fde5a92"&gt;Fix SDK environment setting · 2f1b8fe · meta-qt5/meta-qt5 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meta-qt5/meta-qt5/commit/51a4cdf3fcdc132cc7b5af0e240c5d1007e43590" title="https://github.com/meta-qt5/meta-qt5/commit/51a4cdf3fcdc132cc7b5af0e240c5d1007e43590"&gt;nativesdk-qtbase: Fix qtconfig.pri · 51a4cdf · meta-qt5/meta-qt5 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Otavio for making the recipe updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applying the fixes resolved the issue I was having. Qt Creator is working and I was successfully able to successfully build and run a sample application on the target Cortex board.&lt;/P&gt;&lt;P&gt;As a note to others the OE_QMAKE_ environment variables were moved to a qt5.sh file under /opt/poky/1.7/sysroots/x86_64-pokysdk-linux/environment-setup.d&lt;/P&gt;&lt;P&gt;The environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi script will automatically execute the qt5.sh script so no need to call it explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, as outlined in other posts, to add the following line:&lt;/P&gt;&lt;P&gt;source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above the #! /bin/sh in the qtcreator.sh script. Always run the qtcreator.sh script to launch Qt Creator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you Rodrigo for the link and Otavio for making the fixes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ossian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387400#M56237</guid>
      <dc:creator>ossian</dc:creator>
      <dc:date>2014-10-21T17:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qt Master stream generated qmake has the wrong internal paths, QT_SYSROOT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387401#M56238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting your findings! I'm sure it will help another users of the communities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 19:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-Master-stream-generated-qmake-has-the-wrong-internal-paths-QT/m-p/387401#M56238</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2014-10-21T19:54:14Z</dc:date>
    </item>
  </channel>
</rss>

