I'm trying to deploy a Qt app using El Capitan that used to work on previous version of OS X.
In my .pro file I link against the library:
LIBS += -L/Users/rrabien/dev/main/raceman/libxl_mac/lib -lxl
When I run macdeployqt I get:
ERROR: no file at "/usr/lib/libxl.dylib"
I used to copy the dylib to /usr/lib, but I can no longer do that with El Capitan (even using sudo)
Any idea how to get the app to deploy?