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. Can't Build QTWebEngine With Xcode 11.5 on MacOS 10.15.5

Can't Build QTWebEngine With Xcode 11.5 on MacOS 10.15.5

Scheduled Pinned Locked Moved Solved QtWebEngine
building qtxcodeqtwebenginemacosx
2 Posts 1 Posters 1.3k 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.
  • C Offline
    C Offline
    ChiK
    wrote on last edited by ChiK
    #1

    I'm trying to build qt v5.15.0 from git.
    I'm running Xcode 11.5 on MacOS 10.15.5.
    However I get this warning.

    Checking for platform supported... Using Xcode version , but at least version 10.0.0 is required to build Qt WebEngine or Qt Pdf.
    WARNING: Using Xcode version , but at least version 10.0.0 is required to build Qt WebEngine or Qt Pdf.
    WARNING: QtWebEngine will not be built.

    Here are my commands.

    git clone git://code.qt.io/qt/qt5.git
    cd qt5
    git checkout v5.15.0
    perl init-repository --module-subset=default
    cd..
    mkdir v5.15.0
    cd v5.15.0
    ../qt5/configure -developer-build -opensource -nomake examples -nomake tests --confirm-license -webengine-pepper-plugins -webengine-proprietary-codecs

    I'd really appreciate any help.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChiK
      wrote on last edited by
      #2

      The following command fixed.

      sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

      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