Hello there,
I changed my Qt version from 4.2.2 to 4.3.0. Now the "lupdate"-command fails with "lupdate error: Cannot save '../../../../../../': No such file or directory" and I can't find why 
Parts of my project.pro:
TRANSLATIONS = language/project_de.ts \ # German
language/project_en.ts \ # English
language/project_it.ts \ # Italian
language/project_fr.ts \ # French
language/project_sp.ts # Spanish
TRANSLATIONS = language/project_de.ts \ # German
language/project_en.ts \ # English
language/project_it.ts \ # Italian
language/project_fr.ts \ # French
language/project_sp.ts # Spanish
To copy to clipboard, switch view to plain text mode
Commandline output from 4.3.0:
C:\Source\project>lupdate project.pro
Updating 'language/project_de.ts'...
Found 81 source texts (3 new and 78 already existing)
Kept 32 obsolete translations
Removed 5 obsolete untranslated entries
Updating '../../../../../../'...
Found 81 source texts (81 new and 0 already existing)
lupdate error: Cannot save '../../../../../../': No such file or directory
C:\Source\project>lupdate project.pro
Updating 'language/project_de.ts'...
Found 81 source texts (3 new and 78 already existing)
Kept 32 obsolete translations
Removed 5 obsolete untranslated entries
Updating '../../../../../../'...
Found 81 source texts (81 new and 0 already existing)
lupdate error: Cannot save '../../../../../../': No such file or directory
To copy to clipboard, switch view to plain text mode
Commandline from 4.2.2:
C:\Source\project>\Qt\4.2.2\bin\lupdate project.pro
Updating 'language/project_de.ts'...
Found 115 source texts (37 new and 78 already existing)
Kept 3 obsolete translations
Removed 0 obsolete untranslated entries
Updating 'language/project_en.ts'...
Found 115 source texts (37 new and 78 already existing)
Kept 0 obsolete translations
Removed 3 obsolete untranslated entries
Updating 'language/project_fr.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
Updating 'language/project_it.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
Updating 'language/project_sp.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
C:\Source\project>\Qt\4.2.2\bin\lupdate project.pro
Updating 'language/project_de.ts'...
Found 115 source texts (37 new and 78 already existing)
Kept 3 obsolete translations
Removed 0 obsolete untranslated entries
Updating 'language/project_en.ts'...
Found 115 source texts (37 new and 78 already existing)
Kept 0 obsolete translations
Removed 3 obsolete untranslated entries
Updating 'language/project_fr.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
Updating 'language/project_it.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
Updating 'language/project_sp.ts'...
Found 115 source texts (12 new and 103 already existing)
Kept 0 obsolete translations
Removed 4 obsolete untranslated entries
To copy to clipboard, switch view to plain text mode
Bookmarks