- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    6.0.0
 
- 
        
 - 
        9a2ee310596d229e334b40c4cc37a253009cabf3 (qt/qtbase/dev)
 
Running e.g. designer.app fails:
./designer.app/Contents/MacOS/designer dyld: Library not loaded: @rpath/QtDesignerComponents.framework/Versions/6/QtDesignerComponents Referenced from: /Users/msorvig/Qt/6.0.0/clang_64/bin/./designer.app/Contents/MacOS/designer Reason: image not found
Where does @rpath point to?
otool -l ./designer.app/Contents/MacOS/designer 
...
Load command 35
      cmd LC_RPATH
      cmdsize 40
      path /Users/qt/work/install/lib (offset 12)
Looks like "/Users/qt/work/install/lib" is a local build system path.