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. Build a qtwebengine module for embedded system.
Servers for Qt installer are currently down

Build a qtwebengine module for embedded system.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 398 Views
  • 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.
  • M Offline
    M Offline
    MintogoDeveloper
    wrote on 19 Jul 2019, 06:53 last edited by
    #1

    I need to use a qtwebengine module on my application but without X11 window.

    So I wannt rebuild qtwebengine for eglfs not X11.

    becuase qtwebengine on repo compiled on X11.

    I try to build this source but I couldn't.

    qmake result is here:

    **Running configuration tests...
    Done running configuration tests.

    Configure summary:

    Qt WebEngine:
    Embedded build ......................... no
    Pepper Plugins ......................... yes
    Printing and PDF ....................... yes
    Proprietary Codecs ..................... no
    Spellchecker ........................... yes
    WebRTC ................................. yes
    Using system ninja ..................... no
    ALSA ................................... yes
    PulseAudio ............................. yes
    System libraries:
    re2 .................................. no
    ICU .................................. no
    libwebp and libwebpdemux ............. no
    Opus ................................. no
    ffmpeg ............................... no

    WARNING: Python version 2 (2.7.5 or later) is required to build QtWebEngine.

    Qt is now configured for building. Just run 'make'.
    Once everything is built, Qt is installed.
    You should NOT run 'make install'.
    Note that this build cannot be deployed to other machines or devices.

    Prior to reconfiguration, make sure you remove any leftovers from
    the previous build.

    Running configure tests
    Checking for alsa... yes
    Checking for khr... yes
    Checking for libvpx... no
    Checking for re2... no
    Checking for snappy... no
    Checking for winversion... no
    System harfbuzz is too old (min. version 1.2). Using Chromium's copy.
    System zlib or minizip not found. Using Chromium's copies.
    System libxml2 or libxslt not found. Using Chromium's copies.
    System libevent not found. Using Chromium's copy.
    System jsoncpp not found. Using Chromium's copy.
    System protobuf not found. Using Chromium's copy.
    Compatible system libvpx not found. Using Chromium's copy.
    System snappy not found. Using Chromium's copy.
    System library dependencies:
    Optional bundled libraries used .... libwebp opus ffmpeg icu libevent jsoncpp protobuf libvpx snappy
    Configurable features:
    Geolocation ........................ Enabled
    Certificate handling ............... Using system NSS

    Unmet dependency: dbus-1
    Unmet dependency: fontconfig
    Unmet dependency: xcomposite
    Unmet dependency: xcursor
    Unmet dependency: xrandr
    QtWebEngine will not be built.**

    Is there anybody know about it?

    1 Reply Last reply
    0

    1/1

    19 Jul 2019, 06:53

    • Login

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