Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Mac build: dependency GLESv2 could not be found
Qt 6.11 is out! See what's new in the release blog

Mac build: dependency GLESv2 could not be found

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 568 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.
  • P Offline
    P Offline
    Pedro Vicente
    wrote on last edited by
    #1

    Building on Mac with Qt 6.5.2

    cmake .. -DBUILD_MOBILE=ON \
    -DCMAKE_BUILD_TYPE=Release \
    -DAPPLE_IOS_TARGET=True \
    -DAPPLE_IOS_DEVICE=True \
    -DMIN_IOS_SDK_TARGET=13 \
    -DQT_HOST_PATH=/Users/pvn/Qt6.5.2/6.5.2/macos \
    -DQT_SDK_DIR=/Users/pvn/Qt6.5.2/6.5.2/ios \
    -DQT_DEBUG_FIND_PACKAGE=ON
    

    has an error

    Qt6Gui could not be found because dependency GLESv2 could not be found.
    
    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