I'm afraid qt.conf won't help you with that. Qt libraries are linked by the dynamic loader, so QLibraryInfo doesn't have time to initialise itself before it is even loaded into process address space. You can only manipulate plugins search paths this way, but not Qt libs themselves.
Originally Posted by Using qt.conf
Bookmarks