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. Is webkit supposed to build with Qt5?
QtWS25 Last Chance

Is webkit supposed to build with Qt5?

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 2 Posters 2.8k 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.
  • H Offline
    H Offline
    halogenx
    wrote on last edited by
    #1

    I really searched but was unable to find the answer.
    I'm on ubuntu 11.04 and followed the instructions in http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git.
    Everything builds except qtwebkit. I attempted to fix some include paths but at some point I just can't find some class referenced in some files.

    So... is it supposed to build?
    Thanks.

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

      Yes.

      Remember, this is still long before even an alpha version. Webkit is quite problematic, because it is an external dependency, and it is very big. Occasionally, it breaks a build here or there. Check out some earlier commit or wait for a few days before trying to pull sources again. If webkit is not crucial to you, disabling it in configure is probably the fastest way you can get to working Qt5 libs.

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        halogenx
        wrote on last edited by
        #3

        Thanks.
        I've decided to skip webkit for now and have had moderate success playing with QML + C++. However, in trying out the 3d tutorials I'm getting the following error:

        QDeclarativePropertyCache: QQuickItem has FastProperty class info, but has not installed property accessors.

        The error seems to appear as long as I have any property set on the viewport. Does anyone know what could be causing it?

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

          You'll probably be better off if you start a new topic for that - if it has a good title, it might attract relevant people. You may also want to contact guys working on QML and Qt3d on mailing lists ("link":http://lists.qt-project.org/mailman/listinfo, "link":http://lists.qt.nokia.com/mailman/listinfo).

          (Z(:^

          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