How does Qt differentiate between static and dynamic libraries when both are included in the application pro file? The doc is not clear and the syntax appears to be the same for both. Just by the library file extension (.a Vs .dll on Windows)? I have listed both types in the pro file and the static (<lib>.a) is working but not the dynamic (<lib.dll>) is not and won't load with QLibrary.
Bookmarks