- 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).
Add fixes/speed-up from kde's qt-copy:
- let moc handle optional identifiers
- speed-up qt startup by looking up some settings at qapplication startup
(use one single qsettings object)
- some cursor/refresh bug.
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.