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. Path to qt_webkit.pri
Forum Updated to NodeBB v4.3 + New Features

Path to qt_webkit.pri

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.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.
  • S Offline
    S Offline
    svenyonson
    wrote on last edited by
    #1

    I am having a path issue when building qt/webkit/myapp for the ARM platform.

    When building WebKit for my host machine (not cross compiling), two qt_webkit.pri files are generated.

    • One lives in <qtdir>/qtbase/mkspecs/modules.
    • The other lives in <webkitbuild>/Release/Tools/qmake/mkspecs/modules-inst.

    When I build for ARM, both of these files wind up in <webkitbuild>/Release/Tools/qmake/mkspecs/modules-inst.
    Because of this, when I try to build my application, I get the following error:

    • Project ERROR: Unknown module(s) in QT: webkit

    I am pretty sure this is because qt_webkit.pri does not exist in <qtdir>/qtbase/mkspecs/modules.

    So, my question is this: What determines where build-webkit puts this file? (Or how can I tell my application project file where to find it)

    An unrelated question is why these files have the same name but have completely different formats??

    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