Is there a cross platform API in Qt to handle loading and linking to dynamic link libraries (dlls, so...) instead of using platform dependent calls?

If not in Qt, is it else where?

Thanks.