Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt5: WebKit2 build [solved]

Qt5: WebKit2 build [solved]

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 3.3k 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.
  • G Offline
    G Offline
    gokiburi
    wrote on last edited by
    #1

    I have tried to cross build latest snapshot and with some work I have manged to get into WebKit compilation. It was doing quite well for a moment until I got to point:
    in dir: /qtwebkit/WebKitBuild/Release/Source/WebKit2
    Project ERROR: Unknown module(s) in QT: quick qml

    Those modules are specified in Target.pri and WebKit2.pri but I seem to not have them? There is 'qtquick1' in main structure but it seems it depends on webkit to be build first (make module-qtquick1 first tries to build webkit) so I always get back to same error.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gokiburi
      wrote on last edited by
      #2

      Solved by checking out latest source from Git. Other problems came so for those interested: "declarative" must be removed from all .pri files that carry line like QT+= declarative

      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