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 911 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.
  • C Offline
    C Offline
    ChiK
    wrote on 6 Jun 2020, 21:36 last edited by ChiK 6 Jun 2020, 21:39
    #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 7 Jun 2020, 11:13 last edited by
      #2

      The following command fixed.

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

      1 Reply Last reply
      0

      2/2

      7 Jun 2020, 11:13

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved