Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230782
| From | Thiago Macieira <thiago.macieira@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Port of [qx]config to Qt 5 |
| Date | 2015-09-22 21:00 +0200 |
| Message-ID | <qbADT-561-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Port of [qx]config to Qt 5 Thiago Macieira <thiago.macieira@intel.com> - 2015-09-22 21:00 +0200 [PATCH 12/39] Port xconfig to Qt5 - Update QAction checkable Thiago Macieira <thiago.macieira@intel.com> - 2015-09-22 21:00 +0200 [PATCH 14/39] Port xconfig to Qt5 - Remove custom ListView classes. Thiago Macieira <thiago.macieira@intel.com> - 2015-09-22 21:00 +0200
csiph-web