Project ERROR: Unknown module(s) in QT: webkitwidgets webkit

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Project ERROR: Unknown module(s) in QT: webkitwidgets webkit

4,324 Views
jigarchokshi89
Contributor I

Hello,
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.

i installed and configure qt5 using following link.
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard

/configure v -dont-process -opensource -confirm-license -device imx6 -device-option CROSS_COMPILE=/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi -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

When i tried to build my project with qmake i got error..
hmi_ph2$ /home/abc/qt5arm/bin/qmake
Project ERROR: Unknown module(s) in QT: webkitwidgets webkit

so i did sudo apt-get upgrade libqt5webkit5-dev
Reading package lists… Done
Building dependency tree 
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

in my .pro file ..
QT += qml quick xml network widgets webkit webkitwidgets xmlpatterns multimedia multimediawidgets

0 Kudos
0 Replies