I want to load the library dynamically depending upon the users choice. How do I do it? QLibrary does not seem to just load the library when I do not put the library in LIBS += .... If I check lib.isLoaded(), it gives me true but I cannot use the library.
I have now idea how does this QLibrary works? Please help me out.
I am simply using QLibrary lib("libraryName"); lib.load().

Thank you very much in advance.