Qt5 isn't support web browser for arm linux ?
-
Hi all:
I use qt5.4 source code build qt lib in freescale imx6 board.
I set my qt lib & package use the configure (in qt-everywhere-opensource-src-5.4.0/qtbase).
But, when success install qt lib.
I can't find web browser in "examples" .
Is qt5 not support web browser for arm linux ?
My configuration is as below:
./configure -v -opensource -confirm-license -no-pch -no-opengl -opengl es2 -glib
-make libs -device imx6
-compile-examples
-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 <my rootfs path>
-no-gcc-sysroot
-prefix /usr/local/qt5
–make examples
-shared
-widgets
-make toolsIf you konw the answer, please tell me, thank you very much !
-
Hi and welcome to devnet,
You built only qtbase. The examples you are searching are in the QtWebKit (now deprecated) and QtWebEngine modules
-
@SGaist thank you answer my question !
Excuse me, I have the other question,
I need to use the configuer in qt-everywhere-opensource-src-5.4.0 (not qtbase) ?
What different the configuer between "qt-everywhere-opensource-src-5.4.0" and "qt-everywhere-opensource-src-5.4.0/qtbase" ?
-
@Y.L-Chiu qtbase contains only some of Qt's modules, like QtCore, QtNetwork, etc.
The web engine stuff is located in qtwebengine folder, which is not in qtbase. So yes, you need to run configure in root directory of the combined src package.