If you are targeting LSB compliant distributions, you don't have to statically link anything that comes with LSB.

I have looked at those links before. I am compiling under Ubuntu.. I don't know if it supports LSB.
Try issuing a "lsb_release" command from a terminal. It should return something like this (the actual number may vary):
LSB Version: lsb-3.1-ia32:lsb-3.1-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:cxx-3.0-ia32:cxx-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:lsb-3.0-ia32:lsb-3.0-noarch:qt4-3.1-ia32:qt4-3.1-noarch
If you do get this output, you have a LSB compliant distro (Ubuntu surely is LSB-compliant, but you can check anyway). Then you just need to compile your applications according to LSB rules (export LSB_MODULES=Qt4, qmake && make).