You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the cargo_without_cmake example if qmake is in your PATH but the libraries are not in normal LD search locations. Then CMake works by using rpath's to point to the Qt libraries (?).
When using the
cargo_without_cmake
example ifqmake
is in yourPATH
but the libraries are not in normal LD search locations. Then CMake works by using rpath's to point to the Qt libraries (?).This is not possible with
cargo
yet due to rust-lang/cargo#5077For now the workaround is to add the Qt libraries path to your
LD_LIBRARY_PATH
environment variable.The text was updated successfully, but these errors were encountered: