Results 1 to 4 of 4

Thread: Problem with lupdate

  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy Problem with lupdate

    Hello,
    Whenever I try to use lupdate, I get this error:
    Qt Code:
    1. Unknown feature http://qtsoftware.com/xml/features/report-whitespace-only-CharData
    To copy to clipboard, switch view to plain text mode 
    and no .ts file is created.
    The syntax I use:
    Qt Code:
    1. >lupdate myproject.pro
    To copy to clipboard, switch view to plain text mode 
    Am I missing something?

  2. #2
    Join Date
    Mar 2009
    Posts
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Lightbulb Re: Problem with lupdate

    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 , 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.
    Attached Files Attached Files

  3. The following user says thank you to loris128 for this useful post:

    mcsinnovation (28th March 2009)

  4. #3
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Thumbs up Re: Problem with lupdate

    got the same problem, thanks for posting the modified .exe
    Is that issue known by Official Qt devs ?

  5. #4
    Join Date
    Mar 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem with lupdate

    The attached .exe required the mingwm10.dll.
    Another way - to use the lupdate from 4.4.3, it works fine for me.

Similar Threads

  1. deployment problem: msvc++ 2008 Express, Qt 4.4.3
    By vonCZ in forum Qt Programming
    Replies: 7
    Last Post: 10th November 2008, 14:38
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.