Results 1 to 10 of 10

Thread: lupdate 4.3.0 does not work but 4.2.2 works?!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Location
    Augsburg, Germany
    Posts
    75
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    4
    Thanked 6 Times in 5 Posts

    Default Re: lupdate 4.3.0 does not work but 4.2.2 works?!

    Quote Originally Posted by wysota View Post
    Is the behaviour identical if you create an new .pro file containing only TRANSLATIONS lines?
    No.
    Qt Code:
    1. TRANSLATIONS = test_de.ts \
    2. test_en.ts
    To copy to clipboard, switch view to plain text mode 

    Qt Code:
    1. C:\test>lupdate test.pro
    2. Updating 'test_de.ts'...
    3. Found 0 source texts (0 new and 0 already existing)
    4. Updating 'test_en.ts'...
    5. Found 0 source texts (0 new and 0 already existing)
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: lupdate 4.3.0 does not work but 4.2.2 works?!

    Ok, so this suggests something in the .pro file corrupts the behaviour of lupdate. Maybe some non-printable character or something like that?

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
  •  
Qt is a trademark of The Qt Company.