Michael Gerz wrote:
Georg Baum wrote:
Michael Gerz wrote:
Hi,
this patch makes Qt strings translateable again (at least when using
scons).
Can I commit?
No. Adding qt_helpers.h to all includes is wrong. The attached patch
contains an example how to do it correctly (and how it was done in
qt3) and
fixes the autotools part at the same time.
I don't really see the benefit of replacing 30 #include statements by 70
XML include tags but if you like it that way, I will do so.
This advantage of doing it Georg' way is that the uic generated files
will remain self compilable.
Abdel.