Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QT5 qtwebkit
Forum Updated to NodeBB v4.3 + New Features

QT5 qtwebkit

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 3.0k Views 1 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.
  • N Offline
    N Offline
    nvharisha
    wrote on last edited by
    #1

    Hi
    Anybody compiled with QTWebkit in QT5 alpha release?

    I was trying to cross compile QTWebkit for MIPS based platform. The plaform supports OpenGL ES2.0. Hence I configured with @-opengl es2@

    While compiling qtwebkit, it gave error in graphics/qt/GraphicsContext3DQt.cpp

    Error: "GL_READ_FRAMEBUFFER_EXT" is not declared.

    This is supposed to Compile only if Desktop version (full) OpenGL is enabled.

    I am not sure if I am missing some thing. Let me know if any body has any pointers on this issue.

    For full config details :

    @/configure -opensource -prefix /home/user/qt5/install -arch mips -xplatform linux-nxs-mipsel-uclibc-g++ -opensource -nomake tests -no-xcb -eglfs -no-mips_dsp -opengl es2 -qt-zlib -qt-libpng -confirm-license -qt-libjpeg -qt-pcre -verbose@

    Hari

    1 Reply Last reply
    0
    • C Offline
      C Offline
      capisce
      wrote on last edited by
      #2

      I'm pretty sure WebKit is supposed to build with OpenGL ES 2, so I suggest you file a bug about it.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nvharisha
        wrote on last edited by
        #3

        I was able to pass through this issue. While configuring the webkit I passed:
        @--no-3d-canvas@

        My qtwebkit configuration now is as given below :
        @perl Tools/Scripts/build-webkit --qt --install-libs=output --release --no-3d-canvas@

        After that its compiling without any issues.
        Any body has explanation for this?

        Hari

        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