- qmake changes to emit LIBxxx_VERSION annotations in generated Makefiles.
- qt changes to use plugins-<major> libraries. Note that uic always look in
the configured directory, and one cannot link against two qt libraries,
otherwise stuff will be destroyed twice... (ick).
- stop supporting !mt, since it has worked for a long time.
- mt becomes a pseudo_flavor for compat purposes.
- merge base back into the main module.
- link mt names to not mt names.
- finish recreating a full QTDIR structure for compatibility as well.
Most notable improvement seems to be font-handling, especially unicode stuff.
Configured to relocate plugins at a reasonable place. Includes *sql
plugins, though they are thoroughly untested at the moment.
Works good enough to recompile xglobe for instance. Still work to do
though, some paths are probably incorrect yet.