Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Trying to compile QtWebEngine on MIPS (Qt 5.4)

Trying to compile QtWebEngine on MIPS (Qt 5.4)

Scheduled Pinned Locked Moved QtWebEngine
2 Posts 2 Posters 2.2k 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.
  • J Offline
    J Offline
    jero3000
    wrote on last edited by
    #1

    Hello,

    I'm trying to compile QtWebEngine on MIPS (BCM97429b0) using the Qt 5.4 everywhere pakage, but I get the following warning:

    Project WARNING: Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.
    Project WARNING: QtWebEngine is not maintained for this platform/configuration and is therefore disabled

    Is QtWebEngine supported for MIPS processors?
    Is possible to compile QtWebEngine using the Qt licensed version?

    Thanks.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jero5000
      wrote on last edited by
      #2

      Finally, I skipped the restrictions mofidying the file qtwebengine/tools/qmake/mkspecs/features/functions.prf:

      Before:

      skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
      return(false)

      After:

      #skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
      return(true)

      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