✅ Qt 6.6.3 detected at /Users/tonylyons/Qt/6.6.3/macos
✅ QtWebEngine confirmed present
❌ Qt6Multimedia missing - Required for audio functionality
OpenRV requires the following Qt 6.6.3 components:
- ✅ Qt WebEngine - Already installed
- ❌ Qt Multimedia - MISSING - Required for audio playback
Install via Qt Maintenance Tool:
open ~/Qt/MaintenanceToolThen:
- Click "Add or remove components"
- Select your Qt 6.6.3 installation
- Expand "Qt 6.6.3" → "Additional Libraries"
- Check "Qt Multimedia" component
- Click "Next" and complete the installation
Verify installation:
ls -d /Users/tonylyons/Qt/6.6.3/macos/lib/cmake/Qt6MultimediaShould show the directory exists.
cd /Users/tonylyons/Dropbox/Public/GitHub/OpenRV
export RV_VFX_PLATFORM=CY2024
export QT_HOME=/Users/tonylyons/Qt/6.6.3/macos
source rvcmds.sh
rvbootstrapTo verify Qt detection is working (not using Homebrew Qt):
- Check that
QT_HOMEpoints to/Users/tonylyons/Qt/6.6.3/macos - CMake should find Qt components from that location, not
/opt/homebrew/lib/cmake/Qt6