<?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: Qt5 with Qt3D over Wayland rootfs</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252079#M23293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please share the previous qtwayland source for wayland 1.0.3 (on ltib)?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Jessie.lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 02:42:41 GMT</pubDate>
    <dc:creator>Jessie_Lee</dc:creator>
    <dc:date>2013-09-06T02:42:41Z</dc:date>
    <item>
      <title>Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252061#M23275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First&amp;nbsp; Thanks to &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/PrabhuSundararaj"&gt;PrabhuSundararaj&lt;/A&gt;&amp;nbsp; for sharing his knowledge and tips to be able to accomplish all these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With our new release of wayland coming soon, many of you would like to see it working with the latest Qt.&amp;nbsp; The process might sound complicated, but it is simpler than it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get in your hands the newest release sources then follow the &lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;MX6_Wayland_Weston_User_Guide_Review.pdf&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&amp;nbsp; for the instructions to install your Ltib and compile the rootfs.&amp;nbsp; I was successful creating the rootfs with &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Gnome profile&lt;/STRONG&gt;&lt;/SPAN&gt; selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay a lot of attention to step 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;8 Enabling Wayland/Weston Support for Prebuilt rootfs in&lt;/H3&gt;&lt;H3&gt;LTIB File System&lt;/H3&gt;&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The prebuilt root file system (rootfs) comes with prebuilt GPU driver. By default, it is set to EGL framebuffer. To enable&lt;/P&gt;
&lt;P&gt;Wayland/Weston support, make EGL and GAL point to correct binaries as shown below:&lt;/P&gt;
&lt;P&gt;$ ls –l $(ROOTFS)/usr/lib/libEGL.so&lt;/P&gt;
&lt;P&gt;libEGL.so -&amp;gt; libEGL-wl.so&lt;/P&gt;
&lt;P&gt;$ ls –l $(ROOTFS)/usr/lib/libGAL.so&lt;/P&gt;
&lt;P&gt;libGAL.so -&amp;gt; libGAL-wl.so&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manual only advices to change libEGL.so link to &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;libEGL-wl.so&lt;/SPAN&gt;,&amp;nbsp; but you also have to change libEGL.so.1 link&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: Helvetica, sans-serif; background-color: white;"&gt;,&amp;nbsp; it should point to libEGL-wl.so as well.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;ln -s&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;libEGL-wl.so&amp;nbsp; libEGL.so&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ln -s&amp;nbsp; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;libEGL-wl.so&amp;nbsp; libEGL.so.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;ln -s&amp;nbsp; libGAL-wl.so&amp;nbsp; libGAL.so&lt;/SPAN&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once building the rootfs is successful, please test that it boots correctly and start weston correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;$start-weston&lt;/P&gt;
&lt;P&gt;$export LD_LIBRARY_PATH="/usr/lib"&lt;/P&gt;
&lt;P&gt;$export XDG_RUNTIME_DIR="/tmp"&lt;/P&gt;

&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed to QT5 build.&amp;nbsp; Please follow the guide to build &lt;STRONG&gt;QT5.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94066"&gt;https://community.freescale.com/docs/DOC-94066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention that the rootfs now is the one created with the wayland release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example this&amp;nbsp; configure line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;./configure -opensource -confirm-license -make libs -device imx6 -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi- -sysroot /home/b35153/waylandRootfs/ltib/rootfs -no-gcc-sysroot -prefix /opt/qt5wayland -no-pch -no-opengl -opengl es2 -no-xcb -make examples -make demos&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After completing the guide, the next step is to build the Qtwayland plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1. Download the git repository for Qtwayland:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; $ git clone git://gitorious.org/qt/qtwayland.git&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; $ cd qtwayland&lt;/SPAN&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;2. &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;gedit &lt;SPAN style="color: #1f497d;"&gt;&lt;STRONG&gt;src/plugins/platforms/qwayland-egl/qwayland-egl.pro&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;and make the change as like this, please be careful on not to break the syntax: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Delete these lines:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; !contains(QT_CONFIG, no-pkg-config) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG += link_pkgconfig&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PKGCONFIG += wayland-egl egl&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIBS += -lwayland-egl -lEGL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Replace them with this line&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;LIBS += -lEGL&lt;/SPAN&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;3. cd to &amp;lt;qtwayland directory&amp;gt;/qtwayland and run the qmake&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;(qmake should be in the PATH, or you can specify the full path to qmake)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN style="color: #1f497d;"&gt; $ qmake -r&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; The qtwayland will test certain packages. The summary should look like this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for wayland... yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for xkbcommon... yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for brcm_egl... no&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for egl... yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for glx... no&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for wayland_egl... yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Checking for xcomposite... no&lt;/SPAN&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you have an error about the wayland-scanner not detected, disable the check at the qtwayland.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;#!config_wayland_scanner {&lt;/P&gt;
&lt;P&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; error(QtWayland requires wayland-scanner)&lt;/P&gt;
&lt;P&gt;#}&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; 4.&amp;nbsp; Build&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN style="color: #1f497d;"&gt;make &amp;amp;&amp;amp; sudo make install&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ater this step you should be able to run demos&amp;nbsp; using the wayland-egl platform like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;$ ./forest_qml -platform wayland-egl&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in order to install Qt3D follow this guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94236"&gt;https://community.freescale.com/docs/DOC-94236&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;$./shaders -platform wayland-egl&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voila!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="teapotQt.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39125iCF0B04A82524491D/image-size/large?v=v2&amp;amp;px=999" role="button" title="teapotQt.JPG" alt="teapotQt.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 16:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252061#M23275</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-04-04T16:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252062#M23276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for this step by step guide. I managed to build QT5 and Qtwayland. However I cannot access the link to the Qt3D document. I always get an "Unauthorized" message. Do I need special access rights to download the mentioned document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 10:29:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252062#M23276</guid>
      <dc:creator>markusito</dc:creator>
      <dc:date>2013-05-22T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252063#M23277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it was in a private space, but I just moved it to public space.&amp;nbsp; You should be able to access it once it gets approved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 22:18:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252063#M23277</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-05-22T22:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252064#M23278</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 follow your steps to compile qt5+wayland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is ok to compile qt5,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i compile the qtwayland, there is a problem as bellow:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;&lt;A href="mailto:tte@ubuntu:~/Desktop/Linux/qtwayland$"&gt;&lt;SPAN style="color: #3366ff;"&gt;tte@ubuntu:~/Desktop/Linux/qtwayland$&lt;/SPAN&gt;&lt;/A&gt; ../qt-everywhere-opensource-src-5.0.2/qtbase/bin/qmake -r&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/src/src.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/src/qtwaylandscanner/qtwaylandscanner.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/src/plugins/plugins.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;&amp;nbsp; Reading /home/tte/Desktop/Linux/qtwayland/src/plugins/platforms/platforms.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Reading /home/tte/Desktop/Linux/qtwayland/src/plugins/platforms/wayland_common/wayland_common.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qtwayland/src/plugins/platforms/wayland_common/wayland_common.pro:70: Cannot find feature qt_common&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Reading /home/tte/Desktop/Linux/qtwayland/src/plugins/platforms/qwayland-egl/qwayland-egl.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/examples/examples.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/tests/tests.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;Reading /home/tte/Desktop/Linux/qtwayland/tests/auto/auto.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt;"&gt;&amp;nbsp; Reading /home/tte/Desktop/Linux/qtwayland/tests/auto/client/client.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;And when i do the make, I get following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;A href="mailto:te@ubuntu:~/Desktop/Linux/qtwayland$"&gt;&lt;SPAN style="color: #0000ff;"&gt;te@ubuntu:~/Desktop/Linux/qtwayland$&lt;/SPAN&gt;&lt;/A&gt; make&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;cd src/ &amp;amp;&amp;amp; ( test -e Makefile || /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/bin/qmake /home/tte/Desktop/Linux/qtwayland/src/src.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[1]: Entering directory `/home/tte/Desktop/Linux/qtwayland/src'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;cd qtwaylandscanner/ &amp;amp;&amp;amp; ( test -e Makefile || /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/bin/qmake /home/tte/Desktop/Linux/qtwayland/src/qtwaylandscanner/qtwaylandscanner.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[2]: Entering directory `/home/tte/Desktop/Linux/qtwayland/src/qtwaylandscanner'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;g++ -c -pipe -O2 -fno-exceptions -Wall -W -D_REENTRANT -fPIE -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS -DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE -DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED -DQT_NO_TRANSLATION -DQT_QMAKE_LOCATION="/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/bin/qmake" -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/mkspecs/linux-g++ -I. -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/5.0.2 -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/5.0.2/QtCore -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtXml -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtXml/5.0.2 -I/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtXml/5.0.2/QtXml -o .obj/release-shared/qtwaylandscanner.o qtwaylandscanner.cpp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;In file included from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/qeventloop.h:1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:47,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/qcoreapplication.h:1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/QCoreApplication:1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from qtwaylandscanner.cpp:41:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h:55: error: invalid use of incomplete type ‘struct QObject’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qobjectdefs.h:235: error: forward declaration of ‘struct QObject’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h: In member function ‘QEventLoopPrivate* QEventLoop::d_func()’:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h:57: error: ‘d_ptr’ was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h: In member function ‘const QEventLoopPrivate* QEventLoop::d_func() const’:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h:57: error: ‘d_ptr’ was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h: At global scope:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qeventloop.h:99: error: expected ‘)’ before ‘*’ token&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;In file included from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/qcoreapplication.h:1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from /home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/QCoreApplication:1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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; from qtwaylandscanner.cpp:41:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:69: error: invalid use of incomplete type ‘struct QObject’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qobjectdefs.h:235: error: forward declaration of ‘struct QObject’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h: In member function ‘QCoreApplicationPrivate* QCoreApplication::d_func()’:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:77: error: ‘d_ptr’ was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h: In member function ‘const QCoreApplicationPrivate* QCoreApplication::d_func() const’:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:77: error: ‘d_ptr’ was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h: In static member function ‘static QString QCoreApplication::translate(const char*, const char*, const char*, int)’:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:209: error: return type ‘struct QString’ is incomplete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;/home/tte/Desktop/Linux/qt-everywhere-opensource-src-5.0.2/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:211: error: incomplete type ‘QString’ used in nested name specifier&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[2]: *** [.obj/release-shared/qtwaylandscanner.o] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[2]: Leaving directory `/home/tte/Desktop/Linux/qtwayland/src/qtwaylandscanner'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[1]: *** [sub-qtwaylandscanner-make_first-ordered] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make[1]: Leaving directory `/home/tte/Desktop/Linux/qtwayland/src'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;make: *** [sub-src-make_first] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas with this ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252064#M23278</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-24T06:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252065#M23279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the very helpfull article. I managed to follow your guide and compile QT5 and QTWayland. However, when I start any example with the qtwayland backend, it crashed with a bus error. Could you tell me the exact git commit id, you used for qt5 and qtwayland? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 15:06:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252065#M23279</guid>
      <dc:creator>johannesschulte</dc:creator>
      <dc:date>2013-05-24T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252066#M23280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;git rev-parse HEAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the result for qtwayland:&lt;/P&gt;&lt;P&gt;77248e2765e4db5cd7fe6e53e07a612d75b91011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the result for qt5&lt;/P&gt;&lt;P&gt;2f8a096c9cf722978f7995097fd2807445898f58&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 20:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252066#M23280</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-06-27T20:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252067#M23281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to build the Qt5 over wayland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed what the post describes, but I got these message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make[4]: Entering directory `/home/bread19/Work/Freescale/Qt5.0/qtwayland/src/plugins/platforms/wayland_common'&lt;/P&gt;&lt;P&gt;wayland-scanner client-header &amp;lt; ../../../3rdparty/protocol/wayland.xml &amp;gt; wayland-wayland-client-protocol.h&lt;/P&gt;&lt;P&gt;&amp;lt;stdin&amp;gt;:70: no interface name given&lt;/P&gt;&lt;P&gt;make[4]: *** [wayland-wayland-client-protocol.h] Error 1&lt;/P&gt;&lt;P&gt;make[4]: Leaving directory `/home/bread19/Work/Freescale/Qt5.0/qtwayland/src/plugins/platforms/wayland_common'&lt;/P&gt;&lt;P&gt;make[3]: *** [sub-wayland_common-make_first-ordered] Error 2&lt;/P&gt;&lt;P&gt;make[3]: Leaving directory `/home/bread19/Work/Freescale/Qt5.0/qtwayland/src/plugins/platforms'&lt;/P&gt;&lt;P&gt;make[2]: *** [sub-platforms-make_first] Error 2&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory `/home/bread19/Work/Freescale/Qt5.0/qtwayland/src/plugins'&lt;/P&gt;&lt;P&gt;make[1]: *** [sub-plugins-make_first-ordered] Error 2&lt;/P&gt;&lt;P&gt;make[1]: Leaving directory `/home/bread19/Work/Freescale/Qt5.0/qtwayland/src'&lt;/P&gt;&lt;P&gt;make: *** [sub-src-make_first] Error 2&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone can help with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 23:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252067#M23281</guid>
      <dc:creator>minhyukoh</dc:creator>
      <dc:date>2013-07-10T23:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252068#M23282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem, it was the wayland-scanner binary problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just built wayland-scanner manually, then it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 04:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252068#M23282</guid>
      <dc:creator>minhyukoh</dc:creator>
      <dc:date>2013-07-24T04:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252069#M23283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to build qtwayland based on LTIB L3.0.35_4.0.0_130424_source.tar.gz(gnome profile) + QT5 from git for iMX6Q Sabre SD&lt;/P&gt;&lt;P&gt;This is what I did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gavin@U12-Dev:~$ git clone git://gitorious.org/qt/qtwayland.git&lt;BR /&gt;Cloning into 'qtwayland'...&lt;BR /&gt;remote: Counting objects: 10650, done.&lt;BR /&gt;remote: Compressing objects: 100% (6953/6953), done.&lt;BR /&gt;remote: Total 10650 (delta 7159), reused 4766 (delta 2882)&lt;BR /&gt;Receiving objects: 100% (10650/10650), 2.02 MiB | 954 KiB/s, done.&lt;BR /&gt;Resolving deltas: 100% (7159/7159), done.&lt;BR /&gt;gavin@U12-Dev:~$ cd qtwayland/&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ git checkout -b qtwayland 77248e2765e4db5cd7fe6e53e07a612d75b91011&lt;BR /&gt;Switched to a new branch 'qtwayland'&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ vim src/plugins/platforms/qwayland-egl/qwayland-egl.pro&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ vim qtwayland.pro &lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ ll ~/ltib/rootfs/usr/lib/*EGL*&lt;BR /&gt;-rwxr-xr-x 1 root root 87872 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libEGL-dfb.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 90703 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libEGL-fb.so*&lt;BR /&gt;lrwxrwxrwx 1 root root&amp;nbsp;&amp;nbsp;&amp;nbsp; 11 Jul 24 11:47 /home/gavin/ltib/rootfs/usr/lib/libEGL.so -&amp;gt; libEGL.so.1*&lt;BR /&gt;lrwxrwxrwx 1 root root&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 Jul 25 16:10 /home/gavin/ltib/rootfs/usr/lib/libEGL.so.1 -&amp;gt; libEGL-wl.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 91627 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libEGL-wl.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 86484 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libEGL-x11.so*&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ ll ~/ltib/rootfs/usr/lib/*GAL*&lt;BR /&gt;-rwxr-xr-x 1 root root 871596 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libGAL-dfb.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 877071 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libGAL-fb.so*&lt;BR /&gt;lrwxrwxrwx 1 root root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 Jul 25 16:10 /home/gavin/ltib/rootfs/usr/lib/libGAL.so -&amp;gt; libGAL-wl.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 882566 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libGAL-wl.so*&lt;BR /&gt;-rwxr-xr-x 1 root root 907010 Jul 22 17:51 /home/gavin/ltib/rootfs/usr/lib/libGAL-x11.so*&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ /usr/local/qt-5/bin/qmake -r&lt;BR /&gt;Info: creating cache file /home/gavin/qtwayland/.qmake.cache&lt;BR /&gt;Checking for wayland... yes&lt;BR /&gt;Checking for xkbcommon... yes&lt;BR /&gt;Checking for wayland_scanner... no&lt;BR /&gt;Checking for wayland_egl... yes&lt;BR /&gt;Checking for egl... no&lt;BR /&gt;Checking for brcm_egl... no&lt;BR /&gt;Checking for glx... no&lt;BR /&gt;Checking for xcomposite... no&lt;BR /&gt;Reading /home/gavin/qtwayland/src/src.pro&lt;BR /&gt; Reading /home/gavin/qtwayland/src/plugins/plugins.pro&lt;BR /&gt;&amp;nbsp; Reading /home/gavin/qtwayland/src/plugins/platforms/platforms.pro&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Reading /home/gavin/qtwayland/src/plugins/platforms/wayland_common/wayland_common.pro&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Reading /home/gavin/qtwayland/src/plugins/platforms/qwayland-egl/qwayland-egl.pro&lt;BR /&gt;Reading /home/gavin/qtwayland/examples/examples.pro&lt;BR /&gt;Reading /home/gavin/qtwayland/tests/tests.pro&lt;BR /&gt; Reading /home/gavin/qtwayland/tests/auto/auto.pro&lt;BR /&gt;&amp;nbsp; Reading /home/gavin/qtwayland/tests/auto/client/client.pro&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ &lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ make&lt;BR /&gt;cd src/ &amp;amp;&amp;amp; ( test -e Makefile || /usr/local/qt-5/bin/qmake /home/gavin/qtwayland/src/src.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile &lt;BR /&gt;make[1]: Entering directory `/home/gavin/qtwayland/src'&lt;BR /&gt;cd plugins/ &amp;amp;&amp;amp; ( test -e Makefile || /usr/local/qt-5/bin/qmake /home/gavin/qtwayland/src/plugins/plugins.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile &lt;BR /&gt;make[2]: Entering directory `/home/gavin/qtwayland/src/plugins'&lt;BR /&gt;cd platforms/ &amp;amp;&amp;amp; ( test -e Makefile || /usr/local/qt-5/bin/qmake /home/gavin/qtwayland/src/plugins/platforms/platforms.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile &lt;BR /&gt;make[3]: Entering directory `/home/gavin/qtwayland/src/plugins/platforms'&lt;BR /&gt;cd wayland_common/ &amp;amp;&amp;amp; ( test -e Makefile || /usr/local/qt-5/bin/qmake /home/gavin/qtwayland/src/plugins/platforms/wayland_common/wayland_common.pro -o Makefile ) &amp;amp;&amp;amp; make -f Makefile &lt;BR /&gt;make[4]: Entering directory `/home/gavin/qtwayland/src/plugins/platforms/wayland_common'&lt;BR /&gt;/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-g++ -c -pipe -mfloat-abi=softfp -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_WAYLAND_WINDOWMANAGER_SUPPORT -DQT_WAYLAND_GL_SUPPORT -DQ_FONTCONFIGDATABASE -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLATFORMSUPPORT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt-5/mkspecs/devices/linux-imx6-g++ -I. -I../../../shared -I/home/gavin/ltib/rootfs/usr/local/qt-5/include -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtPlatformSupport -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtPlatformSupport/5.1.1 -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtPlatformSupport/5.1.1/QtPlatformSupport -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtGui -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtGui/5.1.1 -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtGui/5.1.1/QtGui -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtCore -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtCore/5.1.1 -I/home/gavin/ltib/rootfs/usr/local/qt-5/include/QtCore/5.1.1/QtCore -I.moc/release-shared -I/home/gavin/ltib/rootfs/usr/include -o .obj/release-shared/qwaylandwindowmanagerintegration.o windowmanager_integration/qwaylandwindowmanagerintegration.cpp&lt;BR /&gt;windowmanager_integration/qwaylandwindowmanagerintegration.cpp:43:51: fatal error: wayland-windowmanager-client-protocol.h: No such file or directory&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make[4]: *** [.obj/release-shared/qwaylandwindowmanagerintegration.o] Error 1&lt;BR /&gt;make[4]: Leaving directory `/home/gavin/qtwayland/src/plugins/platforms/wayland_common'&lt;BR /&gt;make[3]: *** [sub-wayland_common-make_first-ordered] Error 2&lt;BR /&gt;make[3]: Leaving directory `/home/gavin/qtwayland/src/plugins/platforms'&lt;BR /&gt;make[2]: *** [sub-platforms-make_first] Error 2&lt;BR /&gt;make[2]: Leaving directory `/home/gavin/qtwayland/src/plugins'&lt;BR /&gt;make[1]: *** [sub-plugins-make_first-ordered] Error 2&lt;BR /&gt;make[1]: Leaving directory `/home/gavin/qtwayland/src'&lt;BR /&gt;make: *** [sub-src-make_first] Error 2&lt;BR /&gt;gavin@U12-Dev:~/qtwayland$ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I don't have egl support as shown in the original post?&lt;/P&gt;&lt;P&gt;Why am I missing files when do make?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help, Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 20:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252069#M23283</guid>
      <dc:creator>gavinux</dc:creator>
      <dc:date>2013-07-25T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252070#M23284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to take so long to reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify some things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the Ltib Gnome&amp;nbsp; profile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252070#M23284</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-07-26T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252071#M23285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Iam using ltib gnome profile.&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;P&gt;On 2013-07-26 1:08 PM, "Francisco Alberto Carrillo Dominguez" &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:27:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252071#M23285</guid>
      <dc:creator>gavinux</dc:creator>
      <dc:date>2013-07-26T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252072#M23286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have build and compiled Qt for iMx6. I used Qt version 4.8 for building.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have followed the build steps for Qt4.8 from the below link:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="94066" data-objecttype="102" href="https://community.nxp.com/docs/DOC-94066" style="font-style: inherit; font-family: inherit; color: #6a737b;"&gt;https://community.freescale.com/docs/DOC-94066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below are the configure options I used:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: #4f81bd;"&gt;./configure -qpa -arch arm -xplatform qws/linux-imx6-g++ -no-largefile -no-accessibility -opensource -verbose -system-libpng -system-libjpeg -system-freetype -fast -opengl es2 -egl -confirm-license -qt-mouse-tslib -qt-zlib -qt-libpng -no-webkit -no-multimedia -make examples -make demos -release -make libs -exceptions -no-qt3support -prefix /opt/qt4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have successfully compiled and all were installed in the /opt/qt4 directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;After booted my board,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;when i run a demo from "/opt/qt4/examples/mainwindows/application/"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;./application -platform eglfs &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The demo is successfully loaded but touch is not working. I can't able to give any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have exported all the neccessary TSLIB options:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 10pt; font-family: inherit;"&gt;export TSLIB_ROOT=/usr&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_CONSOLEDEVICE=none&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_FBDEVICE=/dev/fb0&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_TSDEVICE=/dev/input/event0&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_PLUGINDIR=$TSLIB_ROOT/lib/ts&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_CONFFILE=$TSLIB_ROOT/etc/ts.conf&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export TSLIB_CALIBFILE=/etc/pointercal&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export QWS_MOUSE_PROTO=Tslib:/dev/input/event0&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export QWS_DISPLAY=LinuxFb:/dev/fb0&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;export set QT_QWS_FONTDIR=$QTDIR/lib/fonts/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;My touch dirver and all are working fine..&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;I didn't get what I am doing wrong..&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Does this anything to do with Eglfs platform.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Does Eglfs supports touch ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;Please any help regarding this will be helpful.&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;Thanks in advance.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 06:33:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252072#M23286</guid>
      <dc:creator>mohamedsarjoond</dc:creator>
      <dc:date>2013-07-27T06:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252073#M23287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing the same error, let me investigate what is going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252073#M23287</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-07-30T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252074#M23288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gavin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeing the exact same error as you, right now I dont have a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I can see in my old&amp;nbsp; qtwayland build that I do have those files that are marked as missing in the new build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, somewhere in qtwayland commits they decided to remove those files i suspect.&amp;nbsp;&amp;nbsp;&amp;nbsp; The newer qtwayland needs wayland 1.1.0 ,&amp;nbsp; and ltib is installing wayland 1.0.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to work on an old qtwayland release for now. We should try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:34:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252074#M23288</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-07-31T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252075#M23289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco&lt;/P&gt;&lt;P&gt;Would you please send your qtwayland source code to me. I need a working&lt;/P&gt;&lt;P&gt;copy.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;P&gt;On 2013-07-31 12:34 PM, "Francisco Alberto Carrillo Dominguez" &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252075#M23289</guid>
      <dc:creator>gavinux</dc:creator>
      <dc:date>2013-07-31T16:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252076#M23290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing the same error at my end.&lt;/P&gt;&lt;P&gt;Where you able to get passed this error ? If so please let me know how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 07:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252076#M23290</guid>
      <dc:creator>AbhijitPotnis</dc:creator>
      <dc:date>2013-08-14T07:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252077#M23291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try building the wayland scanner manually, like Gavin-Li did.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252077#M23291</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2013-08-15T17:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252078#M23292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone successfully compiled the qtcompositor instead of using Weston?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the qt-qml-compositor on the iMX6 CPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Erik Larsson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 06:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252078#M23292</guid>
      <dc:creator>ortogonal</dc:creator>
      <dc:date>2013-09-03T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252079#M23293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please share the previous qtwayland source for wayland 1.0.3 (on ltib)?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Jessie.lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 02:42:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252079#M23293</guid>
      <dc:creator>Jessie_Lee</dc:creator>
      <dc:date>2013-09-06T02:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qt5 with Qt3D over Wayland rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252080#M23294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting some errors while compiling qtwayland on imx gnome profile and it says qtwayland needs wayland 1.1.0 or greater. Is there a way i can get older qtwayland versions. Thnx for your help&amp;nbsp; in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 02:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt5-with-Qt3D-over-Wayland-rootfs/m-p/252080#M23294</guid>
      <dc:creator>satyanarayanamu</dc:creator>
      <dc:date>2013-11-16T02:12:49Z</dc:date>
    </item>
  </channel>
</rss>

