Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Trying to compile QtWebEngine on MIPS (Qt 5.4)

    QtWebEngine
    2
    2
    1966
    Loading More Posts
    • 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
      jero3000 last edited by

      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 Reply Quote 0
      • J
        jero5000 last edited by

        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 Reply Quote 0
        • First post
          Last post