Remove an old workaround in QKeySequence.
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>
Thu, 11 Oct 2012 08:51:44 +0000 (10:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Oct 2012 00:19:00 +0000 (02:19 +0200)
The workaround is not needed anymore. QMetaType is smart enough to use
dummy functions for types that are not active (switched off by QT_NO_
macros).

It also moves forward Qt build with -qconfig=minimal.

Change-Id: I8308ac8342917a2e32d70836902522e93f2b5014
Reviewed-by: Jing Bai <jing.bai@digia.com>

No differences found