Port of [qx]config to Qt 5

From: Thiago Macieira
Date: Tue Sep 22 2015 - 14:50:40 EST


This patch set contains the port of qconfig to Qt 5. At the same time,
it removes Qt 2 and 3 support (the last Qt 3 release was in 2007).

Most of the work was done by Boris Barbulovski, so many thanks! I've
reviewed and tested the changes.

The patch set contains one patch per functionality being ported, for
ease of reviewing. The first patch contains the removal of the #ifdef'ed
code for older versions and the last one contains an update to the
buildsystem to find Qt 5.

Note that the Qt 5 build requires a host compiler that understands the
-std=c++11 switch (for GCC, since 4.7).

scripts/kconfig/qconf.h | 150 +++++++++++-------------
scripts/kconfig/Makefile | 73 +++++-------
scripts/kconfig/qconf.cc | 688 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
3 files changed, 478 insertions(+), 433 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/