>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> OK. Here is what I can do: >> >> 1. apply the current patch (with added config.h). 2. apply relevant >> part (scons) of the patch to the trunk. 3. add _moc.cpp to .C files >> for qt3, as we did for qt4 (trunk only) 4. Georg adjusts >> makefile.am for the trunk and we will see if things go well. 5. >> port 3 and 4 to 1.4.x, and remove added config.h. Bo> 1, 2, 3 are applied (tested under linux). It is Georg's turn to do Bo> 4. Patch for 5 is attached (tested under linux). If 4 is fine, Bo> Georg can add Makefile.am changes to the patch and apply. Hmm, you #include .cpp files, while what we have is .C... Of course we could generate _moc.cpp, but we did not do the big extension change yet. JMarc