As far as I understand qjpeg4 is a dynamic lib, as it contains the version number and takes only several kilobytes. qjpeg.a is the static lib.
Actually no.
*.so or *.dll are dynamic.
*.a or *.lib are static (respectively).