On 31.8.2010 17:34, Alexander Stein wrote: > 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@xxxxxxxxxxxxxxxxxxxxxxxxx> > --- > Changes in v2: > * Use QT3 as fallback if no QT4 is available > * Rename class names using defines for QT3 > > Changes in v3: > * based on git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git > kconfig branch > * Proper support for hidden options from 39a4897c1bb > * slightly rework Makefile detection to use pkg-config for QT4 detection > * Removed USE_QT3 usage, use QT_VERSION instead > * Drop QT2 support > > Changes in v4: > * fixed commit message wrt qmake <-> pkg-config > * fix if branching after pkg-config check Thanks a lot, applied now. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html