<?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 Project ERROR: Unknown module(s) in QT: webkitwidgets webkit in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Project-ERROR-Unknown-module-s-in-QT-webkitwidgets-webkit/m-p/312572#M40936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt; i am new in qt and yocto.. am used poky tool chanin to scross compile qt5. and i am working on 12.04.LTS ubuntu.&lt;/P&gt;&lt;P&gt;i installed and configure qt5 using following link.&lt;BR /&gt; &lt;A href="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;/configure &lt;SPAN style="text-decoration: line-through;"&gt;v -dont-process -opensource -confirm-license -device imx6 -device-option &lt;SPAN class="caps"&gt;CROSS&lt;/SPAN&gt;_COMPILE=/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi&lt;/SPAN&gt; -sysroot /fsl-community-bsp/buildcoreimage/tmp/sysroots/imx6qsabreauto -prefix ~/qt5arm -platform linux-g++ -shared -no-pch -no-rpath -pkg-config -no-accessibility -no-dbus -no-icu -no-directfb -evdev -no-fontconfig -no-opengl -opengl es2 -eglfs -no-glib -no-gtkstyle -no-iconv -system-libjpeg -no-kms -system-libpng -no-linuxfb -no-mitshm -no-nis -openssl -qt-pcre -release -no-sm -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -nomake tests -tslib -libudev -widgets -no-xcb -no-xcursor -no-xfixes -no-xinerama -no-xinput -no-xinput2 -no-xkb -no-xrandr -no-xrender -no-xshape -no-xsync -no-xvideo -system-zlib&lt;/P&gt;&lt;P&gt;When i tried to build my project with qmake i got error..&lt;BR /&gt; hmi_ph2$ /home/abc/qt5arm/bin/qmake&lt;BR /&gt; Project &lt;SPAN class="caps"&gt;ERROR&lt;/SPAN&gt;: Unknown module(s) in QT: webkitwidgets webkit&lt;/P&gt;&lt;P&gt;so i did sudo apt-get upgrade libqt5webkit5-dev&lt;BR /&gt; Reading package lists… Done&lt;BR /&gt; Building dependency tree&amp;nbsp; &lt;BR /&gt; Reading state information… Done&lt;BR /&gt; 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.&lt;/P&gt;&lt;P&gt;in my .pro file ..&lt;BR /&gt; QT += qml quick xml network widgets webkit webkitwidgets xmlpatterns multimedia multimediawidgets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 10:42:06 GMT</pubDate>
    <dc:creator>jigarchokshi89</dc:creator>
    <dc:date>2014-04-08T10:42:06Z</dc:date>
    <item>
      <title>Project ERROR: Unknown module(s) in QT: webkitwidgets webkit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Project-ERROR-Unknown-module-s-in-QT-webkitwidgets-webkit/m-p/312572#M40936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt; i am new in qt and yocto.. am used poky tool chanin to scross compile qt5. and i am working on 12.04.LTS ubuntu.&lt;/P&gt;&lt;P&gt;i installed and configure qt5 using following link.&lt;BR /&gt; &lt;A href="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;/configure &lt;SPAN style="text-decoration: line-through;"&gt;v -dont-process -opensource -confirm-license -device imx6 -device-option &lt;SPAN class="caps"&gt;CROSS&lt;/SPAN&gt;_COMPILE=/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi&lt;/SPAN&gt; -sysroot /fsl-community-bsp/buildcoreimage/tmp/sysroots/imx6qsabreauto -prefix ~/qt5arm -platform linux-g++ -shared -no-pch -no-rpath -pkg-config -no-accessibility -no-dbus -no-icu -no-directfb -evdev -no-fontconfig -no-opengl -opengl es2 -eglfs -no-glib -no-gtkstyle -no-iconv -system-libjpeg -no-kms -system-libpng -no-linuxfb -no-mitshm -no-nis -openssl -qt-pcre -release -no-sm -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -nomake tests -tslib -libudev -widgets -no-xcb -no-xcursor -no-xfixes -no-xinerama -no-xinput -no-xinput2 -no-xkb -no-xrandr -no-xrender -no-xshape -no-xsync -no-xvideo -system-zlib&lt;/P&gt;&lt;P&gt;When i tried to build my project with qmake i got error..&lt;BR /&gt; hmi_ph2$ /home/abc/qt5arm/bin/qmake&lt;BR /&gt; Project &lt;SPAN class="caps"&gt;ERROR&lt;/SPAN&gt;: Unknown module(s) in QT: webkitwidgets webkit&lt;/P&gt;&lt;P&gt;so i did sudo apt-get upgrade libqt5webkit5-dev&lt;BR /&gt; Reading package lists… Done&lt;BR /&gt; Building dependency tree&amp;nbsp; &lt;BR /&gt; Reading state information… Done&lt;BR /&gt; 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.&lt;/P&gt;&lt;P&gt;in my .pro file ..&lt;BR /&gt; QT += qml quick xml network widgets webkit webkitwidgets xmlpatterns multimedia multimediawidgets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Project-ERROR-Unknown-module-s-in-QT-webkitwidgets-webkit/m-p/312572#M40936</guid>
      <dc:creator>jigarchokshi89</dc:creator>
      <dc:date>2014-04-08T10:42:06Z</dc:date>
    </item>
  </channel>
</rss>

