I can know the Qt version at compile time with QT_VERSION, but how can I know the version of Qt which is running?

(the application could have been compiled with one version and be run with another one)