From: Alexander Stein Date: Tue, 31 Aug 2010 15:34:37 +0000 (+0200) Subject: kconfig qconf: port to QT4 X-Git-Tag: v2.6.37-rc1~51^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133c5f7c10e4552ba41bcf03b9bda6c4e3413804;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed