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. QtWebKit module missing in Linux custom build Snapshot 4.8.6
Forum Updated to NodeBB v4.3 + New Features

QtWebKit module missing in Linux custom build Snapshot 4.8.6

Scheduled Pinned Locked Moved Qt WebKit
5 Posts 2 Posters 3.5k 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.
  • M Offline
    M Offline
    mikibobik
    wrote on last edited by
    #1

    Hello!

    I was trying to build new Qt 4.8.6 from the snapshot 2014-01-27-461
    Using the following configuration line:
    @./configure -webkit -nomake demos -nomake examples@

    I got the results:
    @
    Build .................. libs tools docs translations
    Configuration .......... release largefile stl precompile_header mmx 3dnow sse sse2 sse3 ssse3 sse4_1 sse4_2 avx minimal-config small-config medium-config large-config full-config qt3support accessibility opengl shared reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-png png freetype system-zlib nis iconv openssl xshape xsync mitshm xkb concurrent xmlpatterns multimedia audio-backend svg script scripttools declarative release
    Debug .................. no
    Qt 3 compatibility ..... yes
    QtDBus module .......... no
    QtConcurrent code ...... yes
    QtGui module ........... yes
    QtScript module ........ yes
    QtScriptTools module ... yes
    QtXmlPatterns module ... yes
    Phonon module .......... no
    Multimedia module ...... auto
    SVG module ............. yes
    WebKit module .......... no
    @

    I need QtWebKit in my Qt Application.
    What have I done wrong? I can't understand and I was not able to find anything on this issue :(

    BTW My machine:
    Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    I have Linux Mint OS (Release 11 - katya)

    Thank You for any help!

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      I suspect you may be missing some dependencies. Run this on your terminal:
      @
      sudo apt-get build-dep qt4-qmake libqt4-webkit
      sudo apt-get install python ruby perl
      @

      And pay close attention to the whole output of configure: maybe it gives a rationale as to why it is skipping webkit.

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mikibobik
        wrote on last edited by
        #3

        Thanks for reply.
        I didn't have ruby, so I installed it. But I get this message:

        @$ sudo apt-get build-dep qt4-qmake libqt4-webkit
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        Picking 'qt4-x11' as source package instead of 'qt4-qmake'
        E: Unable to find a source package for qt4-x11
        $@

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Hm, I don't think the Mint guys have changed Qt package names from Ubuntu... check out with your package manager application, maybe Qt package has a different name on your distribution, then plug that name into build-dep (that command simply installs all build dependencies of a project).

          But first, try just libqt4-webkit, maybe that is enough.

          (Z(:^

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mikibobik
            wrote on last edited by
            #5

            It's the same result :( I give up, I will wait for next LTS of Linux, and reinstall the machine. I though it would be easier to fix this issue.

            Thank for your help, I appreciate it.

            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