Hello,
Whenever I try to use lupdate, I get this error:
and no .ts file is created.Code:
Unknown feature http://qtsoftware.com/xml/features/report-whitespace-only-CharData
The syntax I use:
Am I missing something?Code:
>lupdate myproject.pro
Printable View
Hello,
Whenever I try to use lupdate, I get this error:
and no .ts file is created.Code:
Unknown feature http://qtsoftware.com/xml/features/report-whitespace-only-CharData
The syntax I use:
Am I missing something?Code:
>lupdate myproject.pro
I finally sorted it out.
It appears that the lupdate.exe in the qt sdk I downloaded uses the new http://qtsoftware namespace when setting the XML parsing features but the QtXml4 library it is distribuited with requires the old http://trolltech namespace.
I changed it back with an hex editor :D , the new .exe is attached for any other poor soul that happens to have my same problem in the future ;)
For anybody interested, this piece of documentation helped me figure it out.
got the same problem, thanks for posting the modified .exe
Is that issue known by Official Qt devs ?
The attached .exe required the mingwm10.dll. :confused:
Another way - to use the lupdate from 4.4.3, it works fine for me.