<?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 Building Qt applications for imx in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166458#M4593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lately, I was successful in building Qt-4.7.2 for my custom board with imx23 following the procedure on the wiki,&amp;nbsp; the demos are wonderfull...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I made a simple "Hello world" application using Qt-creator, But I don't know how to cross compile it for my board; I tried a lot, but with no luck; I'm just a newbie afterall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody give me a detailed procedure on how to build applications that are created with Qt-creator for imx devices... may be a complete document or a link may save a lot of head scratches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2011 13:21:43 GMT</pubDate>
    <dc:creator>danix</dc:creator>
    <dc:date>2011-08-22T13:21:43Z</dc:date>
    <item>
      <title>Building Qt applications for imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166458#M4593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lately, I was successful in building Qt-4.7.2 for my custom board with imx23 following the procedure on the wiki,&amp;nbsp; the demos are wonderfull...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I made a simple "Hello world" application using Qt-creator, But I don't know how to cross compile it for my board; I tried a lot, but with no luck; I'm just a newbie afterall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody give me a detailed procedure on how to build applications that are created with Qt-creator for imx devices... may be a complete document or a link may save a lot of head scratches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 13:21:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166458#M4593</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-08-22T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Building Qt applications for imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166459#M4594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There should be a qmake built in the &amp;lt;qt_build_folder&amp;gt;/bin/ I believe. If you run this qmake while you are in the folder where your Qt application is, it will build Makefile that can be used to cross-compile your application. Then you just use &lt;/SPAN&gt;&lt;EM&gt;make&lt;/EM&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;EM&gt;make install&lt;/EM&gt;&lt;SPAN&gt; to build and install your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 06:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166459#M4594</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2011-08-23T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building Qt applications for imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166460#M4595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried that, but it gave me an error like these:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;danny@Danny:~$ export PATH=$PATH:/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin&lt;BR /&gt;danny@Danny:~$ export PATH=$PATH:/home/danny/Target/qt-everywhere-opensource-src-4.7.2/bin/qmake&lt;BR /&gt;danny@Danny:~$ cd /home/danny/Projects/my_app&lt;BR /&gt;danny@Danny:~/Projects/my_app$ qmake&lt;BR /&gt;/home/danny/Target/qt-everywhere-opensource-src-4.7.2/.qmake.cache:2: Unknown replace function: quote&lt;BR /&gt;/home/danny/Target/qt-everywhere-opensource-src-4.7.2/.qmake.cache:3: Unknown replace function: quote&lt;BR /&gt;Failure to read QMAKESPEC conf file /mkspecs/qws/linux-mxs-g++/qmake.conf.&lt;BR /&gt;Error processing project file: /home/danny/Projects/my_app/my_app.pro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I couldn't figure what I'm missing, what is wrong with this ".qmake.cache" file? and my spec file /qws/linux-mxs-g++ worked fine when I build Qt, all the demos are running perfect on the target....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:48:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166460#M4595</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-08-23T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Building Qt applications for imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166461#M4596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess you'll have to set QMAKESPEC or use -spec parameter to qmake to configure location of the .spec file you used to build the Qt for target.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 13:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166461#M4596</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2011-08-23T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Building Qt applications for imx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166462#M4597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The errors "unknown replace function: quote" persists. Also a new problem arises:&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; Project LOAD(): Feature qt_config cannot be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;and qmake exits...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 14:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Qt-applications-for-imx/m-p/166462#M4597</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-08-23T14:18:07Z</dc:date>
    </item>
  </channel>
</rss>

