Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5 isn't support web browser for arm linux ?
Forum Updated to NodeBB v4.3 + New Features

Qt5 isn't support web browser for arm linux ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 1.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Y.L Chiu
    wrote on last edited by Y.L Chiu
    #1

    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 tools

    If you konw the answer, please tell me, thank you very much !

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You built only qtbase. The examples you are searching are in the QtWebKit (now deprecated) and QtWebEngine modules

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Y 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        You built only qtbase. The examples you are searching are in the QtWebKit (now deprecated) and QtWebEngine modules

        Y Offline
        Y Offline
        Y.L Chiu
        wrote on last edited by
        #3

        @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" ?

        sierdzioS 1 Reply Last reply
        0
        • Y Y.L Chiu

          @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" ?

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @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.

          (Z(:^

          Y 1 Reply Last reply
          0
          • sierdzioS sierdzio

            @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.

            Y Offline
            Y Offline
            Y.L Chiu
            wrote on last edited by
            #5

            @sierdzio Thanks ! I will try it, thank you ! : )

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved