kconfig qconf: port to QT4
authorAlexander Stein <alexander.stein@informatik.tu-chemnitz.de>
Tue, 31 Aug 2010 15:34:37 +0000 (17:34 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 1 Sep 2010 14:14:29 +0000 (16:14 +0200)
commit133c5f7c10e4552ba41bcf03b9bda6c4e3413804
tree06af2cdf01dfa289937537f31c88ce0498e1ac13
parentc94d3fb01fb6db1899cdf53ea4eb9d38e08a08fe
kconfig qconf: port to QT4

A straight forward port to QT4 using qt3to4 and compiling against
  qt3support

* Use pkg-config to detect QT4 which is hopefully portable enough
* If no QT4, QT3 will by tried instead
* Classes renamed using qt3to4
  * If build using QT3 renamed to QT3 class names using defines
* ConfigInfoView::menu has to be renamed as QT4 moc strips struct from
  struct menu and creates a name conflict
* QT2 support has been dropped
* The hidden options inserted in 39a4897c1bb66e8a36043c105d7fd73d8b32b480
  are use in native API

Signed-off-by: Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h